Skip to content

Commit c78bed1

Browse files
committed
chore(release): 4.1.0
1 parent ab9594a commit c78bed1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [4.1.0](https://github.com/DTStack/dt-react-component/compare/v4.0.4...v4.1.0) (2023-07-12)
6+
7+
### Features
8+
9+
- add table component ([#356](https://github.com/DTStack/dt-react-component/issues/356)) ([0553e28](https://github.com/DTStack/dt-react-component/commit/0553e289272c3718666f28994e5feb4853ae7ecc))
10+
- spreadSheet comp support extra options from outside ([#366](https://github.com/DTStack/dt-react-component/issues/366)) ([ab9594a](https://github.com/DTStack/dt-react-component/commit/ab9594aea80ec1e816137f3a3388630c94499a1c))
11+
12+
### Bug Fixes
13+
14+
- [#82926](https://github.com/DTStack/dt-react-component/issues/82926) handsontable trimWhitespace should be false ([#361](https://github.com/DTStack/dt-react-component/issues/361)) ([efe7687](https://github.com/DTStack/dt-react-component/commit/efe7687e414629562acf2ab19e4167e639b82a08))
15+
516
### [4.0.4](https://github.com/DTStack/dt-react-component/compare/v4.0.3...v4.0.4) (2023-06-20)
617

718
### [4.0.3](https://github.com/DTStack/dt-react-component/compare/v4.0.2...v4.0.3) (2023-06-15)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-react-component",
3-
"version": "4.0.4",
3+
"version": "4.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)