0.4.0
-
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';