Skip to content

0.9.2

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 04 Jun 08:55
· 938 commits to main since this release
af50edb
  • Resolved an issue where the onupdate handler was called even when undefined (#215).
  • Fixed input type=text selection reset, preventing cursor/selection from jumping to the end when the value attribute is state-bound (#224). See a working example here.
  • Updated Router.go to handle URLs with query strings effectively (#217).
  • Changed the behavior of onremove. If you use onremove, you must now manually remove the element from the DOM. This update enables the creation of slide-out transitions/animations. Special thanks to @zaceno for this contribution.