diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 6aabc8be03..db5a47048e 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,24 @@ +# 3.8.0 (2022-11-26) + +### 🎫 Feat + +- Add `@pureadmin/table` multiple data format (deep structure) examples +- Add `@pureadmin/table` image preview example +- Add `@pureadmin/table` row and column drag example +- Add `@pureadmin/table` context menu example +- Add `@pureadmin/table` export `Excel` example +- Add `@pureadmin/table` edit cell example +- Add `@pureadmin/table` watermark example +- Add `@pureadmin/table` print example +- Add `@pureadmin/table` embedded `echarts` chart example +- Add `svgo` to compress all `svg` files on the platform to reduce the size + +### 🍏 Perf + +- The static routing platform automatically imports without manual import +- Improved global type hints +- Optimize `vite` to rely on pre-built configurations in the platform, and the loading speed of page switching is significantly accelerated + # 3.7.1 (2022-11-22) ### 🔥 hotfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aabc8be03..db5a47048e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 3.8.0 (2022-11-26) + +### 🎫 Feat + +- Add `@pureadmin/table` multiple data format (deep structure) examples +- Add `@pureadmin/table` image preview example +- Add `@pureadmin/table` row and column drag example +- Add `@pureadmin/table` context menu example +- Add `@pureadmin/table` export `Excel` example +- Add `@pureadmin/table` edit cell example +- Add `@pureadmin/table` watermark example +- Add `@pureadmin/table` print example +- Add `@pureadmin/table` embedded `echarts` chart example +- Add `svgo` to compress all `svg` files on the platform to reduce the size + +### 🍏 Perf + +- The static routing platform automatically imports without manual import +- Improved global type hints +- Optimize `vite` to rely on pre-built configurations in the platform, and the loading speed of page switching is significantly accelerated + # 3.7.1 (2022-11-22) ### 🔥 hotfix diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 75fdedaa0d..af84ed48f3 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,24 @@ +# 3.8.0 (2022-11-26) + +### 🎫 Feat + +- 添加 `@pureadmin/table` 多种数据格式(深层结构)示例 +- 添加 `@pureadmin/table` 图像预览示例 +- 添加 `@pureadmin/table` 行、列拖拽示例 +- 添加 `@pureadmin/table` 右键菜单示例 +- 添加 `@pureadmin/table` 导出 `Excel` 示例 +- 添加 `@pureadmin/table` 编辑单元格示例 +- 添加 `@pureadmin/table` 水印示例 +- 添加 `@pureadmin/table` 打印示例 +- 添加 `@pureadmin/table` 内嵌 `echarts` 图表示例 +- 添加 `svgo` 压缩平台所有 `svg` 文件,减少体积 + +### 🍏 Perf + +- 静态路由平台自动导入,无需手动引入 +- 更完善的全局类型提示 +- 优化 `vite` 依赖预构建在平台里的配置,页面切换加载速度显著加快 + # 3.7.1 (2022-11-22) ### 🔥 hotfix diff --git a/package.json b/package.json index 4107d372b7..f4d16cc457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "3.7.1", + "version": "3.8.0", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", diff --git a/public/serverConfig.json b/public/serverConfig.json index cddbe1bb08..2002e0128c 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.7.1", + "Version": "3.8.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,