Skip to content

v10.8.2

Compare
Choose a tag to compare
@dy dy released this 29 Jun 17:00
· 116 commits to main since this release

What's Changed

  • <template :each :if :text> #20
  • Fixed :each :if :text combinations
  • Removed $<value> interpolation
  • Fixed events chains :ona..onb
  • stopImmediatePropagation as :onevt.stop.immediate
  • .escape -> .esc, .character -> .char
  • .letter modifier matches any unicode, not just latin
  • Untracked props as {_x}
  • Streamlined store API
  • Avoid subscriptions to non-mutable array methods like .filter
  • Removed class marker
  • Optimized core engine
  • :with as mixin instead of prototype chain

Full Changelog: v10.0.1...v10.8.0