@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 +15 -0
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +964 -949
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/avatar/index.css +1 -1
- package/dist/packages/avatar/index.scss +1 -1
- package/dist/packages/avatarcropper/AvatarCropper.js +7 -3
- package/dist/packages/avatarcropper/index.css +1 -1
- package/dist/packages/avatarcropper/index.scss +3 -0
- package/dist/packages/calendar/Calendar.js +18 -4
- package/dist/packages/calendaritem/CalendarItem.js +1 -1
- package/dist/packages/datepicker/DatePicker.js +31 -30
- package/dist/packages/datepicker/index.css +1 -1
- package/dist/packages/dialog/index.css +1 -1
- package/dist/packages/dialog/index.scss +0 -3
- package/dist/packages/{index-NLe0VBkN.js → index-kWulbKuH.js} +4 -2
- package/dist/packages/picker/index.css +1 -1
- package/dist/packages/picker/index.scss +2 -0
- package/dist/packages/skeleton/index.css +1 -1
- package/dist/smartips/web-types.json +10 -1
- package/dist/style.css +1 -1
- package/dist/types/__VUE/avatarcropper/index.vue.d.ts +10 -1
- package/dist/types/__VUE/avatarcropper/types.d.ts +1 -0
- package/dist/types/__VUE/calendar/index.vue.d.ts +2 -0
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
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`
|