v0.18.0 - String SSR
This release represents a complete restructure of the project. Both for handling multiple render targets for the Babel plugin, and to move away from EJS for building the runtime. Instead using Babel to rewrite the entry. This drastically simplifies the process of using it.
Breaking Changes
- Runtime methods have been renamed, and method of using the runtime is completely different.
- removed
forwardRef
and merged the functionality withref
. - New approach to TypeScript involving packaging with library rather than shipped with Babel Plugin.
- Changed Babel Plugin generate options. Old DOM SSR is "dom-ssr".
New Features
- String SSR
Fixes
- Support for hyphenated attributes on components
- Fixed attributes in spreads