| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-10 | 1.9 kB | |
| v3.16.0 source code.tar.gz | 2026-08-10 | 1.6 MB | |
| v3.16.0 source code.zip | 2026-08-10 | 1.7 MB | |
| Totals: 3 Items | 3.3 MB | 0 | |
What's Changed
- Fix data loss when binding objects to regular attributes by @daftspunk in https://github.com/alpinejs/alpine/pull/4826
- Fix mask resurrecting key in object when it is cleared by @danharrin in https://github.com/alpinejs/alpine/pull/4812
- Fix x-if and x-for content duplicating during morph by @ganyicz in https://github.com/alpinejs/alpine/pull/4785
- fix: sync x-model select value after x-for renders options by @ljk0071 in https://github.com/alpinejs/alpine/pull/4769
- Fix
x-bind:valueon<option>losing attribute when value is an empty string by @joshhanley in https://github.com/alpinejs/alpine/pull/4831 - Fix
:valuebindings not updating custom elements when bound object data mutates by @joshhanley in https://github.com/alpinejs/alpine/pull/4833 - Add
.parentmodifier forx-intersectby @kevinruscoe in https://github.com/alpinejs/alpine/pull/4839 - Upgrade Cypress by @joshhanley in https://github.com/alpinejs/alpine/pull/4849
- Preserve x-data scope when its expression changes by @calebporzio in https://github.com/alpinejs/alpine/pull/4868
- Fix persisted single-value stores by @joshhanley in https://github.com/alpinejs/alpine/pull/4859
- Pass cleanup callback to direct store interceptors by @calebporzio in https://github.com/alpinejs/alpine/pull/4869
- Split draft and npm release workflows by @calebporzio in https://github.com/alpinejs/alpine/pull/4870
- Use Node 24 for release workflows by @calebporzio in https://github.com/alpinejs/alpine/pull/4872
New Contributors
- @daftspunk made their first contribution in https://github.com/alpinejs/alpine/pull/4826
- @ljk0071 made their first contribution in https://github.com/alpinejs/alpine/pull/4769
- @kevinruscoe made their first contribution in https://github.com/alpinejs/alpine/pull/4839
Full Changelog: https://github.com/alpinejs/alpine/compare/v3.15.12...v3.16.0