Deprecations
JSXRuntime.fragmentFactoryis deprecated in favor ofJSX.fragment(no changes were made to the code of the function, this is just a rename)
Features
- Added
JSXRuntime.buildChildrenfunction for transformingprops.childrenin v2 components to a flat array that can be appended directly byHTMLElement.append - Added
JSXRuntime.flattenfunction for flatteningprops.childrenin components
Full Changelog: v2.0.0...v2.1.0