Alpine.js v2.6.0 Release Notes

Release Date: 2020-08-14 // over 3 years ago
  • ➕ Added

    • 👌 Support for await inside event handlers. (Now run in an async context) #705

    🛠 Fixed

    • 👌 Support .camel modifier for namespaced events: x-on:ns:event-name.camel.window="foo = 'bob'" #664
    • 👍 Allow numbers in bound attributes (helpful for SVG properties like x1) #667