vdom 0.3.4 copy "vdom: ^0.3.4" to clipboard
vdom: ^0.3.4 copied to clipboard

outdated

Virtual DOM diff/patch.

0.3.1 - 2014-10-15 #

  • Added arguments for attributes, classes and styles in the [Element] default constructor.
  • Added Components [ComponentBase] [Component] and [DelegatingComponent]
  • Added simple API for virtual DOM creation.
  • Added simple benchmark.
  • Refactored children diff algorithm.

0.3.0 - 2014-09-19 #

  • [BREAKING CHANGE] Removed V prefix from class names.
  • Longest Common Subsequence (Myers' diff) algorithm to find Shortest Edit Script for children repositioning replaced with Longest Increasing Subsequence algorithm. LIS algorithm works much faster in the worst case scenarios.

0.2.0 - 2014-09-03 #

  • [BREAKING CHANGE] Changed VElement constructor argument order
  • New subclasses VSingletonElement and VSingletonText that stores references to their html nodes
0
likes
0
points
123
downloads

Publisher

unverified uploader

Weekly Downloads

Virtual DOM diff/patch.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on vdom