Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ toc: false
spline: explain
---

## 🌈 0.23.2 `2026-07-30`

### 🚀 Features

- `Table`: 新增 `loadingMode`、`pagination` 等多个属性,支持分页、筛选、排序及可拖拽功能 @slatejack ([#927](https://github.com/Tencent/tdesign-mobile-react/pull/927))
- `Upload`: 新增 `draggable` 属性,支持拖拽排序 @anlyyao ([#939](https://github.com/Tencent/tdesign-mobile-react/pull/939))

### 🐞 Bug Fixes

- `ImageViewer`: 移除底部的点状导航器 @anlyyao ([#938](https://github.com/Tencent/tdesign-mobile-react/pull/938))

## 🌈 0.23.1 `2026-07-03`

### 🚀 Features
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.23.1",
"version": "0.23.2",
"description": "TDesign Component for Mobile React",
"title": "tdesign-mobile-react",
"main": "cjs/index.js",
Expand Down
Loading