Skip to content

Releases: FEMessage/el-data-table

v1.5.0

24 Jun 04:05
Compare
Choose a tag to compare

✨ 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

10 Jun 06:14
Compare
Choose a tag to compare

✨ New Features:

  • chore: use vue-sfc-cli upgrade #121

🐛 Bug Fixes:

  • fix: 没有sync修饰时,customQuery也被重置的bug #108

v1.4.1

31 May 04:06
Compare
Choose a tag to compare

✨ New Features:

  • docs: 文档完善 #113

v1.4.0

21 May 03:56
Compare
Choose a tag to compare

🐛 Bug Fixes:

  • fix: 出现多个computed #109

v1.3.0

20 May 09:26
Compare
Choose a tag to compare

✨ New Features:

  • feat: 删除弹窗的确认按钮用danger样式 #106
  • feat(persist-selection): 多选项在翻页、数据刷新时仍保持 #90
  • feat: 删除按钮颜色使用class替代style #99
  • feat: 不分页时,接口传参page=-1 #102

v1.2.3

13 May 13:05
Compare
Choose a tag to compare

✨ New Features:

  • ci: build & deploy & notify without human #93
  • feat: 搜索区域增加折叠功能 #89
  • feat: 操作列按钮改成文字按钮 #88

v1.2.2

07 May 11:52
Compare
Choose a tag to compare

🐛 Bug Fixes:

  • fix: 处理self-loading-button触发表单提交行为 #78

v1.2.1

29 Apr 11:56
Compare
Choose a tag to compare

🐛 Bug Fixes:

  • fix: 阻止搜索表单提交的默认行为 #71
  • fix(self-loading-button): remove warning of property type #72

v1.2.0

28 Apr 11:55
Compare
Choose a tag to compare

✨ 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

10 Jan 07:03
Compare
Choose a tag to compare

🔧 Fixes and Enhancements

修复 updateForm 的错误调用 #47

💄 Internal Refactors

去除hack form resetFields的代码: ElemeFE/element#8615