Skip to content

Releases: frejs/fre

v2.8.9

Choose a tag to compare

@yisar yisar released this 08 Jun 15:32

What's Changed

Full Changelog: 2.8.8...2.8.9

v2.8.8

Choose a tag to compare

@yisar yisar released this 17 Sep 12:50
  1. Supported auto SSR Hydration.
  2. Supported ErrorBoundary and Suspense.

v2.8.5

Choose a tag to compare

@yisar yisar released this 08 Sep 12:00

support hydrate

v2.8.0

Choose a tag to compare

@yisar yisar released this 24 Jul 13:11

support Suspense and lazy

2.7.6

Choose a tag to compare

@yisar yisar released this 29 May 10:42
  1. support ssr
  2. support offscreen rendering with document-fragment

2.7.4

Choose a tag to compare

@yisar yisar released this 23 Apr 08:04

stable version, optimize aligorithm, fix bugs

2.6.4

Choose a tag to compare

@yisar yisar released this 26 May 13:31
bae8f9b

算法简化,O(N),更好的适配嵌入式

2.6.1

Choose a tag to compare

@yisar yisar released this 30 Nov 18:08
simplify

2.4.1 (Nov 08, 2021)

Choose a tag to compare

@yisar yisar released this 08 Nov 06:22
  1. Microtask is used by default. In most cases, the performance will be much better.
    #304
  2. Refactor updateElement, performance improves again.
    #321

2.1.0 (Jun 27, 2021)

Choose a tag to compare

@yisar yisar released this 27 Jun 11:58

[core] It's just the stability of the algorithm, there is no new feature.
[test] Use playwright + zora