Skip to content

Releases: FEMessage/el-data-table

v1.8.0

22 Aug 02:46
Compare
Choose a tag to compare

✨ New Features:

  • feat: searchForm 内容支持属性 collapsible=false,在搜索区域折叠后仍可见 #205
  • feat: 支持设置对话框属性 dialogAttrs #201

📖 Documentation:

  • docs: extraQuery的正确使用方法 #206

💅 Refactors:

  • refactor: 删除逻辑使用async/await精简代码 #204

🏡 Chore:

  • chore: 执行prettier & stylus => less #194

v1.7.3

07 Aug 10:53
Compare
Choose a tag to compare

🐛 Bug Fixes:

fix: 保存查询参数时使用history. replaceState #193

v1.7.2

02 Aug 09:25
Compare
Choose a tag to compare

🐛 Bug Fixes:

  • fix: error 422 when fetch github api #189

📖 Documentation:

  • docs: expose resetSearch as public method in api document #187
  • docs: update README badges & contributing #184

v1.7.1

30 Jul 08:09
Compare
Choose a tag to compare

🐛 Bug Fixes:

  • fix: header 在没有头部按钮时出现 22px 高度的问题 #183
  • fix: 修复 tr 淡入动画 #179

🏡 Chore:

  • chore: 升级配置 #180

v1.7.0

26 Jul 08:10
Compare
Choose a tag to compare

✨ New Features:

  • feat: 增加header-slot #177

📖 Documentation:

  • docs: README弃用新浪图床使用语雀cdn #173

💅 Refactors:

  • refactor: 抽离 the-dialog 组件 #174
  • refactor: 优化dialog冗余代码 #171

v1.6.3

12 Jul 10:35
Compare
Choose a tag to compare

✨ New Features:

  • feat: 增加no-data slot #165

🐛 Bug Fixes:

  • fix: getList在mounted阶段会发出两次 #163

v1.6.2

11 Jul 06:16
Compare
Choose a tag to compare

📝Release Notes

From now on(1.6.2), el-data-table rename to @femessage/el-data-table

You still can use el-data-table(the latest version is 1.6.1), but for the next new features and bug fixes, you'd better install new package:

 yarn add @femessage/el-data-table

⚓ Dependency upgrades:

  • chore(deps): [security] bump lodash.template from 4.4.0 to 4.5.0 #167
  • chore(deps): [security] bump lodash from 4.17.11 to 4.17.14 #168

🏡 Chore:

  • chore: scope package name #169

v1.6.1

05 Jul 08:27
Compare
Choose a tag to compare

✨ New Features:

  • feat: 抽离table选中逻辑 #157
  • feat: 可配置默认按钮文字 #104
  • feat(extraButton): text 接受函数 #112

📖 Documentation:

  • docs(faq): 记录通过v-if切换el-data-table时出现无法重置searchForm的问题 #161

💅 Refactors:

  • refactor: remove routerMode #159

v1.6.0

02 Jul 10:48
Compare
Choose a tag to compare

✨ New Features:

  • feat(deps): upgrade @femessage/el-form-renderer to 1.6.0 #156
  • docs: add english readme #154

v1.5.1

01 Jul 04:25
Compare
Choose a tag to compare

🐛 Bug Fixes:

  • fix: self-loading-button在header处应该是el-button样式 #150