@nutui/nutui 4.1.3 → 4.1.4

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,20 @@
1
+ ## v4.1.4
2
+
3
+ `2023-08-25`
4
+
5
+ Features
6
+
7
+ - picker: 支持自定义 column fieldNames (#2460) @subordon
8
+
9
+ Bug Fixes
10
+
11
+ - popup: 修复内容无法滑动问题
12
+ - form: 调整 label 中 min-width 样式权重 (#2478)
13
+ - addresslist: update docs (#2495) @subordon
14
+ - actionsheet: 修复 close-abled 失效问题 (#2496)
15
+ - picker: 修复 field-names 在级联模式下的问题
16
+ - 修复组件内 scroll-view 标签在 taro-h5 端的兼容问题 (#2470)
17
+
1
18
  ## v4.1.3
2
19
 
3
20
  `2023-08-04`
package/dist/nutui.es.js CHANGED
@@ -215,7 +215,7 @@ export function install(app) {
215
215
  }
216
216
  });
217
217
  }
218
- export const version = '4.1.3';
218
+ export const version = '4.1.4';
219
219
  export default {
220
220
  install,
221
221
  version