Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

0.4.0

Compare
Choose a tag to compare
@rayd rayd released this 04 May 23:30
· 64 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';