@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 +25 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +499 -497
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/address/Address.js +1 -2
- package/dist/packages/{common-72c11f1d.js → common-1579352e.js} +1 -1
- package/dist/packages/grid/Grid.js +1 -1
- package/dist/packages/griditem/GridItem.js +1 -1
- package/dist/packages/inputnumber/InputNumber.js +4 -0
- package/dist/packages/list/List.js +1 -0
- package/dist/packages/swiper/Swiper.js +2 -4
- package/dist/smartips/web-types.json +3 -3
- package/dist/types/__VUE/input/type.d.ts +1 -1
- package/dist/types/__VUE/swiper/index.vue.d.ts +0 -6
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
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`
|