Releases: alpinejs/alpine
Releases · alpinejs/alpine
v3.10.0
v3.9.6
v3.9.5
This is a release because the last one didn't contain the build files...
v3.9.4
v3.9.3
v3.9.2
Fixed
- Fix $watch Livewire loop issues d061f2d
- Remove x-model input event listener if x-modelable is used #2774
- Fix trouble combining keyup event, key name and modificator "once" #2731
- Swap mainfields in build script for a smaller esm bundle #2751
- Bug - Multiple morph calls clash #2772
- Fix Morph missing next sibling when replacing element #2725
- Allow accessing current scope in the destroy() callback #2733
v3.9.1
v3.9.0
v3.8.1
Added
- Added
aria-selected
to list of attributes to preserve if falsy usingx-bind
v3.8.0
Added
- Added Focus plugin (and deprecated "Trap" plugin) #2570
- Added
Alpine.bound(el, attributeName, fallback)
method to retreive bound attribute data (either from Alpine or plain element attributes) #2570 - Added
Alpine.bind('foo', FooObject)
to make global element bindings available #2570 - Added
Alpine.$data(el)
to get a reactive data scope object from any element within Alpine #2570