Skip to content

Commit 1206000

Browse files
author
xinju
committed
chore(release): 5.1.0
1 parent 2a43252 commit 1206000

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.1.0](https://github.com/DTStack/dt-react-component/compare/v5.0.0...v5.1.0) (2026-05-28)
6+
7+
### Features
8+
9+
- [#580](https://github.com/DTStack/dt-react-component/issues/580), upgrade dt-utils to v2.1.0 and refresh lockfile ([#639](https://github.com/DTStack/dt-react-component/issues/639)) ([26741e8](https://github.com/DTStack/dt-react-component/commit/26741e8b9c746865d92670c93db2d1ccf8d1b80b))
10+
- **chat:** support multiple conversation ([#623](https://github.com/DTStack/dt-react-component/issues/623)) ([c67e2fc](https://github.com/DTStack/dt-react-component/commit/c67e2fcc58358c2e034bdf790a8995e9ff3d312e))
11+
- support AI quick command feat and upgrade lock file ([#600](https://github.com/DTStack/dt-react-component/issues/600)) ([a367535](https://github.com/DTStack/dt-react-component/commit/a3675352e5dd20d1a7cd02acc29e3dae71e39f21))
12+
13+
### Bug Fixes
14+
15+
- **dropdown:** optimize Dropdown.Select ([#635](https://github.com/DTStack/dt-react-component/issues/635)) ([368e331](https://github.com/DTStack/dt-react-component/commit/368e331bc0a341f59ca701b6cd511b4d8dfee921))
16+
- **modal:** add loading default value ([#628](https://github.com/DTStack/dt-react-component/issues/628)) ([b36ab2e](https://github.com/DTStack/dt-react-component/commit/b36ab2ec91ce909e6b92c43c444b4454f794b56a)), closes [#627](https://github.com/DTStack/dt-react-component/issues/627)
17+
- remove deprecated code ([2a43252](https://github.com/DTStack/dt-react-component/commit/2a43252fca871a3709c2e09eb8638a73183800be))
18+
- **tinyTag:** via getComputedTextLength api to measure svg text element ([#636](https://github.com/DTStack/dt-react-component/issues/636)) ([db846be](https://github.com/DTStack/dt-react-component/commit/db846bea3f331f419d8933963de0c9935ffa19a2))
19+
520
## [5.0.0](https://github.com/DTStack/dt-react-component/compare/v4.3.1...v5.0.0) (2025-11-17)
621

722
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-react-component",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "react-component",
55
"repository": "https://github.com/DTStack/dt-react-component",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)