@kdcloudjs/kdesign 1.7.33-stable.6 → 1.7.33-stable.8
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 +32 -0
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +79 -40
- 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/city-picker/city-picker.js +10 -9
- package/lib/city-picker/city-picker.js +10 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
## [1.7.47](https://github.com/kdcloudone/kdesign/compare/v1.7.46...v1.7.47) (2024-01-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [select] 修复点击选项关闭下拉面板时没触发onVisibleChange函数 fix [#715](https://github.com/kdcloudone/kdesign/issues/715) fix [#716](https://github.com/kdcloudone/kdesign/issues/716) ([0239ee7](https://github.com/kdcloudone/kdesign/commit/0239ee776ee92add8e8174369bf0f580ec9f3bee))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* [breadcrumb] 新增面包屑组件 closed [#693](https://github.com/kdcloudone/kdesign/issues/693) ([c676d90](https://github.com/kdcloudone/kdesign/commit/c676d90f61a3c3ef8186912a20a9562d43000d58))
|
|
12
|
+
* [divider] 新增分割线组件 closed [#635](https://github.com/kdcloudone/kdesign/issues/635) ([479284b](https://github.com/kdcloudone/kdesign/commit/479284b0802d7eaf006ecaa14fcaf1180748714e))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [1.7.46](https://github.com/kdcloudone/kdesign/compare/v1.7.45...v1.7.46) (2024-01-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* [city-picker] 修复国内版回填的提示内容显示问题 fix [#708](https://github.com/kdcloudone/kdesign/issues/708) ([39d36ae](https://github.com/kdcloudone/kdesign/commit/39d36aec993a4ca078a530a17c9cf4cd8ea84298))
|
|
22
|
+
* [select] 调整全选逻辑 fix [#687](https://github.com/kdcloudone/kdesign/issues/687) ([1c1a893](https://github.com/kdcloudone/kdesign/commit/1c1a893e2ddc2d02b6bebbbc6fa0e066471318ad))
|
|
23
|
+
* [tree] 修复勾选时onCheck函数返回了错误的halfCheckedKeys fix [#710](https://github.com/kdcloudone/kdesign/issues/710) ([8d8d739](https://github.com/kdcloudone/kdesign/commit/8d8d7396f42f05d4956d410377f595523bf3fa48))
|
|
24
|
+
* [usePopper] 修复下拉面板未对齐问题 fix [#712](https://github.com/kdcloudone/kdesign/issues/712) ([9fafa4f](https://github.com/kdcloudone/kdesign/commit/9fafa4fae1920a288fcb84f0d6b811d1ba0fa9c5))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* [tree] 新增api expandOnFilterNode支持过滤时是否显示过滤节点的下级 fix [#707](https://github.com/kdcloudone/kdesign/issues/707) ([f589bc4](https://github.com/kdcloudone/kdesign/commit/f589bc40ea6e05ad8a460897bbe97b10cc09f336))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
1
33
|
## [1.7.45](https://github.com/kdcloudone/kdesign/compare/v1.7.44...v1.7.45) (2024-01-04)
|
|
2
34
|
|
|
3
35
|
|