github alpinejs/alpine v2.7.1

latest releases: v3.13.10, v3.13.9, v3.13.8...
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

Don't miss a new alpine release

NewReleases is sending notifications on new releases.