Releases: trycatch-labs/dark
Releases 路 trycatch-labs/dark
Release list
馃寲v1.6.0
馃崏v1.5.1
馃拝v1.5.0
@dark-engine/core
- Added
<ErrorBoundary />
@dark-engine/data
- Added boundaries support
@dark-engine/platform-native
- NativeScript updated to 8.8.6
@dark-engine/platform-desktop
- NodeGUI updated to 0.70.0
bugfixes:
- fix input value #95
- concurrent fixes
馃崓v1.4.2
馃崸v1.4.1
馃嵀v1.4.0
馃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
馃崏 v1.2.0
馃樅v1.1.1
馃檭v1.1.0
@dark-engine/core
- Added new
jsx-runtime
@dark-engine/platform-browser
@dark-engine/platform-server
- New option
bootstrapModulesforrenderToStreamissue - The
renderToStringunder the hood uses a stream
@dark-engine/web-router
- Removed trailing slashes in the router pathes issue
Thanks to @Coachonko for active participation in the discussions.