@kdcloudjs/kdesign 1.7.56 → 1.7.58
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 +24 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +27 -15
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +8 -8
- package/dist/kdesign.min.js.map +1 -1
- package/es/_utils/usePopper.js +13 -7
- package/es/date-picker/date-picker.js +4 -1
- package/es/date-picker/hooks/use-picker-input.js +2 -3
- package/es/date-picker/range-picker.js +3 -1
- package/es/date-picker/utils/date-fns.js +4 -2
- package/lib/_utils/usePopper.js +13 -7
- package/lib/date-picker/date-picker.js +4 -1
- package/lib/date-picker/hooks/use-picker-input.js +2 -3
- package/lib/date-picker/range-picker.js +3 -1
- package/lib/date-picker/utils/date-fns.js +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [1.7.57](https://github.com/kdcloudone/kdesign/compare/v1.7.56...v1.7.57) (2024-04-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [date-picker]关闭弹窗显示问题 fix [#772](https://github.com/kdcloudone/kdesign/issues/772) ([cfdb112](https://github.com/kdcloudone/kdesign/commit/cfdb1125669290868ace98e999a4c2d2554a1eba))
|
|
7
|
+
* [date-picker]修复快捷选择年月显示错误问题 ([b8c45fa](https://github.com/kdcloudone/kdesign/commit/b8c45fa64322a7bbf6d441cc94ebf4586c2c62da))
|
|
8
|
+
* [date-picker]修复视图显示错误 fix [#767](https://github.com/kdcloudone/kdesign/issues/767) ([aaf8189](https://github.com/kdcloudone/kdesign/commit/aaf8189fa310432056679e66e7da52329f0509b8))
|
|
9
|
+
* [date-picker]修复输入框值问题 fix [#771](https://github.com/kdcloudone/kdesign/issues/771) ([9571b4e](https://github.com/kdcloudone/kdesign/commit/9571b4eb7556d4ee2d2e5efe1e0c3e0c4b3987f8))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [1.7.56](https://github.com/kdcloudone/kdesign/compare/v1.7.55...v1.7.56) (2024-04-11)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* [color-picker] 修复onChange的参数异常问题 fix [#762](https://github.com/kdcloudone/kdesign/issues/762) ([142a0b6](https://github.com/kdcloudone/kdesign/commit/142a0b6a09f0a201b9d9f0ec9b89af4d5c76e689))
|
|
19
|
+
* [date-picker]修复null值问题 fix [#760](https://github.com/kdcloudone/kdesign/issues/760) ([5def791](https://github.com/kdcloudone/kdesign/commit/5def791e630512690a92ed98f409d3357fb23dde))
|
|
20
|
+
* [radio] 修复设置onChange为undefined时控制台的报错 fix [#764](https://github.com/kdcloudone/kdesign/issues/764) ([a29acc1](https://github.com/kdcloudone/kdesign/commit/a29acc1989951313fe538ee93008671d478aac55))
|
|
21
|
+
* [radio] 修复radio被截断的视觉问题 fix [#765](https://github.com/kdcloudone/kdesign/issues/765) fix [#766](https://github.com/kdcloudone/kdesign/issues/766) ([6353dbc](https://github.com/kdcloudone/kdesign/commit/6353dbcf439a4c29ac7a6cc4790b3c442268d7df))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
1
25
|
## [1.7.55](https://github.com/kdcloudone/kdesign/compare/v1.7.54...v1.7.55) (2024-04-03)
|
|
2
26
|
|
|
3
27
|
|