From bb7d07f616de755615490ff251c62bca9e6c1485 Mon Sep 17 00:00:00 2001 From: Tyh2001 <1469442737@qq.com> Date: Tue, 30 Apr 2024 16:45:37 +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=201.0.1-alpha.1=20(2024-04-30)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.en-US.md | 29 ++++++++++++++++----------- CHANGELOG.md | 2 ++ docs/docs/changelog.md | 5 +++++ docs/docs/milepost.md | 6 ++++++ packages/fighting-design/package.json | 2 +- 5 files changed, 31 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 0bb85540c3..f7cc871225 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -4,6 +4,11 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md) +## 1.0.1-alpha.1 (2024-04-30) + +- Fix the responsive loss issue of adding elements to `f-tree` [#469](https://github.com/FightingDesign/fighting-design/pull/469) +- Fix the issue of incorrect type in the `f-message` parameter `close-btn` [#478](https://github.com/FightingDesign/fighting-design/pull/478) + ## 0.67.4 (2024-03-21) - Fix `image` component parameter errors @@ -652,7 +657,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.13.1 (2022-12-29) -**修复** +**Fix** - Fix `f-svg-icon` type - fix `f-rate` type @@ -660,7 +665,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.13.0 (2022-12-28) -**New Features** +**Feat** - Add `f-box` component - Complete `f-tree` components @@ -671,7 +676,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.12.0 (2022-12-20) -**New Features** +**Feat** - Add `f-form` component - Add `f-form-item` component @@ -711,7 +716,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste - Fix some detail type problems - Optimize the style processing optimization during the loading of `f-image` and `f-avatar` components -**New Features** +**Feat** - `f-fighting-global` component adds `lang` configuration item - The `f-toolbar` component `width` and `height` configuration items support the `number` type @@ -747,7 +752,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.9.0-alpha. 8 (2022-12-06) -**New Features** +**Feat** - Add `f-slider` component @@ -794,7 +799,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.9.0-alpha.6 (2022-11-29) -**New Features** +**Feat** - Add `f-menu` component - Add `f-menu-item` component @@ -815,7 +820,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.9.0-alpha.5 (2022-11-25) -**New Features** +**Feat** - Add `f-trigger` component @@ -826,7 +831,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.9.0-alpha.4 (2022-11-23) -**New Features** +**Feat** - Add `f-date-picker` component - Add `f-time-picker` component @@ -914,7 +919,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.9.0-alpha.1 (2022-11-17) -**New Features** +**Feat** - Add `f-checkbox` component `indeterminate` configuration item - Add `f-textarea` component @@ -968,7 +973,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste ## 0.8.1-alpha.1 (2022-11-08) -**New features** +**Feat** - `f-checkbox` component adds `show-label` configuration item - `f-checkbox` component `modelValue` configuration item adding `array` type @@ -1061,7 +1066,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste - Permanently revoke `f-icon` component - Update the `class` naming convention for all components -**New Features** +**Feat** - Add `f-close btn` component `icon` configuration item - Add `f-close btn` component `color` attribute @@ -1136,7 +1141,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste - Add `f-mask` component -**New features** +**Feat** - Change the `f-drawer` component `with-header` configuration item to `show-header` - `f-drawer` component adds `show-close-btn` configuration item diff --git a/CHANGELOG.md b/CHANGELOG.md index 2735c87ff5..7e31ccffd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 1.0.1-alpha.1 (2024-04-30) + - 修复 `f-tree` 添加元素响应式丢失问题 [#469](https://github.com/FightingDesign/fighting-design/pull/469) - 修复 `f-message` 参数 `close-btn` 类型错误问题 [#478](https://github.com/FightingDesign/fighting-design/pull/478) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 2e33a0b7ec..7e31ccffd4 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -2,6 +2,11 @@ 中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md) +## 1.0.1-alpha.1 (2024-04-30) + +- 修复 `f-tree` 添加元素响应式丢失问题 [#469](https://github.com/FightingDesign/fighting-design/pull/469) +- 修复 `f-message` 参数 `close-btn` 类型错误问题 [#478](https://github.com/FightingDesign/fighting-design/pull/478) + ## 0.67.4 (2024-03-21) - 修复 image 组件参数错误问题 diff --git a/docs/docs/milepost.md b/docs/docs/milepost.md index f1b103c095..8d89e30f0e 100644 --- a/docs/docs/milepost.md +++ b/docs/docs/milepost.md @@ -1,5 +1,11 @@ # 里程碑 +## 2024-04-30 + +最近 [w2xi](https://github.com/w2xi) 帮忙完善了很多单元测试,单元测试覆盖率逐渐增加。 + +近期可以开始进入 `alpha` 版本了 + ## 2022-10-19 优化了一下打包的配置文件,使打包快了不少,打包从原来的 `32s` 提升了 `16s` diff --git a/packages/fighting-design/package.json b/packages/fighting-design/package.json index 9febed69e3..1406c88f0f 100644 --- a/packages/fighting-design/package.json +++ b/packages/fighting-design/package.json @@ -1,6 +1,6 @@ { "name": "fighting-design", - "version": "0.67.4", + "version": "1.0.1-alpha.1", "description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.", "keywords": [ "fighting",