Skip to content

v2.1.0

Latest

Choose a tag to compare

@muffoi muffoi released this 11 May 11:47

Deprecations

  • JSXRuntime.fragmentFactory is deprecated in favor of JSX.fragment (no changes were made to the code of the function, this is just a rename)

Features

  • Added JSXRuntime.buildChildren function for transforming props.children in v2 components to a flat array that can be appended directly by HTMLElement.append
  • Added JSXRuntime.flatten function for flattening props.children in components

Full Changelog: v2.0.0...v2.1.0