Alpine.js v2.7.0 Release Notes

Release Date: 2020-09-09 // over 3 years ago
  • โž• Added

    • โž• Adds support for ranges in x-for: x-for="i in 10" #748

    ๐Ÿ›  Fixed

    • โš  IE11 was getting "multiple root in x-for" warnings #715
    • ๐Ÿ‘ $watch() now supports array mutations (like push, pop, etc...) #719
    • x-text wasn't working on SVG elements because we were using .innerText and not .textContent #736