Skip to content

Releases: putyourlightson/craft-sprig

3.7.1

14 Sep 15:08
3.7.1
c35c88e

Choose a tag to compare

  • Updated htmx to version 2.0.7 (changelog).
  • Improved the check for Twig globals.

2.15.1

14 Sep 15:16
2.15.1
a4231f6

Choose a tag to compare

3.7.0

09 Aug 07:50
3.7.0
573155b

Choose a tag to compare

  • Updated htmx to version 2.0.6 (changelog).
  • Variables named the same as Twig globals are now disallowed (#422).

2.15.0

09 Aug 07:59
2.15.0
9e0abc9

Choose a tag to compare

  • Updated htmx to version 2.0.6 (changelog).
  • Variables named the same as Twig globals are now disallowed (#422).

3.6.1

16 Apr 14:29
3.6.1
783848b

Choose a tag to compare

  • Access to the Sprig Playground is now blocked entirely when the config setting is disabled.

2.14.1

16 Apr 14:30
2.14.1
9be26c1

Choose a tag to compare

  • Access to the Sprig Playground is now blocked entirely when the config setting is disabled.

3.6.0

10 Apr 02:09
3.6.0
ef53aa5

Choose a tag to compare

  • Updated htmx to version 2.0.4 (changelog).
  • The Sprig Playground component template is now rendered in a sandboxed context.
  • Fixed an information disclosure vulnerability.
  • Fixed an XSS vulnerability.

2.14.0

10 Apr 02:10
2.14.0
f0b09ec

Choose a tag to compare

  • Updated htmx to version 2.0.4 (changelog).
  • The Sprig Playground component template is now rendered in a sandboxed context.
  • Fixed an information disclosure vulnerability.
  • Fixed an XSS vulnerability.

3.5.2

19 Jan 13:59
3.5.2
5a31213

Choose a tag to compare

Fixed

  • Fixed a bug in which s-action attributes were being inherited by descendent elements (#408).

3.5.1

23 Oct 19:02
3.5.1
61b0107

Choose a tag to compare

Changed

  • Updated htmx to version 2.0.3 (changelog).
  • 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.

Fixed

  • Fixed the ability to pass a JSON encoded string into the sprig.triggerEvents() function (#15).