@nutui/nutui 4.3.8 → 4.3.9

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,12 @@
1
+ ## v4.3.9
2
+
3
+ `2024-05-25`
4
+
5
+ Bug Fixes
6
+
7
+ - textarea: 修复 slot 嵌套使用 textarea 时的输入失焦问题 (#3084) @eiinu
8
+ - style: hidden scrollbar by default (#3085) @eiinu
9
+
1
10
  ## v4.3.8
2
11
 
3
12
  `2024-05-13`
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.3.8';
222
+ export const version = '4.3.9';
223
223
  export default {
224
224
  install,
225
225
  version
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.8", a3 = { install: x2, version: e3 };
15743
+ const e3 = "4.3.9", a3 = { install: x2, version: e3 };
15744
15744
  export {
15745
15745
  o1 as ActionSheet,
15746
15746
  hv as Address,