@nutui/nutui 4.2.5 → 4.2.6
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 +13 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +1 -4
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/category/index.css +1 -1
- package/dist/packages/category/index.scss +0 -1
- package/dist/packages/categorypane/index.css +1 -1
- package/dist/packages/categorypane/index.scss +0 -3
- package/dist/packages/collapseitem/CollapseItem.js +0 -3
- package/dist/packages/countup/index.css +1 -1
- package/dist/packages/countup/index.scss +0 -3
- package/dist/packages/ecard/index.css +1 -1
- package/dist/packages/ecard/index.scss +0 -2
- package/dist/packages/popover/index.css +1 -1
- package/dist/packages/popover/index.scss +0 -1
- package/dist/packages/textarea/index.css +1 -1
- package/dist/packages/textarea/index.scss +0 -1
- package/dist/packages/tour/index.css +1 -1
- package/dist/smartips/web-types.json +1 -1
- package/dist/style.css +1 -1
- package/dist/types/__VUE/collapseitem/index.vue.d.ts +0 -6
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## v4.2.6
|
|
2
|
+
|
|
3
|
+
`2023-12-25`
|
|
4
|
+
|
|
5
|
+
Bug Fixes
|
|
6
|
+
|
|
7
|
+
- tabs: 修复 taro h5 下 placeholder 展示错误 (#2801) @eiinu
|
|
8
|
+
- remove defualt font-family style (#2792) @eiinu
|
|
9
|
+
|
|
10
|
+
Other Changes
|
|
11
|
+
|
|
12
|
+
- collapse: remove unused prop (#2794) @eiinu
|
|
13
|
+
|
|
1
14
|
## v4.2.5
|
|
2
15
|
|
|
3
16
|
`2023-12-22`
|
package/dist/nutui.es.js
CHANGED
package/dist/nutui.js
CHANGED
|
@@ -13037,9 +13037,6 @@ function P0(e, t, n, s, o, a) {
|
|
|
13037
13037
|
}
|
|
13038
13038
|
const A0 = /* @__PURE__ */ K(L0, [["render", P0]]), { create: z0 } = W("collapse-item"), V0 = z0({
|
|
13039
13039
|
props: {
|
|
13040
|
-
collapseRef: {
|
|
13041
|
-
type: Object
|
|
13042
|
-
},
|
|
13043
13040
|
title: {
|
|
13044
13041
|
type: String,
|
|
13045
13042
|
default: ""
|
|
@@ -16599,7 +16596,7 @@ function l4(e) {
|
|
|
16599
16596
|
n.install ? e.use(n) : n.name && e.component(n.name, n);
|
|
16600
16597
|
});
|
|
16601
16598
|
}
|
|
16602
|
-
const s4 = "4.2.
|
|
16599
|
+
const s4 = "4.2.6", d4 = { install: l4, version: s4 };
|
|
16603
16600
|
export {
|
|
16604
16601
|
U1 as ActionSheet,
|
|
16605
16602
|
hv as Address,
|