馃v1.3.0
@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 optionsawaitMetatagsfor 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
cssfunction calls getStyleTags()returns string now- Bugfixes