Skip to content

Commit 79f7ea1

Browse files
irisSongcursoragent
andcommitted
chore: release v4.0.0-beta.4
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 72a4dc3 commit 79f7ea1

6 files changed

Lines changed: 237 additions & 107 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v4.0.0-beta.4
2+
3+
`2026-06-18`
4+
5+
- 📖 docs: 更新站点版本与 v16 组件 new 标识
6+
- 🪵 refactor(Rate): v16 适配 (#3487)
7+
- 🪵 refactor(Empty): v16适配 (#3486)
8+
19
# v4.0.0-beta.3
210

311
`2026-06-12`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-react",
3-
"version": "4.0.0-beta.3",
3+
"version": "4.0.0-beta.4",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/es/packages/nutui.react.build.js",

scripts/create-component-mode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const newCpt = {
1616
show: true,
1717
taro: true,
1818
v15: false,
19+
v16: false,
1920
dd: false,
2021
author: '',
2122
}

0 commit comments

Comments
 (0)