@nutui/nutui 4.2.2-beta.3 → 4.2.2

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,28 @@
1
+ ## v4.2.2
2
+
3
+ `2023-11-24`
4
+
5
+ Features
6
+
7
+ - pull-refresh: 新增 complete 状态文案与插槽 (#2636) (#2639) @yi-boide
8
+ - form-item: required 样式支持由 rules 控制 (#2637) (#2640) @yi-boide
9
+
10
+ Bug Fixes
11
+
12
+ - input-number: 修复禁用无效问题 (#2680) @iCheng
13
+ - list: 修复滚动滑动触底报错问题 (#2658) @zhangyuanliang
14
+ - swiper: 修复 swiper-item 宽高错误问题 (#2679) @eiinu
15
+ - address: 选择最后一级时 onChange 缺少 value 字段 @eiinu
16
+ - picker: 调整 columns 类型定义 (#2662) @eiinu
17
+ - input: 调整 type 类型定义 @eiinu
18
+
19
+ Other Changes
20
+
21
+ - locale: add use-locale (#2642) @eiinu
22
+ - build: adjust dir structure of production (#2654) @eiinu
23
+ - build: componentName kebab-case -> PascalCase @eiinu
24
+ - chore: bump taro v3.6.19 (#2682) @eiinu
25
+
1
26
  ## v4.2.1
2
27
 
3
28
  `2023-11-10`
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.2-beta.3';
222
+ export const version = '4.2.2';
223
223
  export default {
224
224
  install,
225
225
  version