diff --git a/CHANGELOG.md b/CHANGELOG.md index e71435bc..957e4d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ toc: false spline: explain --- +## 🌈 0.8.0 `2024-10-17` +### ❗ Breaking Changes +- `Switch`: 组件重构,移除 `colors` 属性,`change` 事件参数有调整 @anlyyao ([#527](https://github.com/Tencent/tdesign-mobile-react/pull/527)) +- `PullDownRefresh`: 组件重构,`maxBarHeight` 与 `loadingBarHeight` 属性扩展支持 `string` 类型,并新增 `onRefresh`、`onScrolltolower` 和 `onTimeout` 等属性 @novlan1 ([#479](https://github.com/Tencent/tdesign-mobile-react/pull/479)) +- `Message`: 组件重构,新增 `align`、`link`、`marquee`、`offset`、`onCloseBtnClick`、`onDurationEnd` 以及 `onLinkClick` 等属性,并移除 `onClose`、`onClosed`、`onOpen`、`onOpened` 与 `onVisibleChange` 等属性 @novlan1 ([#477](https://github.com/Tencent/tdesign-mobile-react/pull/477)) +### 🚀 Features +- `Input`: 支持 `format` 属性 @anlyyao ([#533](https://github.com/Tencent/tdesign-mobile-react/pull/533)) +### 🐞 Bug Fixes +- `Stepper`: 修复无法直接输入的问题 @anlyyao ([#537](https://github.com/Tencent/tdesign-mobile-react/pull/537)) + ## 🌈 0.7.0 `2024-09-20` ### ❗ Breaking Changes - `Checkbox`: 组件重构,新增 `readonly` 属性 @epoll-j ([#504](https://github.com/Tencent/tdesign-mobile-react/pull/504)) diff --git a/package.json b/package.json index 445fcf5d..34eb0f5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdesign-mobile-react", - "version": "0.7.0", + "version": "0.8.0", "description": "TDesign Component for Mobile React", "title": "tdesign-mobile-react", "main": "cjs/index.js", diff --git a/src/_common b/src/_common index f9683c1e..4bdf9ced 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit f9683c1edee5c09f455ba8cb19cb8ce07d4490be +Subproject commit 4bdf9ced2d0b1c3aaf88c035424ef2230d71f396