@kdcloudjs/kdesign 1.6.18 → 1.6.19
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 +10 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +90 -48
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +3 -3
- package/dist/kdesign.min.js.map +1 -1
- package/es/select/select.js +1 -1
- package/lib/select/select.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [1.6.18](https://github.com/kdcloudone/kdesign/compare/v1.6.17...v1.6.18) (2022-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [select] 去除多余的外边距 ([f48390f](https://github.com/kdcloudone/kdesign/commit/f48390fe4db5fc7a5e80cc49d730624bfd842eb2))
|
|
7
|
+
* [select] 修复超长文本溢出问题 ([777d007](https://github.com/kdcloudone/kdesign/commit/777d007c1a2ceaec8afd2e22568f98868b34a0df))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## [1.6.17](https://github.com/kdcloudone/kdesign/compare/v1.6.16...v1.6.17) (2022-11-28)
|
|
2
12
|
|
|
3
13
|
|