@yidun/antd-super-table 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1042,6 +1042,15 @@ export interface SuperTableAntdProps extends TableProps {
1042
1042
 
1043
1043
  ## 更新记录
1044
1044
 
1045
+ ### 0.1.6
1046
+
1047
+ - 🐛 **修复依赖问题**:将 `jsonpath-plus` 从 `optionalDependencies` 移到 `dependencies`,解决其他项目使用 `npm ci` 时的依赖缺失问题
1048
+ - ✨ **优化场景初始化**:当没有选中过场景 code 且有默认场景时,自动选中默认场景并触发查询
1049
+ - 📝 **示例代码优化**:
1050
+ - 添加默认场景配置示例
1051
+ - 新增清空缓存功能
1052
+ - 场景功能默认开启
1053
+
1045
1054
  ### 0.1.2
1046
1055
 
1047
1056
  - 新增 `tableWrapperStyle` 属性,支持自定义表格容器样式。