Skip to content

0.4.0

Choose a tag to compare

@rayd rayd released this 04 May 23:30
· 68 commits to master since this release
  • Big improvments to the way we're virtualizing strings of HTML to snabbdom vnodes - see #3.
  • Can also now import just the function for virtualizing strings or just the function for virtualizing DOM nodes:
  import virtualize from 'snabbdom-virtualize/strings';
  import virtualize from 'snabbdom-virtualize/nodes';