@kdcloudjs/kdesign 1.2.0 → 1.2.1
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-complete.less +476 -464
- package/dist/kdesign.css +135 -209
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +234 -215
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +8 -8
- package/dist/kdesign.min.js.map +1 -1
- package/es/_utils/usePopper.js +33 -11
- package/es/collapse/panel.d.ts +1 -0
- package/es/collapse/panel.js +17 -5
- package/es/collapse/style/index.css +32 -6
- package/es/collapse/style/index.less +24 -1
- package/es/collapse/style/token.less +12 -10
- package/es/drawer/drawer.d.ts +1 -0
- package/es/drawer/drawer.js +56 -21
- package/es/radio/radio.js +3 -1
- package/es/radio/style/index.css +46 -18
- package/es/radio/style/index.less +27 -1
- package/es/radio/style/token.less +4 -4
- package/es/select/option.js +1 -1
- package/es/select/style/index.css +14 -5
- package/es/select/style/index.less +374 -368
- package/es/select/style/token.less +2 -2
- package/es/steps/style/index.css +40 -32
- package/es/steps/style/index.less +23 -33
- package/es/steps/style/token.less +6 -9
- package/es/tag/style/index.css +2 -147
- package/es/tag/style/index.less +4 -24
- package/es/tag/style/mixin.less +0 -13
- package/es/tag/style/token.less +1 -1
- package/lib/_utils/usePopper.js +34 -11
- package/lib/collapse/panel.d.ts +1 -0
- package/lib/collapse/panel.js +17 -5
- package/lib/collapse/style/index.css +32 -6
- package/lib/collapse/style/index.less +24 -1
- package/lib/collapse/style/token.less +12 -10
- package/lib/drawer/drawer.d.ts +1 -0
- package/lib/drawer/drawer.js +61 -27
- package/lib/radio/radio.js +3 -1
- package/lib/radio/style/index.css +46 -18
- package/lib/radio/style/index.less +27 -1
- package/lib/radio/style/token.less +4 -4
- package/lib/select/option.js +1 -1
- package/lib/select/style/index.css +14 -5
- package/lib/select/style/index.less +374 -368
- package/lib/select/style/token.less +2 -2
- package/lib/steps/style/index.css +40 -32
- package/lib/steps/style/index.less +23 -33
- package/lib/steps/style/token.less +6 -9
- package/lib/tag/style/index.css +2 -147
- package/lib/tag/style/index.less +4 -24
- package/lib/tag/style/mixin.less +0 -13
- package/lib/tag/style/token.less +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# [1.2.0](https://github.com/kdcloudone/kdesign/compare/v1.1.3...v1.2.0) (2022-04-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [anchor] 解决锚点组件锁住后重新打开,锚点浮层不能自动关闭问题 ([f26a28f](https://github.com/kdcloudone/kdesign/commit/f26a28fbbebcb77a1597a1fbf21fbd4d76bcfc5e))
|
|
7
|
+
* [anchor] 修复视觉走查问题点 ([5c1c1e3](https://github.com/kdcloudone/kdesign/commit/5c1c1e329267be7d8db9db096020ddb92c194e0b))
|
|
8
|
+
* [button] 样式优化 ([c96d1cc](https://github.com/kdcloudone/kdesign/commit/c96d1cce4df2c2880afd31c8781f70f311fbfd99))
|
|
9
|
+
* [carousel] 解决走马灯自动播放时内存泄漏问题 ([ad07b89](https://github.com/kdcloudone/kdesign/commit/ad07b899e85aec430ae74e635cbbc517b01e16ef))
|
|
10
|
+
* [empty] 去除demo中多余的name属性 ([a129609](https://github.com/kdcloudone/kdesign/commit/a1296095bb5095c7e8ee1a85c03f1608e5a82914))
|
|
11
|
+
* [empty] 修复当页面中出现多个空组件时隐藏第一个组件导致渐变色不渲染的视觉问题 ([1fffb00](https://github.com/kdcloudone/kdesign/commit/1fffb00bb894f0ab76d60bd1f9341e606fa19e50))
|
|
12
|
+
* [image] 样式优化 ([0137fae](https://github.com/kdcloudone/kdesign/commit/0137fae3838a00163dfe1b58bb1aa1e8b1ce9207))
|
|
13
|
+
* [stepper] 样式优化 ([0f50ee8](https://github.com/kdcloudone/kdesign/commit/0f50ee85d9969b85985700fe833bb0be85ada016))
|
|
14
|
+
* [switch] 样式优化 ([43ed9f1](https://github.com/kdcloudone/kdesign/commit/43ed9f169566320b7b801f1531a7c2e0851e8e91))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* [button] 新增集合按钮 ([7fd3989](https://github.com/kdcloudone/kdesign/commit/7fd398926c099fca7a6405cad72497481b73994c))
|
|
20
|
+
* [icon] 新增sigma图标 ([531788b](https://github.com/kdcloudone/kdesign/commit/531788bb120e040ad31a5a2e737da3fc28ee4854))
|
|
21
|
+
* [rate]更新样式 ([d94ee6e](https://github.com/kdcloudone/kdesign/commit/d94ee6eec8e22f39b0fdccf59b39cc43c15ac88d))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
1
25
|
## [1.1.3](https://github.com/kdcloudone/kdesign/compare/v1.1.2...v1.1.3) (2022-04-07)
|
|
2
26
|
|
|
3
27
|
|