Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Aug 29, 2024
1 parent 39adafa commit f54ad7f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release Notes for Sprig

## 3.5.0 - 2024-08-29

### Added

- Added the ability to assign an ID to a component by passing a string as the third argument to the `sprig()` function.

### Changed

- Updated htmx to version 2.0.2 ([changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md#202---2024-08-12)).

### Fixed

- Fixed the positioning of the JavaScript output by the `sprig.triggerRefreshOnLoad` function.

### Deprecated

- Deprecated `sprig.getIsBoosted`, `sprig.getIsError`, `sprig.getIsHistoryRestoreRequest`, `sprig.getIsInclude`, `sprig.getIsRequest`, `sprig.getIsSuccess`. Use `sprig.isBoosted`, `sprig.isError`, `sprig.isHistoryRestoreRequest`, `sprig.isInclude`, `sprig.isRequest`, `sprig.isSuccess` instead.

## 3.4.0 - 2024-08-20

### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "putyourlightson/craft-sprig",
"description": "A reactive Twig component framework for Craft.",
"version": "3.4.0",
"version": "3.5.0",
"type": "craft-plugin",
"license": "mit",
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0",
"nystudio107/craft-code-editor": "^1.0",
"putyourlightson/craft-sprig-core": "^3.4.0"
"putyourlightson/craft-sprig-core": "^3.5.0"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit f54ad7f

Please sign in to comment.