Skip to content

🧁v1.3.0

Compare
Choose a tag to compare
@atellmer atellmer released this 17 May 11:36
· 42 commits to master since this release

@dark-engine/core

  • <Suspense /> has been completely rewritten, now it does't use context, but catches promises during the rendering process
  • Removed forwardRef, now ref is a regular property in props
  • Big changes to scheduler and concurrent mode

@dark-engine/platform-browser

  • Refactoring of portals
  • Added <Metatags /> component for SEO
  • Minor performance improvements

@dark-engine/platform-server

  • Added support for <Metatags /> and new options awaitMetatags for streams

@dark-engine/platform-native

  • NativeScript updated to 8.7.2

@dark-engine/platform-desktop

  • NodeGUI updated to 0.66.0

@dark-engine/web-router

  • Now it supports an experimental concurrent rendering
  • Added new usePending() hook for concurrent's phase tracking

@dark-engine/animations

  • useTransitions() supports concurrent rendering

@dark-engine/data

  • New <Suspense /> support
  • Added a few strategies for fallbacks

@dark-engine/styled

  • Nesting css function calls
  • getStyleTags() returns string now
  • Bugfixes