Releases: CJY0208/react-router-cache-route
Releases · CJY0208/react-router-cache-route
v1.13.0
10 May 09:50
Compare
Sorry, something went wrong.
No results found
feat: add autoFreeze prop
v1.11.0
05 Jan 14:59
Compare
Sorry, something went wrong.
No results found
feat: add lifecycle hooks useDidCache and useDidRecover
v1.10.1
30 Oct 10:39
Compare
Sorry, something went wrong.
No results found
v1.10.0
19 Sep 03:34
Compare
Sorry, something went wrong.
No results found
#89 feat: add refreshByCacheKey method to support refreshing a route by key @xwinstone
v1.9.2
16 Sep 15:33
Compare
Sorry, something went wrong.
No results found
修复 multiple 模式下兼容 search 后 key 值重复的问题
v1.9.1
16 Sep 15:32
Compare
Sorry, something went wrong.
No results found
修复 multiple 模式下不兼容 search 参数的问题
1.9.0
26 May 12:58
Compare
Sorry, something went wrong.
No results found
[兼容] react-router-dom v5.2.0
[拓展] cacheKey 允许传递 function 类型
< CacheRoute path = "/item/:id" cacheKey = { props => `Item_${ props . match . params . id } ` } />
Change Log
05 Dec 03:19
Compare
Sorry, something went wrong.
No results found
修复 cacheKey 中包含 . 时 dropByCacheKey 不生效的问题
Change Log
07 Nov 07:56
Compare
Sorry, something went wrong.
No results found
修复 #53 ,#54 ;
文档新增 CacheSwitch which 属性说明;
文档修正对 multiple 功能的版本需求说明
Change Log
25 Oct 01:51
Compare
Sorry, something went wrong.
No results found
修复 .d.ts 对 CacheRoute.when 及 CacheSwitch 的类型定义错误