@kdcloudjs/kdesign 1.7.57 → 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 +12 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +18 -13
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +2 -2
- package/dist/kdesign.min.js.map +1 -1
- package/es/_utils/usePopper.js +13 -7
- package/es/date-picker/date-picker.js +1 -1
- package/es/date-picker/hooks/use-picker-input.js +2 -3
- package/es/date-picker/range-picker.js +1 -1
- package/lib/_utils/usePopper.js +13 -7
- package/lib/date-picker/date-picker.js +1 -1
- package/lib/date-picker/hooks/use-picker-input.js +2 -3
- package/lib/date-picker/range-picker.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
1
13
|
## [1.7.56](https://github.com/kdcloudone/kdesign/compare/v1.7.55...v1.7.56) (2024-04-11)
|
|
2
14
|
|
|
3
15
|
|