Skip to content

Commit

Permalink
revert: 发布新版本 0.34.0 (2023-05-05)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed May 5, 2023
1 parent a378fa7 commit af45776
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 7 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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**
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 图片不变化的问题
Expand Down
15 changes: 15 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 失效问题
Expand Down
1 change: 0 additions & 1 deletion packages/fighting-design/_hooks/use-load-img/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export const useLoadImg = (el: Ref<HTMLImageElement | undefined>, prop: UseLoadI
* @param { Object } node 元素节点
*/
const loadImg = (): void => {
console.log('13')

if (!el.value) {
return
Expand Down
2 changes: 0 additions & 2 deletions packages/fighting-design/_hooks/use-message-work/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export const useMessageWork = (
return styles
})

// console.log(offsetStyle.value)

/** 清除计时器 */
const clearTimer = (): void => {
if (!timeout) return
Expand Down
2 changes: 0 additions & 2 deletions packages/fighting-design/count-down/src/count-down.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
}
}
console.log(format)
return format
}
Expand Down
2 changes: 1 addition & 1 deletion packages/fighting-design/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit af45776

Please sign in to comment.