Skip to content

Commit 9cf6736

Browse files
committed
chore: bump 2.1.0
1 parent a405de8 commit 9cf6736

5 files changed

+135
-28
lines changed

CHANGELOG.en_US.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2.1.0 (2021-03-15)
2+
3+
### ✨ Features
4+
5+
- Added svg mode to icon selector
6+
- Added time component
7+
- Added AutoNavi/Baidu/Google Map example
8+
9+
### ✨ Refactor
10+
11+
- Refactor the project to solve the hot update problem caused by circular dependencies
12+
- Remove vueHelper/useClickoutside, use @vueuse/core instead
13+
14+
### 🐛 Bug Fixes
15+
16+
- Ensure that the value of `table action` is updated correctly
17+
- Fix the animation of page switching cannot be closed
18+
- Fix `PageWrapper`title not showing
19+
- Fix the known issues of the table
20+
- Fix the problem that the BasicTree component can't customize the title
21+
- Fix the button style problem after theme switching
22+
123
## 2.0.3 (2021-03-07)
224

325
### ✨ Features

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [2.1.0](https://github.com/anncwb/vue-vben-admin/compare/v2.0.3...v2.1.0) (2021-03-15)
2+
3+
### Bug Fixes
4+
5+
- **button:** fix button style error close [#312](https://github.com/anncwb/vue-vben-admin/issues/312) ([7a6c87f](https://github.com/anncwb/vue-vben-admin/commit/7a6c87f8c1aa34a7a00506fb89fb231e3a176f6f))
6+
- **menu:** fix hideMenu not working close [#338](https://github.com/anncwb/vue-vben-admin/issues/338) ([5b2fbfb](https://github.com/anncwb/vue-vben-admin/commit/5b2fbfb6ce4054ece60c851c45baf60f3a07a4db))
7+
- **page-wraper:** fix PageWrapper the scroll bar on the right side of the content area when the user clicks on the tab page to reload the page ([#341](https://github.com/anncwb/vue-vben-admin/issues/341)) ([fcff2cb](https://github.com/anncwb/vue-vben-admin/commit/fcff2cb1911f1e18017f25b3509d1c67f7e86e81))
8+
- **page-wrapper:** fix PageWrapper title not showing ([9e3adaa](https://github.com/anncwb/vue-vben-admin/commit/9e3adaa30c7cdaf23855922100e16717856ba1d9))
9+
- **table:** ensure that editable cell values are echoed correctly close [#335](https://github.com/anncwb/vue-vben-admin/issues/335) ([fab7a6c](https://github.com/anncwb/vue-vben-admin/commit/fab7a6c58d586300d58e1b6837927e1569b57aa5))
10+
- **table:** ensure that the height calculation is normal close [#349](https://github.com/anncwb/vue-vben-admin/issues/349) ([6095cb5](https://github.com/anncwb/vue-vben-admin/commit/6095cb54afe3f4fcabbfff26ac6704ecfbbddae5))
11+
- **table:** ensure that the table height is correct when the data is empty ([53867a8](https://github.com/anncwb/vue-vben-admin/commit/53867a846154d9a3529f50d20d92ce5fdb41986f))
12+
- **table:** ensure that the value of the table action is updated correctly close [#301](https://github.com/anncwb/vue-vben-admin/issues/301) [#313](https://github.com/anncwb/vue-vben-admin/issues/313) ([7156e47](https://github.com/anncwb/vue-vben-admin/commit/7156e47c1813ec01594d9dff4a1e7d593f3c17db))
13+
- **table:** fix table height calculation problem ([0fe42a0](https://github.com/anncwb/vue-vben-admin/commit/0fe42a06c1f2ef69805dbfeecbcac919ff0aedd0)), closes [#348](https://github.com/anncwb/vue-vben-admin/issues/348)
14+
- **table:** fix table row misalignment close [#353](https://github.com/anncwb/vue-vben-admin/issues/353) ([e15737b](https://github.com/anncwb/vue-vben-admin/commit/e15737b9d17d8ebea4f4e9897aeae9b250910a15))
15+
- **table:** fix TableAction row height error close [#350](https://github.com/anncwb/vue-vben-admin/issues/350) ([a759e44](https://github.com/anncwb/vue-vben-admin/commit/a759e44c6e5c223d2fef52c5a9698e571eed2d52))
16+
- **transition:** fix transition not work close [#334](https://github.com/anncwb/vue-vben-admin/issues/334) ([7d8b8db](https://github.com/anncwb/vue-vben-admin/commit/7d8b8db256f78b228b2b4629a472834a4cce9bd4))
17+
- **tree:** ebsure the expansion is functioning properly close [#362](https://github.com/anncwb/vue-vben-admin/issues/362) ([a405de8](https://github.com/anncwb/vue-vben-admin/commit/a405de8d202710264e802edb270bbd5cd4a1ab80))
18+
- **tree:** tree can customize title close [#344](https://github.com/anncwb/vue-vben-admin/issues/344) ([ed422b7](https://github.com/anncwb/vue-vben-admin/commit/ed422b7c56bf9d44be001b8a54358d69c100ff35))
19+
- **useTableScroll:** query paginationel every time to get the correct height ([#355](https://github.com/anncwb/vue-vben-admin/issues/355)) ([f818bb9](https://github.com/anncwb/vue-vben-admin/commit/f818bb9a107e43adfb8ef2a095635f5fffb5800b))
20+
21+
### Features
22+
23+
- **icon:** added svg icon picker ([1418dc6](https://github.com/anncwb/vue-vben-admin/commit/1418dc6a597a8410711359f07ae66f0fea858977))
24+
- **map:** added AMap/Baidu/Google Map example close [#81](https://github.com/anncwb/vue-vben-admin/issues/81) ([a9462f0](https://github.com/anncwb/vue-vben-admin/commit/a9462f0d4dacb8db9300c416b2d3f094be624220))
25+
- **time:** added time compoennt close [#285](https://github.com/anncwb/vue-vben-admin/issues/285) ([a89eeef](https://github.com/anncwb/vue-vben-admin/commit/a89eeef6f3a0b9863d28cf516b126a938eed7361))
26+
27+
### Performance Improvements
28+
29+
- **icon:** icon and SvgIcon integration ([e8fe6a9](https://github.com/anncwb/vue-vben-admin/commit/e8fe6a929be025a889ddec624ff9c2729313c818))
30+
131
## [2.0.3](https://github.com/anncwb/vue-vben-admin/compare/v2.0.2...v2.0.3) (2021-03-07)
232

333
### Bug Fixes

CHANGELOG.zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Wip
1+
## 2.1.0 (2021-03-15)
22

33
### ✨ Features
44

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vben-admin",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"author": {
55
"name": "vben",
66
"email": "[email protected]",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@iconify/iconify": "^2.0.0-rc.6",
36-
"@vueuse/core": "^4.3.6",
36+
"@vueuse/core": "^4.4.1",
3737
"@zxcvbn-ts/core": "^0.3.0",
3838
"ant-design-vue": "2.0.1",
3939
"apexcharts": "^3.25.0",
@@ -46,7 +46,7 @@
4646
"path-to-regexp": "^6.2.0",
4747
"qrcode": "^1.4.4",
4848
"sortablejs": "^1.13.0",
49-
"vditor": "^3.8.2",
49+
"vditor": "^3.8.3",
5050
"vue": "^3.0.7",
5151
"vue-i18n": "^9.0.0",
5252
"vue-router": "^4.0.5",
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@commitlint/cli": "^12.0.1",
6060
"@commitlint/config-conventional": "^12.0.1",
61-
"@iconify/json": "^1.1.314",
61+
"@iconify/json": "^1.1.316",
6262
"@ls-lint/ls-lint": "^1.9.2",
6363
"@purge-icons/generated": "^0.7.0",
6464
"@types/crypto-js": "^4.0.1",
@@ -84,7 +84,7 @@
8484
"conventional-changelog-cli": "^2.1.1",
8585
"cross-env": "^7.0.3",
8686
"dotenv": "^8.2.0",
87-
"eslint": "^7.21.0",
87+
"eslint": "^7.22.0",
8888
"eslint-config-prettier": "^8.1.0",
8989
"eslint-plugin-prettier": "^3.3.1",
9090
"eslint-plugin-vue": "^7.7.0",
@@ -126,7 +126,7 @@
126126
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it",
127127
"bin-wrapper": "npm:bin-wrapper-china",
128128
"esbuild": "0.8.57",
129-
"rollup": "2.41.1"
129+
"rollup": "2.41.2"
130130
},
131131
"repository": {
132132
"type": "git",

yarn.lock

+76-21
Original file line numberDiff line numberDiff line change
@@ -1346,10 +1346,10 @@
13461346
dependencies:
13471347
cross-fetch "^3.0.6"
13481348

1349-
"@iconify/json@^1.1.314":
1350-
version "1.1.314"
1351-
resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.314.tgz#43b417e5131b55e879f94b6fc40b09928eea42ad"
1352-
integrity sha512-KDc2dtNnbUryuUWs4ov1e8xCcEjrU/9r3PLOsElzsRpMjaGe/RfpAvU1NkDlv7Mmriaah+Dj6SVoLeRSUB5q3g==
1349+
"@iconify/json@^1.1.316":
1350+
version "1.1.316"
1351+
resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.316.tgz#010b50c64f7a1f159918d9a328a81b0b58e2395e"
1352+
integrity sha512-PFXr6OExcIS9tdEO1j2YmwFUlVZL7YN/2EWoLxLDI5i2pfEE95vdMI1ghc7VWhmk7gM6/GL36tTJmtrzNkc1fQ==
13531353

13541354
"@intlify/[email protected]":
13551355
version "9.0.0"
@@ -2289,18 +2289,18 @@
22892289
resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.0.7.tgz#96d52988efc07444c108c7c6803ba7cc93e40045"
22902290
integrity sha512-dn5FyfSc4ky424jH4FntiHno7Ss5yLkqKNmM/NXwANRnlkmqu74pnGetexDFVG5phMk9/FhwovUZCWGxsotVKg==
22912291

2292-
"@vueuse/core@^4.3.6":
2293-
version "4.3.6"
2294-
resolved "https://registry.npmjs.org/@vueuse/core/-/core-4.3.6.tgz#49a90f67d538f0770ab4ce6e2c62302bc7f091a7"
2295-
integrity sha512-XqfU/OIxHWq5Ii8pYLGyXADvY0Jbs4t9q3Nx5ItYNjtN9kCdZ1q+arwjqCgIyjCA25hfqdinZNtWjVXsheZUzQ==
2292+
"@vueuse/core@^4.4.1":
2293+
version "4.4.1"
2294+
resolved "https://registry.npmjs.org/@vueuse/core/-/core-4.4.1.tgz#1c1a83ac29306840c96329b1005c4d7608cee92f"
2295+
integrity sha512-L9TWFwI+pEqgEmfv+uWz2kQ9bXejtpaQdoS67UUyii22rSesjP1aTTU7z7XX5i7aIgsHKnKYv68cDCtEZbjsPA==
22962296
dependencies:
2297-
"@vueuse/shared" "4.3.6"
2297+
"@vueuse/shared" "4.4.1"
22982298
vue-demi latest
22992299

2300-
"@vueuse/shared@4.3.6":
2301-
version "4.3.6"
2302-
resolved "https://registry.npmjs.org/@vueuse/shared/-/shared-4.3.6.tgz#5d38c7eb4dccc2cef012a8b6d2df932c34d4708a"
2303-
integrity sha512-sGowcpeVxilaV03wD7N7XL+LZBy0e2FGreYyCWWofVN96PSYPw/hyVrxmZiBrfKn6fFllKf+87wi1TTs4C6ZXg==
2300+
"@vueuse/shared@4.4.1":
2301+
version "4.4.1"
2302+
resolved "https://registry.npmjs.org/@vueuse/shared/-/shared-4.4.1.tgz#8963740d1b8a036933ae5c02b461b430430e2433"
2303+
integrity sha512-pY7bXgYaA9g25XNREE3zeuIWfOwbyiKeQ0IppE4nIRuro4gVGuLoV/BIU6D0VOTv7hYefv5eqE+WS03v61y8xA==
23042304
dependencies:
23052305
vue-demi latest
23062306

@@ -4805,6 +4805,49 @@ eslint@^7.21.0:
48054805
text-table "^0.2.0"
48064806
v8-compile-cache "^2.0.3"
48074807

4808+
eslint@^7.22.0:
4809+
version "7.22.0"
4810+
resolved "https://registry.npmjs.org/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
4811+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
4812+
dependencies:
4813+
"@babel/code-frame" "7.12.11"
4814+
"@eslint/eslintrc" "^0.4.0"
4815+
ajv "^6.10.0"
4816+
chalk "^4.0.0"
4817+
cross-spawn "^7.0.2"
4818+
debug "^4.0.1"
4819+
doctrine "^3.0.0"
4820+
enquirer "^2.3.5"
4821+
eslint-scope "^5.1.1"
4822+
eslint-utils "^2.1.0"
4823+
eslint-visitor-keys "^2.0.0"
4824+
espree "^7.3.1"
4825+
esquery "^1.4.0"
4826+
esutils "^2.0.2"
4827+
file-entry-cache "^6.0.1"
4828+
functional-red-black-tree "^1.0.1"
4829+
glob-parent "^5.0.0"
4830+
globals "^13.6.0"
4831+
ignore "^4.0.6"
4832+
import-fresh "^3.0.0"
4833+
imurmurhash "^0.1.4"
4834+
is-glob "^4.0.0"
4835+
js-yaml "^3.13.1"
4836+
json-stable-stringify-without-jsonify "^1.0.1"
4837+
levn "^0.4.1"
4838+
lodash "^4.17.21"
4839+
minimatch "^3.0.4"
4840+
natural-compare "^1.4.0"
4841+
optionator "^0.9.1"
4842+
progress "^2.0.0"
4843+
regexpp "^3.1.0"
4844+
semver "^7.2.1"
4845+
strip-ansi "^6.0.0"
4846+
strip-json-comments "^3.1.0"
4847+
table "^6.0.4"
4848+
text-table "^0.2.0"
4849+
v8-compile-cache "^2.0.3"
4850+
48084851
esno@^0.4.6:
48094852
version "0.4.6"
48104853
resolved "https://registry.npmjs.org/esno/-/esno-0.4.6.tgz#2482fa119c7f111224c091575c7d43ad13cfbcc6"
@@ -5693,6 +5736,13 @@ globals@^12.1.0:
56935736
dependencies:
56945737
type-fest "^0.8.1"
56955738

5739+
globals@^13.6.0:
5740+
version "13.6.0"
5741+
resolved "https://registry.npmjs.org/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
5742+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
5743+
dependencies:
5744+
type-fest "^0.20.2"
5745+
56965746
globby@^10.0.0:
56975747
version "10.0.2"
56985748
resolved "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
@@ -9712,10 +9762,10 @@ rollup-plugin-visualizer@^4.2.0:
97129762
source-map "^0.7.3"
97139763
yargs "^16.0.3"
97149764

9715-
[email protected].1, rollup@^0.63.4, rollup@^2.25.0, rollup@^2.38.5, rollup@^2.40.0:
9716-
version "2.41.1"
9717-
resolved "https://registry.npmjs.org/rollup/-/rollup-2.41.1.tgz#c7c7ada42b13be505facd516f13fb697c24c1116"
9718-
integrity sha512-nepLFAW5W71/MWpS2Yr7r31eS7HRfYg2RXnxb6ehqN9zY42yACxKtEfb4xq8SmNfUohAzGMcyl6jkwdLOAiUbg==
9765+
[email protected].2, rollup@^0.63.4, rollup@^2.25.0, rollup@^2.38.5, rollup@^2.40.0:
9766+
version "2.41.2"
9767+
resolved "https://registry.npmjs.org/rollup/-/rollup-2.41.2.tgz#b7db5cb7c21c2d524e8b26ef39c7e9808a290c7e"
9768+
integrity sha512-6u8fJJXJx6fmvKrAC9DHYZgONvSkz8S9b/VFBjoQ6dkKdHyPpPbpqiNl2Bao9XBzDHpq672X6sGZ9G1ZBqAHMg==
97199769
optionalDependencies:
97209770
fsevents "~2.3.1"
97219771

@@ -11065,6 +11115,11 @@ type-fest@^0.18.0:
1106511115
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
1106611116
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
1106711117

11118+
type-fest@^0.20.2:
11119+
version "0.20.2"
11120+
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
11121+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
11122+
1106811123
type-fest@^0.6.0:
1106911124
version "0.6.0"
1107011125
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
@@ -11328,10 +11383,10 @@ validate-npm-package-license@^3.0.1:
1132811383
spdx-correct "^3.0.0"
1132911384
spdx-expression-parse "^3.0.0"
1133011385

11331-
vditor@^3.8.2:
11332-
version "3.8.2"
11333-
resolved "https://registry.npmjs.org/vditor/-/vditor-3.8.2.tgz#0e7f1631736854b2a7621a96e9ef2fa25291921d"
11334-
integrity sha512-A74dg1EZWCvZPowasaYFybdgZYYpTOJibqOVsrcdyo5yMaQ43/5oMcUCcmE9cdbchZCEBTE+20jSJjhk4Whurw==
11386+
vditor@^3.8.3:
11387+
version "3.8.3"
11388+
resolved "https://registry.npmjs.org/vditor/-/vditor-3.8.3.tgz#f649580e070b5c7f2b82b4034c572210afcc5162"
11389+
integrity sha512-XRaQolQNqFQ3RjmGhYCvcdQTaGT1s+RraJMZqA79izne8xtcEtopj97WCm2+ARnN4aoma2u0iEimpTAgzOXHbw==
1133511390
dependencies:
1133611391
diff-match-patch "^1.0.5"
1133711392

0 commit comments

Comments
 (0)