Skip to content

Commit

Permalink
2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Aug 6, 2024
1 parent 51a1a42 commit cea12ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Sprig

## 2.10.1 - 2024-08-06

### Changed

- The `sprig.swapOob()` function now accepts a string in addition to a template to be rendered, in the second argument.

## 2.10.0 - 2024-08-01

### Added
Expand All @@ -9,6 +15,7 @@

### Changed

- Components now render markup added via `{% html %}`, `{% css %}` and `{% js %}` tags.
- The `sprig.triggerRefreshOnLoad(selector)` function now appends output to the end of the body and should be called using `{% do sprig.triggerRefreshOnLoad(selector) %}`.

## 2.9.0 - 2024-07-15
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "putyourlightson/craft-sprig",
"description": "A reactive Twig component framework for Craft.",
"version": "2.10.0",
"version": "2.10.1",
"type": "craft-plugin",
"license": "mit",
"require": {
Expand Down

0 comments on commit cea12ce

Please sign in to comment.