Skip to content

v0.4.2

Compare
Choose a tag to compare
@ryansolid ryansolid released this 19 Mar 05:26

Several updates to the underlying renderer:

  • Add fallbacks for control flow
  • Add new Portal Control Flow - This allows nodes to be rendered outside of the component tree with support for satelite ShadowRoots.
  • Add new Suspend Control Flow - This renders content to a isolated document and display fallback content in its place until ready. Good for nested Async Data Fetching.
  • Default node placeholders to comments (improved text interpolation)
  • Added events binding for irregular event names