@nutui/nutui 4.3.6 → 4.3.7

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,23 @@
1
+ ## v4.3.7
2
+
3
+ `2024-05-07`
4
+
5
+ Features
6
+
7
+ - number-keyboard: add confirm event (#3059) @eiinu
8
+
9
+ Bug Fixes
10
+
11
+ - tabs: inject 数据增加 ?. (#3045) @2977938133
12
+
13
+ Refactors
14
+
15
+ - input, image: move to script setup @eiinu
16
+
17
+ Other Changes
18
+
19
+ - docs: input 更新 align demo 引用名称 (#3044) @ShuTianGit
20
+
1
21
  ## v4.3.6
2
22
 
3
23
  `2024-04-19`
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.6';
222
+ export const version = '4.3.7';
223
223
  export default {
224
224
  install,
225
225
  version