Releases: lljj-x/vue-json-schema-form
Releases · lljj-x/vue-json-schema-form
v1.18.0
1.18.0 (2023-08-05)
Bug Fixes
- lib: 修复 anyOf index change 旧值不匹配不会移除的问题 (22c658a)
- lib: 修复 match anyOf option未重新retrieve schema 导致无法正确match index的问题 (44dd77b), closes #317
Features
- lib: vue2版本 formItem 默认支持promise 形式 (6e48d27), closes #316
1.17.0
- lib: 支持配置 formProps.popover 透传给ui组件 popover (4c7cc51), closes #269
- lib: 放开miniDesc模式开关的限制 (81d1834)
v1.12.0
Bug Fixes
Feature
- lib: 优化样式 (e53291b)
- lib: 添加vue3 naiveUi支持 (a159c78), closes #152
- demo: 更新demo header样式,升级element-plus到正式最新版本
v1.9.1
Bug Fixes
Other
- lib: 优化anyOf 回填数据尝试查找const配置反选当前option,优化切换option数据保留逻辑
v1.9.0
Features
- vue2: vue2 添加 widgetListeners 配置 (50348c2), closes #45
- vue-core: form-footer 添加 okBtnProps (c832a07)
- vue-core: 支持uiSchema配置 slots (27f1501), closes #45
v1.6.4
Bug Fixes
- lib: 修复vue3 antd 选择颜色无法预览 #71