@nutui/nutui 4.3.8 → 4.3.10
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 +21 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +1 -1
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/address/index.css +1 -1
- package/dist/packages/elevator/index.css +1 -1
- package/dist/packages/elevator/index.scss +4 -0
- package/dist/packages/list/index.css +1 -1
- package/dist/packages/list/index.scss +4 -0
- package/dist/packages/menuitem/index.css +1 -1
- package/dist/packages/menuitem/index.scss +4 -0
- package/dist/smartips/web-types.json +2 -2
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## v4.3.10
|
|
2
|
+
|
|
3
|
+
`2024-06-20`
|
|
4
|
+
|
|
5
|
+
Bug Fixes
|
|
6
|
+
|
|
7
|
+
- input, textarea: 修改只读禁用属性设置逻辑 (#3104) @eiinu
|
|
8
|
+
|
|
9
|
+
Other Changes
|
|
10
|
+
|
|
11
|
+
- docs(input): 修正参数名 (#3088) @hainuo
|
|
12
|
+
|
|
13
|
+
## v4.3.9
|
|
14
|
+
|
|
15
|
+
`2024-05-25`
|
|
16
|
+
|
|
17
|
+
Bug Fixes
|
|
18
|
+
|
|
19
|
+
- textarea: 修复 slot 嵌套使用 textarea 时的输入失焦问题 (#3084) @eiinu
|
|
20
|
+
- style: hidden scrollbar by default (#3085) @eiinu
|
|
21
|
+
|
|
1
22
|
## v4.3.8
|
|
2
23
|
|
|
3
24
|
`2024-05-13`
|
package/dist/nutui.es.js
CHANGED
package/dist/nutui.js
CHANGED
|
@@ -15740,7 +15740,7 @@ function x2(e) {
|
|
|
15740
15740
|
n.install ? e.use(n) : n.name && e.component(n.name, n);
|
|
15741
15741
|
});
|
|
15742
15742
|
}
|
|
15743
|
-
const e3 = "4.3.
|
|
15743
|
+
const e3 = "4.3.10", a3 = { install: x2, version: e3 };
|
|
15744
15744
|
export {
|
|
15745
15745
|
o1 as ActionSheet,
|
|
15746
15746
|
hv as Address,
|