-
Add optimization to AttributHook to prevent resetting attributes where new hook instances are used but their values remain the same.
-
Extend the interface of unhook to take the next value from diff.
-
Fix bug where hook is called on unhook-only hooks.
-
Code refactor: diffProps broken out into it's own file
-
Correctly sets SVG attributes that are namespaced using a (fixed) attribute hook.
-
Add CSS animation notes from github issue (css-animations.md)
-
A hook with an
unhook
method and nohook
method is now considered a valid hook. -
Fixes issue where unhook was not called when a hook property is replaced with a new value
-
Fixes dist script update
-
Update README to note that an instance of
dom-delegator
is required to use theev-*
properties.
-
Updates the way in which elements are reordered to increase performance in common use cases.
-
Adds additional SVG display attributes.
- Fixes a bug where widgets cannot be replaced by vnodes due to a bug in the order of destroy patches.