A lot of bug fixes, and introduction of string based SSR.
Breaking Changes:
- Removal of
forwardRef
. Value and function handled by justref
. - 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.