Skip to content

Releases: a-ignatov-parc/virtual-dom

Published as new minor version

21 Oct 21:26
Compare
Choose a tag to compare

This package with tvml support now available as scoped module @a-ignatov-parc/virtual-dom

Backward compatibility with browsers DOM api

28 Oct 21:32
Compare
Choose a tag to compare
  • Implemented feature detection for proper node traversing in TVML and DOM.
  • All TVML optimizations are hidden behind tvml param passed as property to hyperscript factory.

Proper support for diffing TVML

27 Oct 06:28
Compare
Choose a tag to compare
  • Moved all virtual tree transformations from TVDML repo here.
  • Added tvml param to prevent tagName transform to uppercase.

Initial support for TVML environment

22 Aug 04:45
Compare
Choose a tag to compare
  • Changed children traversing mechanism to support TVML collections
  • Fixed issue with text manipulations in TVML DOM-node
  • Added ability to pass rendering options into Widget instance