Skip to content

Releases: CJY0208/react-activation

0.12.1

11 Nov 06:02
bf2af1f
Compare
Choose a tag to compare
v0.12.1

v0.12.1

v0.11.2

23 May 07:50
760d0b7
Compare
Choose a tag to compare
v0.11.2

v0.9.5

16 Nov 04:25
bd01007
Compare
Choose a tag to compare
  • 增加 react-freeze 进行性能优化

v0.9.1

28 Mar 12:31
774bd43
Compare
Choose a tag to compare
  • feat: no need to render <AliveScope> any more while using React 16.x
  • feat: After the drop() method is executed, the cache event will be kept for a certain period of time to respond to the behavior of uninstall in the activated state
  • fix: the problem of multiple didmounts caused by multiple updates in autoFixContext mode

v0.8.0

30 Jan 15:45
Compare
Choose a tag to compare

feat: 增加 autoFixContext 方法,静默修复上下文断层问题(算是解决老大难问题了 😄 )

v0.7.2

27 Jan 01:55
7558612
Compare
Choose a tag to compare
  • fix: KeepAlive 多个子节点时报 undefined 渲染的问题
  • fix: KeepAlive 传递其他自定义属性时 ts 告警的问题

v0.7.0

29 Nov 15:55
1ede178
Compare
Choose a tag to compare
  • 去除内置 core-js 垫片

v0.6.2

25 Nov 04:46
921cd0c
Compare
Choose a tag to compare

fix: 代码顺序错误导致报错的问题

0.6.1

23 Nov 09:52
4fbf935
Compare
Choose a tag to compare
  • feat: saveScrollPosition 支持保存自定义节点滚动位置,见 #81

v0.5.6

03 Nov 02:38
d3a7a28
Compare
Choose a tag to compare

feat: 增加 React v17 fiberNode 节点兼容