docs: 📝 添加项目升级说明

This commit is contained in:
hxr 2024-01-11 08:22:00 +08:00
parent 7879c8d731
commit d3157ca7bc
1 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,40 @@
# 2.8.1 (2023/01/10)
### ✨ feat
- 替换 Mock 解决方案 vite-plugin-mock 为 vite-plugin-mock-dev-server 适配 Vite5
# 2.8.0 (2023/12/27)
### ⬆️ chore
- 升级 Vite4 至 Vite5
# 2.7.1 (2023/12/12)
### 🔄 refactor
- 将打包后的文件进行分类 author by [ityangzhiwen](https://gitee.com/ityangzhiwen)
# 2.7.0 (2023/11/19)
### 🔄 refactor
- 代码重构优化
- 修改自动导入组件类型声明文件路径
- 完善 typescript 类型
### 🐛 fix
- 修复管理页面部分弹窗无法打开问题
# 2.7.0 (2023/11/19)
### 🔄 refactor
- 代码重构
- 修改自动导入组件类型声明文件路径
- 完善 typescript 类型
### 🐛 fix
- 修复管理页面部分弹窗无法打开问题
# 2.6.3 (2023/10/22)
### ✨ feat