From a8c59c5c364c2c3278b727cde1acf217086902b7 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 21 Nov 2022 17:14:22 +0800 Subject: [PATCH] release: update `3.7.0` --- CHANGELOG.en_US.md | 24 ++++++++++++++++++++++++ CHANGELOG.md | 24 ++++++++++++++++++++++++ CHANGELOG.zh_CN.md | 24 ++++++++++++++++++++++++ package.json | 2 +- public/serverConfig.json | 2 +- 5 files changed, 74 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index e2f362e0b..c20598af6 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,27 @@ +# 3.7.0 (2022-11-21) + +### ✔️ refactor + +- Replace `driver.js` with `intro.js` + +### 🎫 Feat + +- Add front-end single sign-on, test address https://yiming_chang.gitee.io/vue-pure-admin/#/pure-table/index?username=sso&roles=admin&accessToken=eyJhbGciOiJIUzUxMiJ9.admin +- Add more examples for [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table) and `element-plus` [table](https://element-plus.org /zh-CN/component/table.html) example remains the same +- Rich watermark function page (supports customizing various colors, shadows, text, additional attributes, setting undeletable watermarks and setting watermarks for specified elements) +- Optimize the menu, add `MenuArrowIconNoTransition` global configuration, configure it in `public/serverConfig.json`, for the left menu mode, the menu expansion can be set `MenuArrowIconNoTransition: true` to solve +- Replacement form designer component demo + +### 🐞 Bug fixes + +- Repair the in-page menu with parameters to jump to each other, the label is not selected and highlighted + +### 🍏 Perf + +- Removed deprecated `$baseUrl` +- Compatible importing a certain library leads to `global is not defined` error, importing `src/utils/globalPolyfills.ts` file into `src/main.ts` can solve the problem +- Remove `@vitejs/plugin-legacy`, `vue3` cannot make it support `ie` through any tool + # 3.6.4 (2022-11-10) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f362e0b..c20598af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# 3.7.0 (2022-11-21) + +### ✔️ refactor + +- Replace `driver.js` with `intro.js` + +### 🎫 Feat + +- Add front-end single sign-on, test address https://yiming_chang.gitee.io/vue-pure-admin/#/pure-table/index?username=sso&roles=admin&accessToken=eyJhbGciOiJIUzUxMiJ9.admin +- Add more examples for [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table) and `element-plus` [table](https://element-plus.org /zh-CN/component/table.html) example remains the same +- Rich watermark function page (supports customizing various colors, shadows, text, additional attributes, setting undeletable watermarks and setting watermarks for specified elements) +- Optimize the menu, add `MenuArrowIconNoTransition` global configuration, configure it in `public/serverConfig.json`, for the left menu mode, the menu expansion can be set `MenuArrowIconNoTransition: true` to solve +- Replacement form designer component demo + +### 🐞 Bug fixes + +- Repair the in-page menu with parameters to jump to each other, the label is not selected and highlighted + +### 🍏 Perf + +- Removed deprecated `$baseUrl` +- Compatible importing a certain library leads to `global is not defined` error, importing `src/utils/globalPolyfills.ts` file into `src/main.ts` can solve the problem +- Remove `@vitejs/plugin-legacy`, `vue3` cannot make it support `ie` through any tool + # 3.6.4 (2022-11-10) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 7b3884afd..8f4a08137 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,27 @@ +# 3.7.0 (2022-11-21) + +### ✔️ refactor + +- 使用 `intro.js` 替换 `driver.js` + +### 🎫 Feat + +- 添加前端单点登录,测试地址 https://yiming_chang.gitee.io/vue-pure-admin/#/pure-table/index?username=sso&roles=admin&accessToken=eyJhbGciOiJIUzUxMiJ9.admin +- 为 [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table) 添加更多的示例和 `element-plus` 的 [table](https://element-plus.org/zh-CN/component/table.html) 示例保持一致 +- 丰富水印功能页面(支持自定义各种颜色、阴影、文字、额外属性、设置不可删除水印以及给指定元素设置水印) +- 优化菜单,添加 `MenuArrowIconNoTransition` 全局配置,在 `public/serverConfig.json` 中配置即可,对于出现左侧菜单模式,菜单展开卡顿的可设置 `MenuArrowIconNoTransition: true` 即可解决 +- 更换表单设计器组件演示 + +### 🐞 Bug fixes + +- 修复页内菜单带参互相跳转,标签没有选中高亮 + +### 🍏 Perf + +- 删除已废弃的 `$baseUrl` +- 兼容引入某个库导致 `global is not defined` 报错,将 `src/utils/globalPolyfills.ts` 文件引入 `src/main.ts` 即可解决 +- 删除 `@vitejs/plugin-legacy`,`vue3` 无法通过任何工具使其支持 `ie` + # 3.6.4 (2022-11-10) ### 🎫 Feat diff --git a/package.json b/package.json index e3dc50c04..7884bf225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.6.4", + "version": "3.7.0", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index 8de35b77b..6fb59cb30 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.6.4", + "Version": "3.7.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,