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 56f239d commit 8b8d973Copy full SHA for 8b8d973
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# v3.0.11
2
+
3
+`2025-05-09`
4
5
+- 📖 docs: 升级文档补充 (#3204)
6
+- :sparkles: feat(address): v15 适配 (#3171)
7
+- :bug: fix: 修复编译单个组件在小程序下路径异常的问题 (#3215)
8
+- :bug: fix(picker): 解决透传popup的round属性不生效问题 (#3205)
9
+- zap: perf: optimize the performance issues caused by style injection (#3203)
10
11
# v3.0.10
12
13
`2025-04-25`
package.json
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
- "version": "3.0.10",
+ "version": "3.0.11",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/es/packages/nutui.react.build.js",
0 commit comments