Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jekip committed Apr 1, 2022
1 parent 536e16f commit 9ad5ba1
Showing 9 changed files with 1,055 additions and 781 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 1.8.0 (2022-04-01)

- ### ✨ Features
- 新增 `多页签` 支持配置 `affix` 固定属性
- 新增 `usePage` Hooks
- 表格列支持 `draggable` 配置拖拽 合并 [#114](https://github.com/jekip/naive-ui-admin/pull/114)
- 依赖升级

### 🐛 Bug Fixes
- 修复 `多页签` 关闭全部缺陷
- 修复 `多页签` 跳转缺陷(记得清空多页签缓存)
## 1.7.0 (2022-02-14)

### 🐛 Bug Fixes
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naive-ui-admin",
"version": "1.7.0",
"version": "1.8.0",
"author": {
"name": "Ahjung",
"email": "[email protected]",
@@ -27,43 +27,43 @@
"dependencies": {
"@vicons/antd": "^0.10.0",
"@vicons/ionicons5": "^0.10.0",
"@vueup/vue-quill": "^1.0.0-beta.7",
"@vueup/vue-quill": "^1.0.0-beta.8",
"@vueuse/core": "^5.3.0",
"axios": "^0.21.4",
"blueimp-md5": "^2.19.0",
"date-fns": "^2.28.0",
"echarts": "^5.3.0",
"echarts": "^5.3.1",
"element-resize-detector": "^1.2.4",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mitt": "^2.1.0",
"mockjs": "^1.1.0",
"naive-ui": "^2.26.4",
"pinia": "^2.0.11",
"naive-ui": "^2.27.0",
"pinia": "^2.0.13",
"qs": "^6.10.3",
"vfonts": "^0.1.0",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"vue-router": "^4.0.14",
"vue-types": "^4.1.1",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/lodash": "^4.14.178",
"@types/lodash": "^4.14.181",
"@types/node": "^15.14.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^1.3.5",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.4.2",
"autoprefixer": "^10.4.4",
"commitizen": "^4.2.4",
"core-js": "^3.21.0",
"core-js": "^3.21.1",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "1.0.9",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-prettier": "^3.4.1",
@@ -75,8 +75,8 @@
"less": "^4.1.2",
"less-loader": "^9.1.0",
"lint-staged": "^11.2.6",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"postcss": "^8.4.12",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"stylelint": "^13.13.1",
@@ -85,9 +85,9 @@
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.21.0",
"tailwindcss": "^2.2.19",
"typescript": "^4.5.5",
"unplugin-vue-components": "^0.17.18",
"vite": "^2.8.1",
"typescript": "^4.6.3",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.9.1",
"vite-plugin-compression": "^0.3.6",
"vite-plugin-html": "^2.1.2",
"vite-plugin-mock": "^2.9.6",
Loading

0 comments on commit 9ad5ba1

Please sign in to comment.