Skip to content

Commit

Permalink
release(v2.3.3): 发布了v2.3.3版本
Browse files Browse the repository at this point in the history
  • Loading branch information
HammCn committed Aug 31, 2024
1 parent a09c443 commit e7259d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/AirConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class AirConfig {
/**
* ## `AirPower` 版本号
*/
static readonly version = 'v2.3.2'
static readonly version = 'v2.3.3'

/**
* ## `AppKey`
Expand Down

0 comments on commit e7259d7

Please sign in to comment.