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