Skip to content

Commit fde7f92

Browse files
committed
release: update 3.8.0
1 parent b4d1cff commit fde7f92

5 files changed

Lines changed: 65 additions & 2 deletions

File tree

CHANGELOG.en_US.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 3.8.0 (2022-11-26)
2+
3+
### 🎫 Feat
4+
5+
- Add `@pureadmin/table` multiple data format (deep structure) examples
6+
- Add `@pureadmin/table` image preview example
7+
- Add `@pureadmin/table` row and column drag example
8+
- Add `@pureadmin/table` context menu example
9+
- Add `@pureadmin/table` export `Excel` example
10+
- Add `@pureadmin/table` edit cell example
11+
- Add `@pureadmin/table` watermark example
12+
- Add `@pureadmin/table` print example
13+
- Add `@pureadmin/table` embedded `echarts` chart example
14+
- Add `svgo` to compress all `svg` files on the platform to reduce the size
15+
16+
### 🍏 Perf
17+
18+
- The static routing platform automatically imports without manual import
19+
- Improved global type hints
20+
- Optimize `vite` to rely on pre-built configurations in the platform, and the loading speed of page switching is significantly accelerated
21+
122
# 3.7.1 (2022-11-22)
223

324
### 🔥 hotfix

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 3.8.0 (2022-11-26)
2+
3+
### 🎫 Feat
4+
5+
- Add `@pureadmin/table` multiple data format (deep structure) examples
6+
- Add `@pureadmin/table` image preview example
7+
- Add `@pureadmin/table` row and column drag example
8+
- Add `@pureadmin/table` context menu example
9+
- Add `@pureadmin/table` export `Excel` example
10+
- Add `@pureadmin/table` edit cell example
11+
- Add `@pureadmin/table` watermark example
12+
- Add `@pureadmin/table` print example
13+
- Add `@pureadmin/table` embedded `echarts` chart example
14+
- Add `svgo` to compress all `svg` files on the platform to reduce the size
15+
16+
### 🍏 Perf
17+
18+
- The static routing platform automatically imports without manual import
19+
- Improved global type hints
20+
- Optimize `vite` to rely on pre-built configurations in the platform, and the loading speed of page switching is significantly accelerated
21+
122
# 3.7.1 (2022-11-22)
223

324
### 🔥 hotfix

CHANGELOG.zh_CN.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 3.8.0 (2022-11-26)
2+
3+
### 🎫 Feat
4+
5+
- 添加 `@pureadmin/table` 多种数据格式(深层结构)示例
6+
- 添加 `@pureadmin/table` 图像预览示例
7+
- 添加 `@pureadmin/table` 行、列拖拽示例
8+
- 添加 `@pureadmin/table` 右键菜单示例
9+
- 添加 `@pureadmin/table` 导出 `Excel` 示例
10+
- 添加 `@pureadmin/table` 编辑单元格示例
11+
- 添加 `@pureadmin/table` 水印示例
12+
- 添加 `@pureadmin/table` 打印示例
13+
- 添加 `@pureadmin/table` 内嵌 `echarts` 图表示例
14+
- 添加 `svgo` 压缩平台所有 `svg` 文件,减少体积
15+
16+
### 🍏 Perf
17+
18+
- 静态路由平台自动导入,无需手动引入
19+
- 更完善的全局类型提示
20+
- 优化 `vite` 依赖预构建在平台里的配置,页面切换加载速度显著加快
21+
122
# 3.7.1 (2022-11-22)
223

324
### 🔥 hotfix

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.7.1",
3+
"version": "3.8.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.7.1",
2+
"Version": "3.8.0",
33
"Title": "PureAdmin",
44
"FixedHeader": true,
55
"HiddenSideBar": false,

0 commit comments

Comments
 (0)