vidom

Library to build UI based on virtual DOM

MIT License

Downloads
633
Stars
415
Committers
7

Bot releases are hidden (Show)

vidom - 0.3.5

Published by dfilatov over 8 years ago

  • Fixed error in case of immediate component state update after first render #215
vidom - 0.3.4

Published by dfilatov over 8 years ago

  • 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
vidom - 0.3.3

Published by dfilatov over 8 years ago

  • Internal refactoring for vidom inspector
vidom - 0.3.2

Published by dfilatov over 8 years ago

  • Fixed error with outdated dom nodes of fragments while inner component updates #208
vidom - 0.3.1

Published by dfilatov over 8 years ago

  • 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
vidom - 0.3.0

Published by dfilatov over 8 years ago

  • Implemented fragment node to add ability to render multiple children without unwanted wrappers #204
vidom - 0.2.1

Published by dfilatov over 8 years ago

  • Implemented pool of synthetic event instances #131
  • Added support of touchstart, touchmove, touchend, touchcancel events
vidom - 0.2.0

Published by dfilatov over 8 years ago

  • Added support of stateful components #201
vidom - 0.1.7

Published by dfilatov over 8 years ago

  • Added support of vidom inspector
vidom - 0.1.6

Published by dfilatov over 8 years ago

  • Added support of mouseenter and mouseleave events #194
vidom - 0.1.5

Published by dfilatov over 8 years ago

  • Fixed an issues with skipping null nodes while children's normalizing
vidom - 0.1.4

Published by dfilatov over 8 years ago

  • Improved performance of text nodes updates
vidom - 0.1.2

Published by dfilatov over 8 years ago

  • Fixed possible error while traversing through detached DOM tree
vidom - 0.1.1

Published by dfilatov almost 9 years ago

  • onRequestChildContext was renamed to onChildContextRequest
vidom - 0.1.0

Published by dfilatov almost 9 years ago

  • Implemented context API #188