Bladeren bron

release: update `3.8.0`

xiaoxian521 2 jaren geleden
bovenliggende
commit
fde7f927df
5 gewijzigde bestanden met toevoegingen van 65 en 2 verwijderingen
  1. 21 0
      CHANGELOG.en_US.md
  2. 21 0
      CHANGELOG.md
  3. 21 0
      CHANGELOG.zh_CN.md
  4. 1 1
      package.json
  5. 1 1
      public/serverConfig.json

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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

+ 1 - 1
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",

+ 1 - 1
public/serverConfig.json

@@ -1,5 +1,5 @@
 {
-  "Version": "3.7.1",
+  "Version": "3.8.0",
   "Title": "PureAdmin",
   "FixedHeader": true,
   "HiddenSideBar": false,