This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
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';