diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index ad8edf9bfe..338a3376e6 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -4,6 +4,12 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md) +## 0.40.2 (2023-05-20) + +**Add** + +- Add `width-animation`, `animation-time`, `on-open`, `on-close`, `on-open-end`, and `on-close-end` configuration items to the `f collapse-animation` component + ## 0.40.1 (2023-05-19) **Update** diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a02f2a22f..12420dff00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 0.40.2 (2023-05-20) + +**新增** + +- `f-collapse-animation` 组件新增 `width-animation` `animation-time` `on-open` `on-close` `on-open-end` `on-close-end` 配置项 + ## 0.40.1 (2023-05-19) **更新** diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 1a02f2a22f..12420dff00 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -2,6 +2,12 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 0.40.2 (2023-05-20) + +**新增** + +- `f-collapse-animation` 组件新增 `width-animation` `animation-time` `on-open` `on-close` `on-open-end` `on-close-end` 配置项 + ## 0.40.1 (2023-05-19) **更新** diff --git a/packages/fighting-design/package.json b/packages/fighting-design/package.json index 063ae1d01d..483fb3ab50 100644 --- a/packages/fighting-design/package.json +++ b/packages/fighting-design/package.json @@ -1,6 +1,6 @@ { "name": "fighting-design", - "version": "0.40.1", + "version": "0.40.2", "description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.", "keywords": [ "fighting",