We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aad8bd commit 31a8c72Copy full SHA for 31a8c72
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# v3.0.10
2
+
3
+`2025-04-25`
4
5
+- 📖 docs: jmapp 不判断环境,直接打开 (#3193)
6
+- :sparkles: feat(switch): loading 态受控 (#3149)
7
+- :sparkles: feat(uploader): add listUploadRender prop for custom list mode upload… (#3198)
8
+- :sparkles: feat(video): 兼容taro Component属性 (#3185)
9
+- :sparkles: feat(radio): 支持自定义icon的classname (#3196)
10
+- :bug: fix(tabs): 修复滚动计算问题,优化定位逻辑 (#3183)
11
+- :bug: fix: 兼容选中值为0的情况 (#3192)
12
13
# v3.0.9
14
15
`2025-04-18`
package.json
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
- "version": "3.0.10-beta.0",
+ "version": "3.0.10",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/es/packages/nutui.react.build.js",
0 commit comments