@kdcloudjs/kdesign 1.7.50 → 1.7.51
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 +39 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +2879 -1783
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +15 -10
- package/dist/kdesign.min.js.map +1 -1
- package/es/color-picker/color-picker-panel.js +1 -1
- package/es/color-picker/color-picker.js +1 -1
- package/es/color-picker/utils/colorFormat.js +1 -1
- package/es/grid/row.js +2 -2
- package/es/qr-code/qr-code.js +1 -1
- package/lib/color-picker/color-picker-panel.js +2 -2
- package/lib/color-picker/color-picker.js +3 -3
- package/lib/color-picker/utils/colorFormat.js +2 -2
- package/lib/grid/row.js +2 -2
- package/lib/qr-code/qr-code.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,42 @@
|
|
|
1
|
+
## [1.7.50](https://github.com/kdcloudone/kdesign/compare/v1.7.49...v1.7.50) (2024-03-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [anchor] 修复使用getContainer指定的滚动元素先销毁时组件报错问题 fix [#736](https://github.com/kdcloudone/kdesign/issues/736) ([e1f6d70](https://github.com/kdcloudone/kdesign/commit/e1f6d70752525f0ee6386679b9ea8fcc74e0ba73))
|
|
7
|
+
* [date-picker]首次渲染弹出层位置错误问题 fix [#728](https://github.com/kdcloudone/kdesign/issues/728) ([7e4758a](https://github.com/kdcloudone/kdesign/commit/7e4758a441e0ce60efb0cb983d1810ee438e28cb))
|
|
8
|
+
* [date-picker]周、月、季度选择快速选择年月 fix [#690](https://github.com/kdcloudone/kdesign/issues/690) ([6fcbbd8](https://github.com/kdcloudone/kdesign/commit/6fcbbd8420677659e8c9fafe4e779869eea25ae0))
|
|
9
|
+
* [pagination] 修复数组距离/间距不一致问题 fix [#714](https://github.com/kdcloudone/kdesign/issues/714) ([bf2b765](https://github.com/kdcloudone/kdesign/commit/bf2b7654eaba651ac6bf29b8bd5cb617c012c1c5))
|
|
10
|
+
* [select] 修复多选虚拟滚动时最后一个元素显示不全问题 fix [#723](https://github.com/kdcloudone/kdesign/issues/723) ([24ce47d](https://github.com/kdcloudone/kdesign/commit/24ce47d5bc65bc44af0880e7e5d2dd1219d17e2a))
|
|
11
|
+
* [upload]修复itemRender实现问题 fix [#685](https://github.com/kdcloudone/kdesign/issues/685) ([855018f](https://github.com/kdcloudone/kdesign/commit/855018fc8ed07ec4738c70121c90fcbf9c427240))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.7.49](https://github.com/kdcloudone/kdesign/compare/v1.7.48...v1.7.49) (2024-02-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* 更新table版本:滚动条错位\&树形单据体大数据测试 ([239e75a](https://github.com/kdcloudone/kdesign/commit/239e75ae93bd1bde4f2a01588e00fe2ac95a7706))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [1.7.48](https://github.com/kdcloudone/kdesign/compare/v1.7.47...v1.7.48) (2024-02-01)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* [anchor] 修复无法高亮最底部锚点 fix [#727](https://github.com/kdcloudone/kdesign/issues/727) ([bfa4c5b](https://github.com/kdcloudone/kdesign/commit/bfa4c5bc561a1ab9958c4e9d7cf31deb41907e06))
|
|
30
|
+
* [input-number] 修复在windows搜狗输入法中文输入时导致前面的数字被截取的问题 fix [#729](https://github.com/kdcloudone/kdesign/issues/729) ([6ada2b6](https://github.com/kdcloudone/kdesign/commit/6ada2b68ab8f5ec777865b3aa4d81d0278b48e37))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* [breadcrumb] 新增面包屑组件 closed [#693](https://github.com/kdcloudone/kdesign/issues/693) ([aa298b9](https://github.com/kdcloudone/kdesign/commit/aa298b9dc603c0d9457e7fb97c6e4fb8e8a7a7fa))
|
|
36
|
+
* [divider] 新增分割线组件 closed [#635](https://github.com/kdcloudone/kdesign/issues/635) ([16837cb](https://github.com/kdcloudone/kdesign/commit/16837cba9a0f33303d9fc29a2fb0f74d4eae4876))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
1
40
|
## [1.7.47](https://github.com/kdcloudone/kdesign/compare/v1.7.46...v1.7.47) (2024-01-18)
|
|
2
41
|
|
|
3
42
|
|