From e7259d7a3c88e3c53082f9b850d983e031697110 Mon Sep 17 00:00:00 2001 From: Hamm Date: Sat, 31 Aug 2024 17:04:07 +0800 Subject: [PATCH] =?UTF-8?q?release(v2.3.3):=20=E5=8F=91=E5=B8=83=E4=BA=86`?= =?UTF-8?q?v2.3.3`=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ config/AirConfig.ts | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abb19e..8376b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # AirPower4T 版本发布日志 +## v2.3.3 + +### 🎉 Features: + +- feat(Service): 新增可选的自定义请求URL参数 + +### 🐞 Bug fixes: + +- fix(DateTime): 移除DateTime组件中不必要的CSS规则 +- fix(Dialog): 优化Dialog组件字体和按钮的CSS +- fix(AirModel): 移除AirModel内处理'Sass.types'的代码行 +- fix(DateTime): 优化`AirDateTime`中时间戳和日期格式化的逻辑 +- fix(Group): 只有一列时自动方向改为纵向且支持最小高度 + ## v2.3.2 ### 🎉 Features: diff --git a/config/AirConfig.ts b/config/AirConfig.ts index d051d90..0f48182 100644 --- a/config/AirConfig.ts +++ b/config/AirConfig.ts @@ -22,7 +22,7 @@ export class AirConfig { /** * ## `AirPower` 版本号 */ - static readonly version = 'v2.3.2' + static readonly version = 'v2.3.3' /** * ## `AppKey`