Skip to content

v11.0.0

Latest
Compare
Choose a tag to compare
@dy dy released this 22 Oct 10:35
· 6 commits to main since this release

What's Changed

  • :ref made functional, :ref="el=>(...)"
  • Removed :html directive: use :ref="el=>el.innerHTML=..." instead
  • Fixed :data dash-case
  • Fixed integration of :value with justin
  • Fixed <select :value> issue - now preselects options properly
  • Fixed <select multiple>
  • Fixed :if updating effects when branch doesn't match
  • Fixed passing global objects like Math
  • Fixed disposal
  • Reworked building
  • Fixed entries names
  • Added tests

New Contributors

  • @Inqnuam made their first contribution in #39
  • @n9 made their first contribution in #43

Full Changelog: v10.9.1...v11.0.0