@kdcloudjs/kdesign 1.3.3 → 1.3.4
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 +16 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.3.3](https://github.com/kdcloudone/kdesign/compare/v1.3.2...v1.3.3) (2022-06-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [basedata] 基础资料选择demo调整 ([236d171](https://github.com/kdcloudone/kdesign/commit/236d1719fcad58df0382e4d4096e3f3b68317cfc))
|
|
7
|
+
* [button] 调整集合按钮圆角以及下拉面板空隙 ([d57875c](https://github.com/kdcloudone/kdesign/commit/d57875c2553fc1ee853cc227ae88b1bb95e428eb))
|
|
8
|
+
* [button] 集合按钮颜色调整 ([94c3b4e](https://github.com/kdcloudone/kdesign/commit/94c3b4e572aff0c3a3526aa18a8f291696637e9f))
|
|
9
|
+
* [checkbox] 修复外层包裹添加点击事件,执行操作时触发两次的bug ([7ba7db7](https://github.com/kdcloudone/kdesign/commit/7ba7db74c65b5fc7a5b638abb8117e050b5d5835))
|
|
10
|
+
* [menu]菜单受控问题处理 ([5d7538e](https://github.com/kdcloudone/kdesign/commit/5d7538e9d1dd80f2e12ea27e94dcb101d3996ddf))
|
|
11
|
+
* [menu]菜单组件问题修复 ([d668b62](https://github.com/kdcloudone/kdesign/commit/d668b628fa5f47292e0823cdc6e8a0a0a8547e47))
|
|
12
|
+
* [menu]受控问题处理 ([ced402c](https://github.com/kdcloudone/kdesign/commit/ced402c16b5b424e080cfec08cdfd081dce07a41))
|
|
13
|
+
* [select] 解决多选情况下showSearch为false时不生效 ([206c09e](https://github.com/kdcloudone/kdesign/commit/206c09e237818a72cfb0912bcadec17dff0b63a9))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
1
17
|
## [1.3.2](https://github.com/kdcloudone/kdesign/compare/v1.3.1...v1.3.2) (2022-06-09)
|
|
2
18
|
|
|
3
19
|
|