Skip to content

Releases: frejs/fre

v2.8.9

08 Jun 15:32

Choose a tag to compare

What's Changed

Full Changelog: 2.8.8...2.8.9

v2.8.8

17 Sep 12:50

Choose a tag to compare

  1. Supported auto SSR Hydration.
  2. Supported ErrorBoundary and Suspense.

v2.8.5

08 Sep 12:00

Choose a tag to compare

support hydrate

v2.8.0

24 Jul 13:11

Choose a tag to compare

support Suspense and lazy

2.7.6

29 May 10:42

Choose a tag to compare

  1. support ssr
  2. support offscreen rendering with document-fragment

2.7.4

23 Apr 08:04

Choose a tag to compare

stable version, optimize aligorithm, fix bugs

2.6.4

26 May 13:31
bae8f9b

Choose a tag to compare

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

2.6.1

30 Nov 18:08

Choose a tag to compare

simplify

2.4.1 (Nov 08, 2021)

08 Nov 06:22

Choose a tag to compare

  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)

27 Jun 11:58

Choose a tag to compare

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