Skip to content

Commit a8c59c5

Browse files
committed
release: update 3.7.0
1 parent 0d4d3a3 commit a8c59c5

5 files changed

Lines changed: 74 additions & 2 deletions

File tree

CHANGELOG.en_US.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 3.7.0 (2022-11-21)
2+
3+
### ✔️ refactor
4+
5+
- Replace `driver.js` with `intro.js`
6+
7+
### 🎫 Feat
8+
9+
- 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
10+
- 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
11+
- Rich watermark function page (supports customizing various colors, shadows, text, additional attributes, setting undeletable watermarks and setting watermarks for specified elements)
12+
- 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
13+
- Replacement form designer component demo
14+
15+
### 🐞 Bug fixes
16+
17+
- Repair the in-page menu with parameters to jump to each other, the label is not selected and highlighted
18+
19+
### 🍏 Perf
20+
21+
- Removed deprecated `$baseUrl`
22+
- 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
23+
- Remove `@vitejs/plugin-legacy`, `vue3` cannot make it support `ie` through any tool
24+
125
# 3.6.4 (2022-11-10)
226

327
### 🎫 Feat

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 3.7.0 (2022-11-21)
2+
3+
### ✔️ refactor
4+
5+
- Replace `driver.js` with `intro.js`
6+
7+
### 🎫 Feat
8+
9+
- 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
10+
- 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
11+
- Rich watermark function page (supports customizing various colors, shadows, text, additional attributes, setting undeletable watermarks and setting watermarks for specified elements)
12+
- 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
13+
- Replacement form designer component demo
14+
15+
### 🐞 Bug fixes
16+
17+
- Repair the in-page menu with parameters to jump to each other, the label is not selected and highlighted
18+
19+
### 🍏 Perf
20+
21+
- Removed deprecated `$baseUrl`
22+
- 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
23+
- Remove `@vitejs/plugin-legacy`, `vue3` cannot make it support `ie` through any tool
24+
125
# 3.6.4 (2022-11-10)
226

327
### 🎫 Feat

CHANGELOG.zh_CN.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 3.7.0 (2022-11-21)
2+
3+
### ✔️ refactor
4+
5+
- 使用 `intro.js` 替换 `driver.js`
6+
7+
### 🎫 Feat
8+
9+
- 添加前端单点登录,测试地址 https://yiming_chang.gitee.io/vue-pure-admin/#/pure-table/index?username=sso&roles=admin&accessToken=eyJhbGciOiJIUzUxMiJ9.admin
10+
-[@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table) 添加更多的示例和 `element-plus`[table](https://element-plus.org/zh-CN/component/table.html) 示例保持一致
11+
- 丰富水印功能页面(支持自定义各种颜色、阴影、文字、额外属性、设置不可删除水印以及给指定元素设置水印)
12+
- 优化菜单,添加 `MenuArrowIconNoTransition` 全局配置,在 `public/serverConfig.json` 中配置即可,对于出现左侧菜单模式,菜单展开卡顿的可设置 `MenuArrowIconNoTransition: true` 即可解决
13+
- 更换表单设计器组件演示
14+
15+
### 🐞 Bug fixes
16+
17+
- 修复页内菜单带参互相跳转,标签没有选中高亮
18+
19+
### 🍏 Perf
20+
21+
- 删除已废弃的 `$baseUrl`
22+
- 兼容引入某个库导致 `global is not defined` 报错,将 `src/utils/globalPolyfills.ts` 文件引入 `src/main.ts` 即可解决
23+
- 删除 `@vitejs/plugin-legacy``vue3` 无法通过任何工具使其支持 `ie`
24+
125
# 3.6.4 (2022-11-10)
226

327
### 🎫 Feat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-pure-admin",
3-
"version": "3.6.4",
3+
"version": "3.7.0",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",

public/serverConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "3.6.4",
2+
"Version": "3.7.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)