Skip to content

Releases: atellmer/dark

🍉v1.5.1

20 Jan 06:08
Compare
Choose a tag to compare

@dark-engine/server

  • fixed textarea content
  • added SSR optimizations

others:

💅v1.5.0

19 Jan 10:10
Compare
Choose a tag to compare

@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

29 Aug 15:09
Compare
Choose a tag to compare

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
Choose a tag to compare

bugfixes

🍭v1.4.0

19 May 13:45
Compare
Choose a tag to compare

@dark-engine/core

  • Changed Context API
  • Minor performance improvements
  • Reduced memory consumption

@dark-engine/styled

🧁v1.3.0

17 May 11:36
Compare
Choose a tag to compare

@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
Choose a tag to compare

@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
Choose a tag to compare

@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
Choose a tag to compare

@dark-engine/core

  • Added new jsx-runtime

@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.

👽v1.0.3

24 Feb 06:17
Compare
Choose a tag to compare

Improved types

@dark-engine/core

  • Suspense bugfix

@dark-engine/styled

  • Streams bugfix