You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.