Commit 1a429dd4d17fb616cd67a70bc84a4abeea4de014

Authored by vben
1 parent d73d43ed

chore: release v2.4.1

CHANGELOG.en_US.md
  1 +## 2.4.1(2021-06-01)
  2 +
  3 +### ✨ Features
  4 +
  5 +- Add `DatePicker` and `TimePicker` components to editable tables
  6 +- Added `defaultExpandLevel` configuration to `Tree` component
  7 +
  8 +### ⚡ Performance Improvements
  9 +
  10 +-Menu search default focus
  11 +
  12 +### 🐛 Bug Fixes
  13 +
  14 +- Fix known issues of `CodeEditor`
  15 +- Fix the issue of `i18n` console warning
  16 +- Fix the problem that the editable table `align` configuration does not take effect
  17 +- Ensure that `axios` only processes `Object` parameters
  18 +- Fix the failure of the `defaultExpandAll` configuration of the `Tree` component
  19 +- Fix the problem of missing dividing line in `TableAction`
  20 +- Fix the known issues of the table
  21 +- Fix that the lang attribute of HTML will not be set when reloading due to the first loading or changing the language
  22 +
1 ## 2.4.0 (2021-05-25) 23 ## 2.4.0 (2021-05-25)
2 24
3 ### ✨ Features 25 ### ✨ Features
CHANGELOG.md
  1 +## [2.4.1](https://github.com/anncwb/vue-vben-admin/compare/v2.4.0...v2.4.1) (2021-06-01)
  2 +
  3 +### Bug Fixes
  4 +
  5 +- **table:** make sure the table width is correct, fix [#593](https://github.com/anncwb/vue-vben-admin/issues/593) ([d73d43e](https://github.com/anncwb/vue-vben-admin/commit/d73d43ed91f30957cfd202c51552ca40a19cef08))
  6 +- Fix the problem that the `lang` attribute of `HTML` will not be set when it is first loaded ([#682](https://github.com/anncwb/vue-vben-admin/issues/682)) ([eca8907](https://github.com/anncwb/vue-vben-admin/commit/eca8907a11c28d816c3da5a0667f45a38a499012))
  7 +- **avatar:** mock data and Account center style ([2066f66](https://github.com/anncwb/vue-vben-admin/commit/2066f669715491f3e91ac6d0e905cd2b3e80b58d))
  8 +- **axios:** make sure that the parameter is an object before processing, fix [#660](https://github.com/anncwb/vue-vben-admin/issues/660) ([834fa7e](https://github.com/anncwb/vue-vben-admin/commit/834fa7eb9c8aff252e083d38fdab4f6f53b4d43a))
  9 +- **code-editor:** fix CodeEditor style problem, fix [#655](https://github.com/anncwb/vue-vben-admin/issues/655) ([5662804](https://github.com/anncwb/vue-vben-admin/commit/566280422de0537c4e31496eaaa95a9d51fe9458))
  10 +- **codeMirror:** fix the JsonEditor embedded in the bullet frame causing the style to be disordered ([#668](https://github.com/anncwb/vue-vben-admin/issues/668)) ([e1123a2](https://github.com/anncwb/vue-vben-admin/commit/e1123a2ccb5d5450a5072c19e5508a5dc0f14423))
  11 +- **form:** radioButtonGroup value support number ([bbddf30](https://github.com/anncwb/vue-vben-admin/commit/bbddf30e96feb1ab048323d93d3b8c1b18857acd))
  12 +- ensure that roleList is not empty ([aebad61](https://github.com/anncwb/vue-vben-admin/commit/aebad61b3d3e11aaf720b37e762e53e2e6999d3c))
  13 +- fix node12 version data mock error ([644dbe3](https://github.com/anncwb/vue-vben-admin/commit/644dbe315bb03ea1641a682359873237208a5303))
  14 +- **codeeditor:** empty value set failed.fixed:[#659](https://github.com/anncwb/vue-vben-admin/issues/659) ([ba2bebb](https://github.com/anncwb/vue-vben-admin/commit/ba2bebb4069085817a90d065ed5877fdb50a8039))
  15 +- **layout:** fix style compatibility issues ([905e5b7](https://github.com/anncwb/vue-vben-admin/commit/905e5b714b582548f32feca723012124343686a6))
  16 +- **login:** login page modal style fixed: [#662](https://github.com/anncwb/vue-vben-admin/issues/662) ([#666](https://github.com/anncwb/vue-vben-admin/issues/666)) ([b218f10](https://github.com/anncwb/vue-vben-admin/commit/b218f10e25a9364c399a5fe42eedb549f57c01ea))
  17 +- **table:** support change event ([9f4d171](https://github.com/anncwb/vue-vben-admin/commit/9f4d1719caa76de94e6362c16e4df3ac28df253c)), closes [#677](https://github.com/anncwb/vue-vben-admin/issues/677)
  18 +- **table:** useTable support onChange ([9f5085c](https://github.com/anncwb/vue-vben-admin/commit/9f5085c9f9f46b09391156b17091c1771bc13026))
  19 +- **table-action:** fix the split line style is missing,fix [#674](https://github.com/anncwb/vue-vben-admin/issues/674) ([b1cb863](https://github.com/anncwb/vue-vben-admin/commit/b1cb86350253dc5be095466966d9469775f4395d))
  20 +- login failed ([035f55a](https://github.com/anncwb/vue-vben-admin/commit/035f55af9778819d72adc1700d9de56a6569b58f))
  21 +- session timeout login logic error ([#678](https://github.com/anncwb/vue-vben-admin/issues/678)) ([132c7fb](https://github.com/anncwb/vue-vben-admin/commit/132c7fb944df255c4d76a25d6d924439f91f9c54)), closes [#673](https://github.com/anncwb/vue-vben-admin/issues/673)
  22 +- **layout:** fix class loss ([d018363](https://github.com/anncwb/vue-vben-admin/commit/d018363ddcd68189a18829a2b2560f3b98da58a6))
  23 +- **log:** fix Wrong version number ([#653](https://github.com/anncwb/vue-vben-admin/issues/653)) ([4f0d45f](https://github.com/anncwb/vue-vben-admin/commit/4f0d45f1df48755eadc0b09fa19762ee68f9abd1))
  24 +- **tree:** support defaultExpandAll prop ([3ed2339](https://github.com/anncwb/vue-vben-admin/commit/3ed2339a6d75abbd6ccf723b6eaa762f9921409e))
  25 +- theme switching fails ([7e2ca79](https://github.com/anncwb/vue-vben-admin/commit/7e2ca79ece2f5209cb7ce4b0f5ee15012f9f51de))
  26 +
  27 +### Features
  28 +
  29 +- **app-search:** auto focus on show ([1ae6362](https://github.com/anncwb/vue-vben-admin/commit/1ae636296df2cf99e8a777f053c539c50e6ad49a))
  30 +- **table:** add editable DatePicker & TimePicker ([#654](https://github.com/anncwb/vue-vben-admin/issues/654)) ([93006c7](https://github.com/anncwb/vue-vben-admin/commit/93006c7dc7b5243b26637f444c8057c95935e622))
  31 +- **table:** editable component text align ([8eaf575](https://github.com/anncwb/vue-vben-admin/commit/8eaf57562610a833c8083ae9957f458319d1cc93))
  32 +- **tabs:** add setTabTitle method ([#680](https://github.com/anncwb/vue-vben-admin/issues/680)) ([5ddccf6](https://github.com/anncwb/vue-vben-admin/commit/5ddccf6ba28453b9a35355d53d0db65f1a8876bc))
  33 +- **tinymce:** support dark theme and I18n ([83c9cd7](https://github.com/anncwb/vue-vben-admin/commit/83c9cd77421e9c0888a41e2d8dcbca816da67488))
  34 +- **tree:** add defaultExpandLevel prop ([6edca1c](https://github.com/anncwb/vue-vben-admin/commit/6edca1c19c3b0772f9ab82a7b09251a74fff2173)), closes [#672](https://github.com/anncwb/vue-vben-admin/issues/672)
  35 +
  36 +### Performance Improvements
  37 +
  38 +- **i18n:** improve warning prompt ([6ef62ba](https://github.com/anncwb/vue-vben-admin/commit/6ef62ba6ea7f5613a1fec982b30fe6b0f478bf59))
  39 +
1 # [2.4.0](https://github.com/anncwb/vue-vben-admin/compare/v2.2.0...v2.4.0) (2021-05-25) 40 # [2.4.0](https://github.com/anncwb/vue-vben-admin/compare/v2.2.0...v2.4.0) (2021-05-25)
2 41
3 ### Bug Fixes 42 ### Bug Fixes
CHANGELOG.zh_CN.md
1 -## Wip 1 +## 2.4.1(2021-06-01)
  2 +
  3 +### ✨ Features
  4 +
  5 +- 可编辑表格新增`DatePicker`和`TimePicker`组件
  6 +- `Tree` 组件新增`defaultExpandLevel`配置
  7 +
  8 +### ⚡ Performance Improvements
  9 +
  10 +- 菜单搜索默认聚焦
2 11
3 ### 🐛 Bug Fixes 12 ### 🐛 Bug Fixes
4 13
5 -- 修复`CodeEditor`样式问题 14 +- 修复`CodeEditor`已知问题
  15 +- 修复`i18n`控制台警告问题
  16 +- 修复可编辑表格`align`配置不生效问题
  17 +- 确保`axios`只对`Object`参数进行处理
  18 +- 修复`Tree`组件 `defaultExpandAll` 配置失效
  19 +- 修复`TableAction` 分割线丢失问题
  20 +- 修复表格已知问题
  21 +- 修复首次加载或改变语言导致重载时,不会设置 HTML 的 lang 属性
6 22
7 ## 2.4.0 (2021-05-25) 23 ## 2.4.0 (2021-05-25)
8 24
package.json
1 { 1 {
2 "name": "vben-admin", 2 "name": "vben-admin",
3 - "version": "2.4.0", 3 + "version": "2.4.1",
4 "author": { 4 "author": {
5 "name": "vben", 5 "name": "vben",
6 "email": "anncwb@126.com", 6 "email": "anncwb@126.com",