@nutui/nutui-react 3.1.0-beta.2 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -4
- package/dist/style-jmapp.css +1 -1
- package/dist/style-jmapp.scss +27 -27
- package/dist/style-jrkf.css +1 -1
- package/dist/style-jrkf.scss +36 -36
- package/dist/style.css +1 -1
- package/dist/style.scss +30 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
# v3.1.0
|
|
2
|
-
`2026-
|
|
1
|
+
# v3.1.0
|
|
2
|
+
`2026-07-07`
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
* :bug: fix: 解决taro版本demo变量文件重复注入导致超时的问题 (#3484)
|
|
3
6
|
|
|
4
7
|
|
|
5
|
-
|
|
6
|
-
|
|
8
|
+
# v3.1.0-beta.2
|
|
9
|
+
|
|
10
|
+
`2026-06-08`
|
|
7
11
|
|
|
12
|
+
- 🏡 chore: 增加4x官网入口
|
|
13
|
+
- :bug: fix: 移除jmfe桥接方式 (#3478)
|
|
8
14
|
|
|
9
15
|
# v3.1.0-beta.1
|
|
10
16
|
|