We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e74b6 commit 33b3745Copy full SHA for 33b3745
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
`2025-03-07`
4
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
14
- refactor(pagination): 组件重构, hooks 实现数据抽象 (#2988)
15
- refactor(cascader): 组件重构,修订 lazy 属性的定义 (#3007)
16
- fix(countdown): 秒位补 0 展示 (#3072)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@nutui/nutui-react-taro",
- "version": "3.0.3",
+ "version": "3.0.4",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/es/packages/nutui.react.build.js",
0 commit comments