Skip to content

Commit

Permalink
chore: bump 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Apr 10, 2021
1 parent c77f7e6 commit 228b6cb
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.en_US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 2.3.0 (2021-04-10)

## (Breaking changes) Breaking changes

- Use `pinia` to replace `vuex`, `vuex-module-decorators`.

-Impact, if you used vuex-module-decorators yourself before, you need to transform it to pinia.

- the reason: -pinia is basically similar to vuex5api and is easy to understand. -Subsequent switching to vuex5 has a very low cost and can also be used as a third-party state management library

- Remove `useKeyPress` and use `vueuse`-`onKeyStroke` instead
- Remove `useDebounceFn` and use `vueuse`-`useDebounceFn` instead
- Remove `useThrottle` and use `vueuse`-`useThrottleFn` instead

### ✨ Features

- Tabs support persistent storage

### ✨ Refactor

- Remove `useElResize`

### 🐛 Bug Fixes

- Login page style fix
- Fix the known problems of the menu
- Fix the problem of theme style switching

## 2.2.0 (2021-04-06)

### ✨ Features
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.3.0](https://github.com/anncwb/vue-vben-admin/compare/v2.2.0...v2.3.0) (2021-04-10)

### Bug Fixes

- **api-select:** make sure the type is correct, fix [#468](https://github.com/anncwb/vue-vben-admin/issues/468) ([37c5741](https://github.com/anncwb/vue-vben-admin/commit/37c5741601951349f622801a48a7bf9e45d723a4))
- **menu:** improve menu logic, fix [#461](https://github.com/anncwb/vue-vben-admin/issues/461) ([ee1c349](https://github.com/anncwb/vue-vben-admin/commit/ee1c3498587951a6a4cc0b49edb9dacf3f2af5c3))
- **theme:** make sure the menu style is correct, fix [#382](https://github.com/anncwb/vue-vben-admin/issues/382) ([c77f7e6](https://github.com/anncwb/vue-vben-admin/commit/c77f7e62aba51072325dffdb01d3c0cc87c578b0))
- **theme:** make sure the steps style is correct, fix [#414](https://github.com/anncwb/vue-vben-admin/issues/414) ([640a2c1](https://github.com/anncwb/vue-vben-admin/commit/640a2c17986e2b59be57125e91051ec879f31eeb))
- improve login page style ([780a8a6](https://github.com/anncwb/vue-vben-admin/commit/780a8a67b874ca1c8d05c2561f88081cc4ec4b28))
- Improve the picture cropping component ([#463](https://github.com/anncwb/vue-vben-admin/issues/463)) ([700306b](https://github.com/anncwb/vue-vben-admin/commit/700306bb45d5f2b975c20bd2581fb87a210e589c))
- login page overflow show problem ([#455](https://github.com/anncwb/vue-vben-admin/issues/455)) ([af6d58e](https://github.com/anncwb/vue-vben-admin/commit/af6d58eb26875f02afb419d9d4d5ee2454292863))

### Features

- persistent save tab, fix [#359](https://github.com/anncwb/vue-vben-admin/issues/359) ([967b28c](https://github.com/anncwb/vue-vben-admin/commit/967b28c4c06cf92e9ab90cff51f59a0d6ced5d7b))

# [2.2.0](https://github.com/anncwb/vue-vben-admin/compare/v2.1.1...v2.2.0) (2021-04-07)

### Bug Fixes
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Wip
## 2.3.0 (2021-04-10)

## (破坏性更新) Breaking changes

Expand All @@ -25,6 +25,7 @@

- 登录页样式修复
- 修复菜单已知问题
- 修复主题样式切换问题

## 2.2.0 (2021-04-06)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vben-admin",
"version": "2.2.0",
"version": "2.3.0",
"author": {
"name": "vben",
"email": "anncwb@126.com",
Expand Down

0 comments on commit 228b6cb

Please sign in to comment.