Releases: atellmer/dark
Releases · atellmer/dark
🍍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 optionsawaitMetatags
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
🍉 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
bootstrapModules
forrenderToStream
issue - The
renderToString
under 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.