@nutui/nutui 4.3.4 → 4.3.5

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.5
2
+
3
+ `2024-04-10`
4
+
5
+ Features
6
+
7
+ - input-number: 支持透传属性至 input 元素 (#3008) @eiinu
8
+
9
+ Bug Fixes
10
+
11
+ - tag: 修复图标引用问题 @eiinu
12
+
13
+ Refactors
14
+
15
+ - move to script setup: skeleton, cell @eiinu
16
+
17
+ Other Changes
18
+
19
+ - deps: typescript v5.4.4 (#3013) @eiinu
20
+
1
21
  ## v4.3.4
2
22
 
3
23
  `2024-04-01`
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.4';
222
+ export const version = '4.3.5';
223
223
  export default {
224
224
  install,
225
225
  version