Skip to content

Releases: alpinejs/alpine

v3.15.11

02 Apr 15:40

Choose a tag to compare

What's Changed

  • fix(csp): skip sharedStorage when enumerating globalThis properties by @PierreBultez in #4787
  • Fix x-trap.noscroll layout shift conflict with scrollbar-gutter by @dotfrag in #4512
  • Add support for [x-sort:handle] attributes defined in template tags by @SimoTod in #4483
  • Add x-anchor.noflip modifier by @calebporzio in #4791
  • Warn when x-for template has multiple root elements by @calebporzio in #4752
  • Fix $refs unavailable during morph (v3.15.9 regression) by @calebporzio in #4793

New Contributors

Full Changelog: v3.15.10...v3.15.11

v3.15.10

01 Apr 13:46

Choose a tag to compare

Fixed

  • Fix x-anchor crash during wire:navigate cleanup #4790

v3.15.9

27 Mar 01:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.15.8...v3.15.9

v3.15.8

02 Feb 22:39

Choose a tag to compare

Fixed

  • Flush x-model.blur value before form submit handlers run #4729

v3.15.7

02 Feb 15:17

Choose a tag to compare

Fixed

  • Fix $watch firing callback when primitive value unchanged #4732

v3.15.6

30 Jan 21:13

Choose a tag to compare

Added

  • Add reactive effect transactions #4731

v3.15.5

26 Jan 17:47

Choose a tag to compare

Added

  • feat(x-model): add .change, .blur, and .enter event modifiers #4728

v3.15.4

13 Jan 21:43

Choose a tag to compare

Fixed

  • Fix sort auto evaluation #4716
  • Fix duplicate attribute/value situations

v3.15.3

16 Dec 19:38

Choose a tag to compare

Changes

  • Improve evaluator #4711
  • fix add support for ShadowRoot in findClosest function and export of injectMagics/initInterceptors #4699
  • fix(docs): initialise data, fix typo in x-on example #4701

v3.15.2

15 Nov 20:08

Choose a tag to compare

Changes

  • Imrove CSP bundle #4704
  • Add setErrorHandler #4673