Skip to content

v0.18.0 - String SSR

Compare
Choose a tag to compare
@ryansolid ryansolid released this 02 May 05:23

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 with ref.
  • 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