docs(CHANGELOG.md): 📝 项目2.9.1版本更新说明

This commit is contained in:
hxr 2024-02-29 00:24:22 +08:00
parent 4c87ec0d15
commit 5b459eb952
1 changed files with 34 additions and 7 deletions

View File

@ -1,3 +1,30 @@
# 2.9.1 (2023/02/28)
### ♻️ refactor
- 项目配置按钮移入navbarauthor by [cshaptx4869](https://github.com/cshaptx4869)
- 优化user数据定义author by [cshaptx4869](https://github.com/cshaptx4869)
- 统一设置栏的 SVG 图标风格
### 🐛 fix
- 规整一些开发依赖 author by [cshaptx4869](https://github.com/cshaptx4869)
- 修复登录页主题切换问题 author by [cshaptx4869](https://github.com/cshaptx4869)
# 2.9.0 (2023/02/25)
### ✨ feat
- 引入 animate.css 动画库
- 新增水印和配置
- 动态路由菜单支持 element plus 的图标
### ♻️ refactor
- Layout 布局重构和相关问题修复
- sass 使用 @use 替代 @import 引入外部文件指令
### 🐛 fix
- 修复管理页面部分弹窗无法打开问题
- 主题颜色设置按钮 hover 等未变化问题修复
# 2.8.1 (2023/01/10)
### ✨ feat
@ -10,12 +37,12 @@
# 2.7.1 (2023/12/12)
### 🔄 refactor
### ♻️ refactor
- 将打包后的文件进行分类 author by [ityangzhiwen](https://gitee.com/ityangzhiwen)
# 2.7.0 (2023/11/19)
### 🔄 refactor
### ♻️ refactor
- 代码重构优化
- 修改自动导入组件类型声明文件路径
- 完善 typescript 类型
@ -26,7 +53,7 @@
# 2.7.0 (2023/11/19)
### 🔄 refactor
### ♻️ refactor
- 代码重构
- 修改自动导入组件类型声明文件路径
- 完善 typescript 类型
@ -42,7 +69,7 @@
- 接口文档新增 swagger、knife4j
- 引入和支持 tsx
### 🔄 refactor
### ♻️ refactor
- 代码瘦身,整理并删除未使用的 svg
- 控制台样式优化
@ -56,7 +83,7 @@
- 主题设置未持久化问题
- UnoCSS 插件无智能提示
### 🔄 refactor
### ♻️ refactor
- WebSocket 演示样式和代码优化
- 用户管理代码重构
@ -101,7 +128,7 @@
- 新增组件表格author by [april-tong](https://april-tong.com/)
- Echarts 图表添加下载功能 author by [april-tong](https://april-tong.com/)
### 🔄 refactor
### ♻️ refactor
- 限制包管理器为 pnpm 和 node 版本16+
- 自定义组件自动导入配置
- 搜索框样式写法优化
@ -130,7 +157,7 @@
- vue 版本升级 3.2.45 → 3.3.1 ([CHANGELOG](https://github.com/vuejs/core/blob/main/CHANGELOG.md))
- vite 版本升级 4.3.1 → 4.3.5
### 🔄 refactor
### ♻️ refactor
- 使用 vue 3.3 版本新特性 `defineOptions``setup` 定义组件名称,移除重复的 `script` 标签
# 2.2.2 (2023/5/11)