Skip to content

Commit

Permalink
2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Oct 23, 2024
1 parent 50de7c4 commit 33102bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes for Sprig

## 2.13.1 - 2024-10-23

### Changed

- Updated htmx to version 2.0.3 ([changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md#203---2024-10-03)).
- The fetch function is now called inside an event listener when calling `sprig.triggerRefreshOnLoad()`, making it more robust.
- Reverted some variable method name changes to improve autocompletion in PhpStorm.

## 2.13.0 - 2024-08-29

### Added
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": "2.13.0",
"version": "2.13.1",
"type": "craft-plugin",
"license": "mit",
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0",
"nystudio107/craft-code-editor": "^1.0.0",
"putyourlightson/craft-sprig-core": "^2.12.0"
"putyourlightson/craft-sprig-core": "^2.12.4"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit 33102bc

Please sign in to comment.