Skip to content

Releases: alpinejs/alpine

v3.17.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 13:33

What's Changed

Full Changelog: v3.17.1...v3.17.2

v3.17.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 12:38

What's Changed

New Contributors

Full Changelog: v3.17.0...v3.17.1

v3.17.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 11:47

What's Changed

  • Fix Unicode escapes in CSP string literals by @dawNotPoi in #4881
  • Add Alpine.deferInit() — suspend a tree until an async prerequisite settles by @calebporzio in #4887

New Contributors

Full Changelog: v3.16.3...v3.17.0

v3.16.3

Choose a tag to compare

@github-actions github-actions released this 24 Aug 12:30

What's Changed

New Contributors

Full Changelog: v3.16.2...v3.16.3

v3.16.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 19:59

What's Changed

New Contributors

Full Changelog: v3.16.1...v3.16.2

v3.16.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:06

What's Changed

Full Changelog: v3.16.0...v3.16.1

v3.16.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 14:42

What's Changed

New Contributors

Full Changelog: v3.15.12...v3.16.0

v3.15.12

Choose a tag to compare

@github-actions github-actions released this 30 Apr 23:04

What's Changed

  • Add .fixed positioning modifier to x-anchor by @nicolagianelli in #4773
  • fix(csp): support MemberExpression assignments in evaluator by @dasm in #4807
  • Fix x-for crashing on null-prototype objects like Object.groupBy() results by @joshhanley in #4825
  • Fix && and || not short-circuiting in CSP evaluator by @joshhanley in #4823
  • Fix x-sort crash when container has a <template> with no .content by @joshhanley in #4819
  • Add minified ESM build output for each package by @joshhanley in #4820
  • Fix x-id evaluation order so $id resolves consistently inside x-data by @joshhanley in #4821
  • Fix @teleport leaking detached nodes on every Livewire render by @joshhanley in #4822

New Contributors

Full Changelog: v3.15.11...v3.15.12

v3.15.11

Choose a tag to compare

@calebporzio calebporzio released this 02 Apr 15:40

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

Choose a tag to compare

@calebporzio calebporzio released this 01 Apr 13:46

Fixed

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