mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
release: update 3.8.0
This commit is contained in:
parent
b4d1cff464
commit
fde7f927df
@ -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)
|
# 3.7.1 (2022-11-22)
|
||||||
|
|
||||||
### 🔥 hotfix
|
### 🔥 hotfix
|
||||||
|
21
CHANGELOG.md
21
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)
|
# 3.7.1 (2022-11-22)
|
||||||
|
|
||||||
### 🔥 hotfix
|
### 🔥 hotfix
|
||||||
|
@ -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)
|
# 3.7.1 (2022-11-22)
|
||||||
|
|
||||||
### 🔥 hotfix
|
### 🔥 hotfix
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "3.7.1",
|
"version": "3.8.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
|
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "3.7.1",
|
"Version": "3.8.0",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user