Skip to content

2.0.3

Compare
Choose a tag to compare
@bfanger bfanger released this 02 Nov 14:33
· 12 commits to main since this release

2.0.3

  • Improved typing of the children prop of Sveltified components.

2.0.2

  • When children is passed as attribute, this is renamed to react$children during preprocessing and is passed as-is to the React component, allowing for renderProps, (but you can't use Reactified Svelte components as that affects the children prop)

2.0.1

  • Don't fail when subcomponents(children) are not rendered, a parent component like <Suspense> can decide not to render.