diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index feb67abf15..7a98ff398f 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -4,6 +4,23 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md) +## 0.34.0 (2023-05-05) + +**Fix** + +- Fix the issue of dynamic src images not changing when binding `f-avatar` and `f-image` components +- Fix alignment style issues with `f-avatar` and `f-image` components +- Fix type error in `f-dialog` and `f-popup` + +**Add** + +- Add a `f-count-down` countdown component + +**Change** + +- `f-dialog` width and height style modification +- Change the default value of `f-up-load` component `show-list` to false + ## 0.33.2 (2023-05-01) - Fix `f-avatar` component `round` for `text` invalidation issue @@ -16,7 +33,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.33.0 (2023-04-25) - Abolish the `f-table` component `optional` configuration item -- Optimization of `f table` component type +- Optimization of `f-table` component type - Optimize the implementation of `f-input` and `f-textarea` components **Fix** diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a23437bf5..ef9ea6ce72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 0.34.0 (2023-05-05) + **修复** - 修复 `f-avatar` `f-image` 组件绑定动态 src 图片不变化的问题 diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 3b6a2a50ee..2a23437bf5 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -2,6 +2,21 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +**修复** + +- 修复 `f-avatar` `f-image` 组件绑定动态 src 图片不变化的问题 +- 修复 `f-avatar` `f-image` 组件对齐样式问题 +- 修复 `f-dialog` `f-popup` 类型错误 + +**新增** + +- 新增 `f-count-down` 倒计时组件 + +**更改** + +- `f-dialog` 宽高样式修改 +- `f-up-load` 组件 `show-list` 默认值改为 false + ## 0.33.2 (2023-05-01) - 修复 `f-avatar` 组件 `round` 对于 `text` 失效问题 diff --git a/packages/fighting-design/_hooks/use-load-img/index.ts b/packages/fighting-design/_hooks/use-load-img/index.ts index e36cf91c41..1338878a1a 100644 --- a/packages/fighting-design/_hooks/use-load-img/index.ts +++ b/packages/fighting-design/_hooks/use-load-img/index.ts @@ -223,7 +223,6 @@ export const useLoadImg = (el: Ref, prop: UseLoadI * @param { Object } node 元素节点 */ const loadImg = (): void => { - console.log('13') if (!el.value) { return diff --git a/packages/fighting-design/_hooks/use-message-work/index.ts b/packages/fighting-design/_hooks/use-message-work/index.ts index ad61866ddc..ade4e1810b 100644 --- a/packages/fighting-design/_hooks/use-message-work/index.ts +++ b/packages/fighting-design/_hooks/use-message-work/index.ts @@ -107,8 +107,6 @@ export const useMessageWork = ( return styles }) - // console.log(offsetStyle.value) - /** 清除计时器 */ const clearTimer = (): void => { if (!timeout) return diff --git a/packages/fighting-design/count-down/src/count-down.vue b/packages/fighting-design/count-down/src/count-down.vue index 2866c09049..cdf051b18f 100644 --- a/packages/fighting-design/count-down/src/count-down.vue +++ b/packages/fighting-design/count-down/src/count-down.vue @@ -72,8 +72,6 @@ } } - console.log(format) - return format } diff --git a/packages/fighting-design/package.json b/packages/fighting-design/package.json index d79981e6f6..8aa133b5e2 100644 --- a/packages/fighting-design/package.json +++ b/packages/fighting-design/package.json @@ -1,6 +1,6 @@ { "name": "fighting-design", - "version": "0.33.2", + "version": "0.34.0", "description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.", "keywords": [ "fighting",