Skip to content

Releases: shenjunru/react-fiber-keep-alive

0.7.1

01 Jul 05:32
70285d1
Compare
Choose a tag to compare
  • feat: replace Map by IMap interface in Context type

0.7.0

30 Jun 13:25
ba06125
Compare
Choose a tag to compare
  • feat: support useInsertionEffect()
  • feat: expose keep-alive context and types
  • feat: add onRead() and onSave() optional props

0.6.3

15 Jun 05:03
670de4a
Compare
Choose a tag to compare
  • feat: move internal storages to context

0.6.2

14 Jun 08:47
de5142e
Compare
Choose a tag to compare
  • fix: ref update life-circle
  • fix: es module build target

0.6.1

11 Jun 05:59
ed4adc8
Compare
Choose a tag to compare
  • fix: react import method

0.6.0

08 Jun 03:58
171b1d7
Compare
Choose a tag to compare
  • feat: add useIgnoreKeepAlive() api
  • feat: cleanup while provider unmount
  • feat: handle name value changes

0.5.0

07 Jun 10:31
9e43818
Compare
Choose a tag to compare
  • feat: add "ignore" prop to control the cache
  • fix: recursive <KeepAlive> issue
  • fix: onetime effect hooks issue

0.4.2

06 Jun 17:21
5d81a57
Compare
Choose a tag to compare
  • refactor: optimize code

0.4.1

06 Jun 08:43
5772bb9
Compare
Choose a tag to compare
  • feat: support react-dom portal api
  • fix: effect hooks execution order on react v16 / v17

0.3.4

02 Jun 12:19
a692ff2
Compare
Choose a tag to compare
0.3.4 Pre-release
Pre-release
  • feat: remove keep-alive host elements
  • fix: effect hooks for forwardRef()