diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ffc43544..351f5e09ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,17 @@ ## 0.50.1 (2023-06-21) -**修复** +**Fix** -- 修复 `defineModel` 类型错误问题 -- 修复组件内部警告或错误信息不提示问题 -- 修复 `f-back-top` 传递错误参数报错问题 -- 修复 `f-pagination` 组件切换每页大小失效问题 -- 修复 `f-pagination` 组件 round 对于切换按钮失效问题 +- Fix `defineModel` type error issue +- Fix component internal warnings or error messages that do not prompt for issues +- Fix `f-back-top` transmission error and parameter error issue +- Fix the issue of `f-pagination` component switching per page size failure +- Fix the issue of `f-pagination` component roundabout causing switch button failure -**改动** +**Modifications** -- 组件 `f-pagination` 参数 `page-sizes` 改为 `page-select` +- Change the parameter `page-sizes` of component `f-pagination` to `page-select` ## 0.50.0 (2023-06-20) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 4d699fde7f..351f5e09ea 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -2,6 +2,20 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 0.50.1 (2023-06-21) + +**Fix** + +- Fix `defineModel` type error issue +- Fix component internal warnings or error messages that do not prompt for issues +- Fix `f-back-top` transmission error and parameter error issue +- Fix the issue of `f-pagination` component switching per page size failure +- Fix the issue of `f-pagination` component roundabout causing switch button failure + +**Modifications** + +- Change the parameter `page-sizes` of component `f-pagination` to `page-select` + ## 0.50.0 (2023-06-20) **新增** diff --git a/packages/fighting-design/package.json b/packages/fighting-design/package.json index 03966c0925..617c21fdc4 100644 --- a/packages/fighting-design/package.json +++ b/packages/fighting-design/package.json @@ -1,6 +1,6 @@ { "name": "fighting-design", - "version": "0.50.0", + "version": "0.50.1", "description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.", "keywords": [ "fighting", @@ -57,4 +57,4 @@ }, "homepage": "https://fighting.tianyuhao.cn", "repository": "https://github.com/FightingDesign/fighting-design" -} +} \ No newline at end of file