Releases: FEMessage/el-data-table
Releases · FEMessage/el-data-table
v1.5.0
✨ New Features:
- docs: 增加faq章节 #140
- feat: 增加属性saveQuery控制开启query保存功能 #139
- refactor: customQuery => extraQuery; extraParams => extraBody #138
- docs: 公开getList方法 #123
- docs: 补充event的文档 #128
🐛 Bug Fixes:
- fix: 删除按钮颜色异常 #137
- fix: 重复搜索、重置操作导致路由不断堆积'&'的bug #120
v1.4.2
✨ New Features:
- chore: use vue-sfc-cli upgrade #121
🐛 Bug Fixes:
- fix: 没有sync修饰时,customQuery也被重置的bug #108
v1.3.0
✨ New Features:
- feat: 删除弹窗的确认按钮用danger样式 #106
- feat(persist-selection): 多选项在翻页、数据刷新时仍保持 #90
- feat: 删除按钮颜色使用class替代style #99
- feat: 不分页时,接口传参page=-1 #102
v1.2.3
✨ New Features:
- ci: build & deploy & notify without human #93
- feat: 搜索区域增加折叠功能 #89
- feat: 操作列按钮改成文字按钮 #88
v1.2.2
🐛 Bug Fixes:
- fix: 处理
self-loading-button
触发表单提交行为 #78
v1.2.1
🐛 Bug Fixes:
- fix: 阻止搜索表单提交的默认行为 #71
- fix(self-loading-button): remove warning of property type #72
v1.2.0
✨ New Features:
- chore: 使用 vue-sfc-cli v1 重构 #68
- docs: 补充formatter使用说明 #55
🐛 Bug Fixes:
- fix: 按钮loading状态私有化,互不影响各自的loading状态 #69
- fix: 使用:loading 代替 v-loading #58
v1.1.1
🔧 Fixes and Enhancements
修复 updateForm 的错误调用 #47
💄 Internal Refactors
去除hack form resetFields的代码: ElemeFE/element#8615