Skip to content

Commit

Permalink
3.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jun 17, 2024
1 parent 058c1da commit 85a7297
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release Notes for Sprig

## 3.1.0-beta.1 - 2024-06-17

### Added

- Added the [s-inherit](https://putyourlightson.com/plugins/sprig#s-inherit) attribute that allows you to control and enable automatic attribute inheritance for child nodes, if it has been disabled by default.

### Changed

- Updated htmx to version 2.0.0 ([release notes](https://htmx.org/posts/2024-06-17-htmx-2-0-0-is-released/)).

### Removed

- Removed the `s-sse` and `s-ws` attributes.

## 3.0.2 - 2024-04-21

### 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.0.2",
"version": "3.1.0-beta.1",
"type": "craft-plugin",
"license": "mit",
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0",
"nystudio107/craft-code-editor": "^1.0",
"putyourlightson/craft-sprig-core": "^3.0.4"
"putyourlightson/craft-sprig-core": "^3.1.0-beta.1"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit 85a7297

Please sign in to comment.