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
template recycling has been isolated when the new createTemplateInstance() method is used to instantiate a template. The previous makeTemplate() method will be deprecated.
bind-repeat has been upgraded into a Binding API binding and recycling has been improved.
binding attributes now can make use of parameters in the form of bind-event(param)="value"
first steps for server side rendering have been made
elements are kept visible as long as they are animated and neither of their three closest ancestors
if an animation binding returns an empty string it is aborted
when parsing expressions results in a number, the number is returned as a number, not a string anymore
binding API has been implemented
bind-attr now supports two-way bindings
bind-repeat now supports the parameter fast which sets the fast render mode
if animation functions don't return a value an error is now logged
new bind-event binding
added package-lock.json
fixed binding of ScopePrototype.update()
Auto bindings have been moved to an BindingApi implementation
If bindings have been improved
Template references have been implemented
.attachBindings() method introduced
fixed if bindings which are directly located in a shadow root
fixed legacy bindings for the .attachBindings() method
use nextSibling in repeat binding to work around ShadyDOM quirk
updated to the latest application-frame
input elements no longer lose focus when their value is changed in chrome
IE11 treats native constructors as objects with a constructor property, so we can't use hasPrototype() directly on it
IE 11 provides an attributes property on DocumentFragments with no items, but getAttribute() fails
stable repeat is now actually stable
event handler expressions are now evaluated every time the handler is called
style bindings now trigger a scope update when their values change