From 3036da304a5017d4e9c86381173924cf374a45f8 Mon Sep 17 00:00:00 2001 From: tyh2001 <1469442737@qq.com> Date: Wed, 8 Mar 2023 09:35:44 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E5=8F=91=E5=B8=83=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=200.27.0=20(2023-03-08)=20=F0=9F=8C=BB=F0=9F=8C=BB?= =?UTF-8?q?=F0=9F=8C=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.en-US.md | 21 +++++++++++++++++++++ CHANGELOG.md | 2 ++ docs/docs/changelog.md | 19 +++++++++++++++++++ packages/fighting-design/package.json | 2 +- start/src/App.vue | 23 +++-------------------- 5 files changed, 46 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 86ff4fcbd7..f9065c46d8 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -4,6 +4,27 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md) +## 0.27.0 (2023-03-08) + +**Fix** + +- Fix `f-select` component width failure +- Fix the `f-box` component style problem +- Fix the failure of `f-table` component style parameters +- Fix the failure of `f-pagination` component drop-down menu selection +- Fix `f-pagination` click misplacement +- Fix the `f-pagination` style problem + +**Optimization** + +- Optimize `f-toolbar` component callback parameters and types +- Optimize `f-input` component callback parameters and types +- Optimize `f-pagination` component style details + +**New** + +- `f-select` component adds`on-change`configuration item + ## 0.26.2 (2023-03-01) **Fix** diff --git a/CHANGELOG.md b/CHANGELOG.md index 25791b82fe..08616644c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 0.27.0 (2023-03-08) + **修复** - 修复 `f-select` 组件 width 失效问题 diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index c7a02bbdae..25791b82fe 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -2,6 +2,25 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +**修复** + +- 修复 `f-select` 组件 width 失效问题 +- 修复 `f-box` 组件样式问题 +- 修复 `f-table` 组件样式参数失效问题 +- 修复 `f-pagination` 组件下拉菜单选择失效问题 +- 修复 `f-pagination` 点击错位的问题 +- 修复 `f-pagination` 样式问题 + +**优化** + +- 优化 `f-toolbar` 组件回调参数和类型 +- 优化 `f-input` 组件回调参数和类型 +- 优化 `f-pagination` 组件样式细节 + +**新增** + +- `f-select` 组件新增 `on-change` 配置项 + ## 0.26.2 (2023-03-01) **修复** diff --git a/packages/fighting-design/package.json b/packages/fighting-design/package.json index a9db83a4fc..28775efb57 100644 --- a/packages/fighting-design/package.json +++ b/packages/fighting-design/package.json @@ -1,6 +1,6 @@ { "name": "fighting-design", - "version": "0.26.2", + "version": "0.27.0", "description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.", "keywords": [ "fighting", diff --git a/start/src/App.vue b/start/src/App.vue index 9e681230e7..8470873421 100644 --- a/start/src/App.vue +++ b/start/src/App.vue @@ -1,22 +1,5 @@ - - const current = ref(1) - const total = ref(100000) + - const pagesize = ref(10) - - const pageSizes = ref([10, 20, 30, 40, 50]) - - - +