Skip to content

v2.7.0

Compare
Choose a tag to compare
@calebporzio calebporzio released this 09 Sep 16:17

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