@nutui/nutui 4.2.7 → 4.2.8

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,18 @@
1
+ ## v4.2.8
2
+
3
+ `2024-01-15`
4
+
5
+ Features
6
+
7
+ - avatar-cropper: 新增 shape 属性,支持 round 类型 (#2818) @iCheng
8
+
9
+ Bug Fixes
10
+
11
+ - calendar: 修复初次打开默认值定位问题 (#2829) @eiinu
12
+ - date-picker: 修复数据联动更新问题 (#2824) @eiinu
13
+ - dialog: 修复 cancel 按钮的样式问题 (#2823) @eiinu
14
+ - picker: 优化 select、cursor 样式 (#2826) @eiinu
15
+
1
16
  ## v4.2.7
2
17
 
3
18
  `2024-01-05`
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.7';
222
+ export const version = '4.2.8';
223
223
  export default {
224
224
  install,
225
225
  version