Releases: shenjunru/react-fiber-keep-alive
Releases · shenjunru/react-fiber-keep-alive
0.7.1
- feat: replace Map by IMap interface in Context type
0.7.0
- feat: support useInsertionEffect()
- feat: expose keep-alive context and types
- feat: add onRead() and onSave() optional props
0.6.3
- feat: move internal storages to context
0.6.2
- fix: ref update life-circle
- fix: es module build target
0.6.0
- feat: add
useIgnoreKeepAlive()
api
- feat: cleanup while provider unmount
- feat: handle name value changes
0.5.0
- feat: add "ignore" prop to control the cache
- fix: recursive
<KeepAlive>
issue
- fix: onetime effect hooks issue
0.4.1
- feat: support react-dom portal api
- fix: effect hooks execution order on react v16 / v17
0.3.4
- feat: remove keep-alive host elements
- fix: effect hooks for forwardRef()