Skip to content

Commit 33b3745

Browse files
committedMar 14, 2025
chore(release): v3.0.4
1 parent c2e74b6 commit 33b3745

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
`2025-03-07`
44

5+
- fix(sidebar): 禁用属性和内容显示异常 (#3084)
6+
- fix: 示例中 toast 的用法修复 (#3083)
7+
- chore: 移除废弃的 github action (#3085)
8+
- chore(deps): 升级 actions/github-script 到 v7 (#3012)
9+
10+
# v3.0.3
11+
12+
`2025-03-07`
13+
514
- refactor(pagination): 组件重构, hooks 实现数据抽象 (#2988)
615
- refactor(cascader): 组件重构,修订 lazy 属性的定义 (#3007)
716
- fix(countdown): 秒位补 0 展示 (#3072)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-react-taro",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/es/packages/nutui.react.build.js",

0 commit comments

Comments
 (0)