diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 49dc0024dd..6b5f418637 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -4,6 +4,10 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md) +## 0.62.2 (2023-08-23) + +- Fix `f-collapse-animation` component style details + ## 0.62.1 (2023-08-23) - Fix `f-collapse-animation` component style details diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de4bff7bf..6c364474ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 0.62.2 (2023-08-23) + +- 修复 `f-collapse-animation` 组件样式细节 + ## 0.62.1 (2023-08-23) - 修复 `f-collapse-animation` 组件样式细节 diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 0de4bff7bf..6c364474ee 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -2,6 +2,10 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 0.62.2 (2023-08-23) + +- 修复 `f-collapse-animation` 组件样式细节 + ## 0.62.1 (2023-08-23) - 修复 `f-collapse-animation` 组件样式细节 diff --git a/packages/fighting-design/_hooks/use-collapse-animation/index.ts b/packages/fighting-design/_hooks/use-collapse-animation/index.ts index 60589cc0da..f4d989cfd1 100644 --- a/packages/fighting-design/_hooks/use-collapse-animation/index.ts +++ b/packages/fighting-design/_hooks/use-collapse-animation/index.ts @@ -38,8 +38,7 @@ export const useCollapseAnimation = ( if (isNumber(prop.animationTime)) { return `${prop.animationTime}s all ease-in-out` } - // return '0.747s all ease-in-out' - return '8s all ease-in-out' + return '0.747s all ease-in-out' }) /** @@ -61,7 +60,6 @@ export const useCollapseAnimation = ( if (prop.heightAnimation) { node.style.height = '0' } - // debugger run(prop.onOpen, el) } diff --git a/packages/fighting-design/package.json b/packages/fighting-design/package.json index 4e56d9aab5..87a849a05f 100644 --- a/packages/fighting-design/package.json +++ b/packages/fighting-design/package.json @@ -1,6 +1,6 @@ { "name": "fighting-design", - "version": "0.62.1", + "version": "0.62.2", "description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.", "keywords": [ "fighting",