Releases: trycatch-labs/dark
Releases · trycatch-labs/dark
🌖v1.6.0
09 Oct 15:08
Compare
Sorry, something went wrong.
No results found
@dark-engine/core
refactoring
removed unused code
New packages:
@dark-engine/signals - signals library for Dark
Others:
🍉v1.5.1
20 Jan 06:08
Compare
Sorry, something went wrong.
No results found
@dark-engine/server
fixed textarea content
added SSR optimizations
others:
💅v1.5.0
19 Jan 10:10
Compare
Sorry, something went wrong.
No results found
@dark-engine/core
@dark-engine/data
@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
29 Aug 15:09
Compare
Sorry, something went wrong.
No results found
Bugfixes:
fix use-query cache #85
fix input value #82
fix styled parser #76
fix bad links #77
🍧v1.4.1
20 May 08:42
Compare
Sorry, something went wrong.
No results found
🍭v1.4.0
19 May 13:45
Compare
Sorry, something went wrong.
No results found
@dark-engine/core
Changed Context API
Minor performance improvements
Reduced memory consumption
@dark-engine/styled
🧁v1.3.0
17 May 11:36
Compare
Sorry, something went wrong.
No results found
@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
🍉 v1.2.0
14 Apr 10:30
Compare
Sorry, something went wrong.
No results found
@dark-engine/platform-server
Bugfix with incorrect rendering of void elements
@dark-engine/web-router
RouterLink splitted to Link and NavLink
😺v1.1.1
13 Apr 13:31
Compare
Sorry, something went wrong.
No results found
@dark-engine/core
Bugfix with resolving of promises during rendering
@dark-engine/web-router
Bugfix with resolving routes in some cases issue
🙃v1.1.0
11 Apr 12:54
Compare
Sorry, something went wrong.
No results found
@dark-engine/core
@dark-engine/platform-browser
Added __danger property for dangerous HTML issue
Added hydration of entire document issue
@dark-engine/platform-server
New option bootstrapModules for renderToStream 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.