Skip to content

Releases: dfilatov/vidom

0.3.5

29 Jun 12:32
Compare
Choose a tag to compare
  • Fixed error in case of immediate component state update after first render #215

0.3.4

27 Jun 06:54
Compare
Choose a tag to compare
  • 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

18 Jun 16:51
Compare
Choose a tag to compare
  • Internal refactoring for vidom inspector

0.3.2

18 Jun 16:50
Compare
Choose a tag to compare
  • Fixed error with outdated dom nodes of fragments while inner component updates #208

0.3.1

14 Jun 14:32
Compare
Choose a tag to compare
  • 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

14 Jun 08:05
Compare
Choose a tag to compare
  • Implemented fragment node to add ability to render multiple children without unwanted wrappers #204

0.2.1

17 May 14:30
Compare
Choose a tag to compare
  • Implemented pool of synthetic event instances #131
  • Added support of touchstart, touchmove, touchend, touchcancel events

0.2.0

13 May 08:06
Compare
Choose a tag to compare
  • Added support of stateful components #201

0.1.7

25 Feb 13:34
Compare
Choose a tag to compare
  • Added support of vidom inspector

0.1.6

17 Feb 12:31
Compare
Choose a tag to compare
  • Added support of mouseenter and mouseleave events #194