Releases: alpinejs/alpine
Releases · alpinejs/alpine
v3.15.0
Changed
- Improve CSP build #4671
- Add Alpine.morphBetween() #4629
- style: use let instead of var in x-model.js #4645
- style: use let/const instead of var in debounce.js #4644
- style: remove useless param #4650
- feat(persist): add 'exports' field for proper ESM/CJS resolution #4611
- Fix Chrome warning when using
x-trap.inert
#4640 - Fixes license #4647
v3.14.9
What's Changed
- Fix focus documentation example code by @iamshcc in #4496
- Add skip children to morph by @joshhanley in #4568
New Contributors
Full Changelog: v3.14.8...v3.14.9
v3.14.8
v3.14.7
v3.14.6
v3.14.5
v3.14.4
What's Changed
- Fix deep morphdom key bug by @calebporzio in #4423
- Don't init trees within ignore elements (x-ignore) by @calebporzio in #4428
- Adjust mutation observer to be faster and still account for moving and wrapping nodes by @calebporzio in #4447
Full Changelog: v3.14.3...v3.14.4
v3.14.3
v3.14.2
What's Changed
- fix: memoization when injecting magic by @AbhiShake1 in #4276
- 🐛 Initializes Interceptors before store by @ekwoka in #4278
- Add resize plugin:
x-resize
by @calebporzio in #4304 - Fix typo in sort.md by @jfr3000 in #4296
- 🐛 Cleans up template directives memory by @ekwoka in #4300
- 🚧 Updates List of boolean attributes to follow spec by @ekwoka in #4325
- Fixed a couple of typos. by @armandohg in #4332
- 🐛 Cleans teleported clone by @ekwoka in #4328
- Remove unnecessary parentheses from bind.md example by @danielsbird in #4363
- 📝 Updates docs with notes for x-data usage by @ekwoka in #4307
New Contributors
- @AbhiShake1 made their first contribution in #4276
- @jfr3000 made their first contribution in #4296
- @armandohg made their first contribution in #4332
- @danielsbird made their first contribution in #4363
Full Changelog: v3.14.1...v3.14.2