Skip to content

Commit

Permalink
chore: publish v0.8.0 (#539)
Browse files Browse the repository at this point in the history
* chore: publish v0.8.0

* chore: changelog's changes

* chore: update common

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
anlyyao and github-actions[bot] authored Oct 17, 2024
1 parent 76090c8 commit bdca4ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bdca4ab

Please sign in to comment.