Skip to content

Commit 9ad5ba1

Browse files
committed
1.8.0
1 parent 536e16f commit 9ad5ba1

File tree

9 files changed

+1055
-781
lines changed

9 files changed

+1055
-781
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## 1.8.0 (2022-04-01)
4+
5+
- ### ✨ Features
6+
- 新增 `多页签` 支持配置 `affix` 固定属性
7+
- 新增 `usePage` Hooks
8+
- 表格列支持 `draggable` 配置拖拽 合并 [#114](https://github.com/jekip/naive-ui-admin/pull/114)
9+
- 依赖升级
10+
11+
### 🐛 Bug Fixes
12+
- 修复 `多页签` 关闭全部缺陷
13+
- 修复 `多页签` 跳转缺陷(记得清空多页签缓存)
314
## 1.7.0 (2022-02-14)
415

516
### 🐛 Bug Fixes

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "naive-ui-admin",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"author": {
55
"name": "Ahjung",
66
"email": "735878602@qq.com",
@@ -27,43 +27,43 @@
2727
"dependencies": {
2828
"@vicons/antd": "^0.10.0",
2929
"@vicons/ionicons5": "^0.10.0",
30-
"@vueup/vue-quill": "^1.0.0-beta.7",
30+
"@vueup/vue-quill": "^1.0.0-beta.8",
3131
"@vueuse/core": "^5.3.0",
3232
"axios": "^0.21.4",
3333
"blueimp-md5": "^2.19.0",
3434
"date-fns": "^2.28.0",
35-
"echarts": "^5.3.0",
35+
"echarts": "^5.3.1",
3636
"element-resize-detector": "^1.2.4",
3737
"lodash": "^4.17.21",
3838
"lodash-es": "^4.17.21",
3939
"mitt": "^2.1.0",
4040
"mockjs": "^1.1.0",
41-
"naive-ui": "^2.26.4",
42-
"pinia": "^2.0.11",
41+
"naive-ui": "^2.27.0",
42+
"pinia": "^2.0.13",
4343
"qs": "^6.10.3",
4444
"vfonts": "^0.1.0",
4545
"vue": "^3.2.31",
46-
"vue-router": "^4.0.12",
46+
"vue-router": "^4.0.14",
4747
"vue-types": "^4.1.1",
4848
"vuedraggable": "^4.1.0"
4949
},
5050
"devDependencies": {
5151
"@commitlint/cli": "^12.1.4",
5252
"@commitlint/config-conventional": "^12.1.4",
53-
"@types/lodash": "^4.14.178",
53+
"@types/lodash": "^4.14.181",
5454
"@types/node": "^15.14.9",
5555
"@typescript-eslint/eslint-plugin": "^4.33.0",
5656
"@typescript-eslint/parser": "^4.33.0",
5757
"@vitejs/plugin-vue": "^1.10.2",
58-
"@vitejs/plugin-vue-jsx": "^1.3.5",
58+
"@vitejs/plugin-vue-jsx": "^1.3.9",
5959
"@vue/compiler-sfc": "^3.2.31",
6060
"@vue/eslint-config-typescript": "^7.0.0",
61-
"autoprefixer": "^10.4.2",
61+
"autoprefixer": "^10.4.4",
6262
"commitizen": "^4.2.4",
63-
"core-js": "^3.21.0",
63+
"core-js": "^3.21.1",
6464
"dotenv": "^10.0.0",
6565
"eslint": "^7.32.0",
66-
"eslint-config-prettier": "^8.3.0",
66+
"eslint-config-prettier": "^8.5.0",
6767
"eslint-define-config": "1.0.9",
6868
"eslint-plugin-jest": "^24.7.0",
6969
"eslint-plugin-prettier": "^3.4.1",
@@ -75,8 +75,8 @@
7575
"less": "^4.1.2",
7676
"less-loader": "^9.1.0",
7777
"lint-staged": "^11.2.6",
78-
"postcss": "^8.4.6",
79-
"prettier": "^2.5.1",
78+
"postcss": "^8.4.12",
79+
"prettier": "^2.6.1",
8080
"pretty-quick": "^3.1.3",
8181
"rimraf": "^3.0.2",
8282
"stylelint": "^13.13.1",
@@ -85,9 +85,9 @@
8585
"stylelint-order": "^4.1.0",
8686
"stylelint-scss": "^3.21.0",
8787
"tailwindcss": "^2.2.19",
88-
"typescript": "^4.5.5",
89-
"unplugin-vue-components": "^0.17.18",
90-
"vite": "^2.8.1",
88+
"typescript": "^4.6.3",
89+
"unplugin-vue-components": "^0.17.21",
90+
"vite": "^2.9.1",
9191
"vite-plugin-compression": "^0.3.6",
9292
"vite-plugin-html": "^2.1.2",
9393
"vite-plugin-mock": "^2.9.6",

0 commit comments

Comments
 (0)