Skip to content

Latest commit

 

History

History
165 lines (79 loc) · 7.25 KB

CHANGELOG.md

File metadata and controls

165 lines (79 loc) · 7.25 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2024-03-22)

⚠ BREAKING CHANGES

  • 需要React 18并完全兼容并发特性

Bug Fixes

  • Boundary.js import error (68d399e)

  • Global cache does't need to wait for components to be mounted (92c3cca)

  • 修复并发模式下缓存会失效的 bug (f5394fe)

  • 更新依赖并要求React 18 (6b6f303)

2.3.1 (2022-05-06)

Bug Fixes

  • add useResourceController to index exports (e790d7d)

2.3.0 (2022-05-06)

Features

2.2.0 (2022-04-01)

Features

  • allow user to create custom cache context (#18) (2a4e56f)

2.1.0 (2021-12-31)

Features

  • forward ref for withBoundary (#17) (50c7d01)
  • make refresh controller awaitable (29e69f5)

2.0.3 (2021-12-30)

Bug Fixes

2.0.2 (2021-12-30)

Bug Fixes

  • add types field to package.json (70c8336)

2.0.1 (2021-12-30)

⚠ BREAKING CHANGES

  • publish as pure ESM package
  • remove CacheProvider from Boundary
  • version 2.0

Features

  • add a boundary with no cache provider (2442b26)
  • provide pending indicator on refreshing a resource (7c2e030)
  • version 2.0 (9a20230)

Bug Fixes

  • cache should return promise (fd58125)

  • export types in package.json (ad0ce9c)

  • fix type of usePreloadResource (43dd666)

  • remove CacheProvider from Boundary (f9fd486)

  • use beta version of use-sync-external-store (f457e58)

  • use use-sync-external-store/shim (18fe4c7)

  • publish as pure ESM package (bcc0e22)

2.0.0 (2021-12-29)

⚠ BREAKING CHANGES

  • publish as pure ESM package

  • publish as pure ESM package (b42d3ed)

2.0.0-beta.9 (2021-11-28)

Bug Fixes

  • use beta version of use-sync-external-store (b1326fa)

2.0.0-beta.8 (2021-11-25)

Bug Fixes

  • use use-sync-external-store/shim (72d1d41)

2.0.0-beta.7 (2021-11-25)

Bug Fixes

  • cache should return promise (9fb22d5)

2.0.0-beta.6 (2021-11-10)

2.0.0-beta.5 (2021-09-27)

⚠ BREAKING CHANGES

  • remove CacheProvider from Boundary

Bug Fixes

  • remove CacheProvider from Boundary (c4e6bcf)

2.0.0-beta.4 (2021-09-18)

Bug Fixes

  • fix type of usePreloadResource (04da00d)

2.0.0-beta.3 (2021-09-14)

Features

  • provide pending indicator on refreshing a resource (3c4d99a)

2.0.0-beta.2 (2021-09-12)

Features

  • add a boundary with no cache provider (c329847)

2.0.0-beta.1 (2021-09-12)

⚠ BREAKING CHANGES

  • version 2.0

Features