@kdcloudjs/kdesign 1.7.6 → 1.7.7
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 +37 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +298 -140
- 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/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
## [1.7.6](https://github.com/kdcloudone/kdesign/compare/v1.7.5...v1.7.6) (2023-04-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [cli] 修改登录功能cookie中的domin ([e2ed910](https://github.com/kdcloudone/kdesign/commit/e2ed9103efe2971ee89ce812e542bf2d39052126))
|
|
7
|
+
* [input]修复校验状态样式 ([9feda12](https://github.com/kdcloudone/kdesign/commit/9feda129dd2b64ff208f9d6acec538edd8bc20fe))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* [form]传递校验属性 fix [#330](https://github.com/kdcloudone/kdesign/issues/330) ([e55685c](https://github.com/kdcloudone/kdesign/commit/e55685ce0b56a5e63dc239878d488e95053e9668))
|
|
13
|
+
* [input]添加校验状态 ([dce1364](https://github.com/kdcloudone/kdesign/commit/dce13646317ae9a8a7d3d847cff2f7885f23fae7))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.7.5](https://github.com/kdcloudone/kdesign/compare/v1.7.4...v1.7.5) (2023-04-27)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* [card] 更新卡片单测 ([d7c6eaf](https://github.com/kdcloudone/kdesign/commit/d7c6eaf2a1a7d1b8d6e27be399244874a14207a9))
|
|
23
|
+
* [carousel] 更新走马灯单测 ([3539ac5](https://github.com/kdcloudone/kdesign/commit/3539ac5276d373005fb7f235ed1e75de7dfe46a6))
|
|
24
|
+
* [color-picker] 更新颜色选择器单测 ([49c9975](https://github.com/kdcloudone/kdesign/commit/49c9975f60e16e29ea0e845fd88a90a8a5742d3e))
|
|
25
|
+
* [dropdown] Dropdown defaultKey 不生效[#326](https://github.com/kdcloudone/kdesign/issues/326) ([0216b46](https://github.com/kdcloudone/kdesign/commit/0216b46ad9e3083b1cbc42bcd11886969441b56e))
|
|
26
|
+
* [tree] 更新树组件单测 ([52b81ff](https://github.com/kdcloudone/kdesign/commit/52b81ff9b5bd37b27936e40733a51f25ea51e3cb))
|
|
27
|
+
* [tree] 修复单测报错 ([781aaa0](https://github.com/kdcloudone/kdesign/commit/781aaa02f5231f502d37de2356ce3fdd64017fc0))
|
|
28
|
+
* [tree] 修复重新设置scrollToKey父节点不展开问题 fix [#334](https://github.com/kdcloudone/kdesign/issues/334) ([3252d79](https://github.com/kdcloudone/kdesign/commit/3252d79407b2821e569250b9ad02c9ff0e78f94b))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* [color-picker] 透明度可配置隐藏 [#329](https://github.com/kdcloudone/kdesign/issues/329) ([42d8aa5](https://github.com/kdcloudone/kdesign/commit/42d8aa51c7513bc244c735e87276c23b6e7647f4))
|
|
34
|
+
* 新增登录登出功能 ([f428659](https://github.com/kdcloudone/kdesign/commit/f428659e3ca51366e485183a56f08c62e0f78055))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
1
38
|
## [1.7.4](https://github.com/kdcloudone/kdesign/compare/v1.7.3...v1.7.4) (2023-04-21)
|
|
2
39
|
|
|
3
40
|
|