-
5.3.15 【部分bug修正】 Stable
released this
2024-10-27 12:02:55 +08:00 | 251 commits to master since this release- 解决 subscriber emit sub回调未进入
- native支持ref 调整withRouter
- 在菜单权限检查时,若destEntity是空字符串,则表示对任何用户都可见,用于控制台首页等页面。
Downloads
-
5.3.14 [完善了feature/console] Stable
released this
2024-10-12 14:26:54 +08:00 | 259 commits to dev since this release- 完善了feature/console中的一些功能细节
Downloads
-
5.3.13 [增加了feature/console] Stable
released this
2024-10-08 21:57:13 +08:00 | 264 commits to dev since this release- 增加了feature/console,把控制台和menu的功能进行了合并和抽象
- 更正了一些小的bug
Downloads
-
5.3.12[修正了cache的几个小问题] Stable
released this
2024-09-30 12:12:14 +08:00 | 271 commits to dev since this release- cache checkOperation检查修正
- cache初始化小问题修正
Downloads
-
released this
2024-09-24 10:54:30 +08:00 | 276 commits to dev since this release- react-native 0.75支持react 18.3.1,故更新peerDependency到新状态
Downloads
-
released this
2024-09-20 19:22:43 +08:00 | 281 commits to dev since this release-
list当没有排序时,默认使用createAt作为排序键值
-
cache 同步数据时,对个别边界容错
Downloads
-
-
5.3.8[优化了Action的判断] Stable
released this
2024-09-16 17:55:30 +08:00 | 285 commits to dev since this release1、优化了对Action是否legal的判断,当前如果cache不发生变化,上次判断的结果会被缓存重复使用,大幅度优化了list上有很多action情况下的性能
2、调整了判断顺序,先判断data/row/logical等类型,最后判断relation
3、调整了这部分的代码结构,合并了两个函数Downloads