Releases: dfilatov/vidom
Releases · dfilatov/vidom
0.3.5
- Fixed error in case of immediate component state update after first render #215
0.3.4
- Component#shouldUpdate now accepts two additional arguments:
newChildren
and oldChildren
#211
- Component#onAttrsReceive now accepts two additional arguments:
newChildren
and oldChildren
#212
- Component#onUpdate now accepts two additional arguments:
newChildren
and oldChildren
#212
0.3.3
- Internal refactoring for vidom inspector
0.3.2
- Fixed error with outdated dom nodes of fragments while inner component updates #208
0.3.1
- Fixed error while state is being set after adopting existing DOM #207
- Fixed error when is a new node inserted to fragment
- Internal refactoring for vidom-inspector
0.3.0
- Implemented fragment node to add ability to render multiple children without unwanted wrappers #204
0.2.1
- Implemented pool of synthetic event instances #131
- Added support of
touchstart
, touchmove
, touchend
, touchcancel
events
0.2.0
- Added support of stateful components #201
0.1.7
- Added support of vidom inspector
0.1.6
- Added support of
mouseenter
and mouseleave
events #194