Alpine.js v2.7.1 Release Notes

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

    • ๐Ÿ‘ .$watch now supports watching magic properties #767

    ๐Ÿ›  Fixed

    • Checkboxes using x-model were checking for strict equality which causes bugs with arrays containing a mix of strings and integers. Now using loose-equality check #815
    • ๐Ÿ‘ x-spread didn't support "leave" transition directives #802
    • ๐Ÿ‘ magic properties now support IE11 #771
    • Checkboxes with non-boolean :value bindings were being treated as booleans (for example the integer "0") #770
    • ๐Ÿ›  x-for="i in 10" currently works (looping a range 1-10), however x-for="i in count" (if count were 10) didn't - fixed now #761