Potentially Breaking Changes
- DOM event handlers are no longer invoked with the source element as their context (
this
) (#153) - Adding properties to context within a tree no longer overwrites, instead it extends/appends (#156)
Bug Fixes
Features
- Add
key
property to VNodes (#155)