@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 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
@@ -219,7 +219,7 @@ export function install(app) {
219
219
  }
220
220
  });
221
221
  }
222
- export const version = '4.2.5';
222
+ export const version = '4.2.6';
223
223
  export default {
224
224
  install,
225
225
  version
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.5", d4 = { install: l4, version: s4 };
16599
+ const s4 = "4.2.6", d4 = { install: l4, version: s4 };
16603
16600
  export {
16604
16601
  U1 as ActionSheet,
16605
16602
  hv as Address,