Bug Fixes
- abc:reuse-tab: support ssr (#1232) (4933deb)
- abc:st: fix mutual pollution of
expand
andclick
event (#1241) (0321613) - form: fix losing format rules of ajv in 7.x version (#1239) (393f0a3)
Features
- abc:st: add
customRequest
property (#1234) (65aba5c) - abc:st: add
safeHtml
property inSTColumn
(#1233) (f49d45c) - chart:echarts: add
chart-echarts
component (#1238) (ce04327) - form: Upgrade
ajv
to8.x
(#1240) (9b9f3c8)
Performance Improvements
Bug Fixes
- abc:reuse-tab: 修复SSR初始化失败 (#1232) (4933deb)
- abc:st: 修复
expand
与click
事件相互触发污染 (#1241) (0321613) - form: 修复 7.x 版本格式化数据丢失问题 (#1239) (393f0a3)
Features
- abc:st: 新增
customRequest
属性,自定义实现远程数据,例如:Graphql (#1234) (65aba5c) - abc:st: 新增
STColumn
里safeHtml
属性 (#1233) (f49d45c) - chart:echarts: 新增
chart-echarts
ECharts组件 (#1238) (ce04327) - form: 升级
ajv
至8.x
(#1240) (9b9f3c8)