Skip to content

v0.18.0

Compare
Choose a tag to compare
@ryansolid ryansolid released this 02 May 06:18

A lot of bug fixes, and introduction of string based SSR.
Breaking Changes:

  • Removal of forwardRef. Value and function handled by just ref.
  • Change to how TypeScript is managed. Brought all JSX types inside the repo, and improved Component typing.
  • Changed default renderer in solid-ssr to string renderer.
  • Change inline styles to use setProperty and hyphenated or camelCase.

Lots of small bug fixes.