@kdcloudjs/kdesign 1.7.33-stable.14 → 1.7.33-stable.15
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 +1087 -847
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +1145 -2656
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +5 -5
- package/dist/kdesign.min.js.map +1 -1
- package/es/_utils/usePopper.js +4 -0
- package/lib/_utils/usePopper.js +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,1987 +1,2227 @@
|
|
|
1
|
-
## [1.7
|
|
1
|
+
## [1.8.7](https://github.com/kingdee/kdesign/compare/v1.8.6...v1.8.7) (2024-08-23)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* [
|
|
7
|
-
* [
|
|
8
|
-
* [
|
|
9
|
-
* [
|
|
10
|
-
* [
|
|
11
|
-
* [select] 更新清空按钮图标 fix [#803](https://github.com/kdcloudone/kdesign/issues/803) ([69d0f9d](https://github.com/kdcloudone/kdesign/commit/69d0f9d9f86386af8124b809fe89d1dbf6ca8f97))
|
|
6
|
+
* [cli] 修复在笔记本上demo演示位置错乱\&table组件下右侧导航无法点击 fix [#875](https://github.com/kingdee/kdesign/issues/875) ([6d80e6a](https://github.com/kingdee/kdesign/commit/6d80e6adaa9a6693a6fef538b2553ec5c4de0dcb))
|
|
7
|
+
* [collapse] 修复未设置assist和extra处于多余元素的问题 fix [#828](https://github.com/kingdee/kdesign/issues/828) ([0f736eb](https://github.com/kingdee/kdesign/commit/0f736eb8c64cfda5d002a7bb3501908e869ed57f))
|
|
8
|
+
* [locale] 修复form表单的tip翻译 ([9b201b5](https://github.com/kingdee/kdesign/commit/9b201b583f0fdc08169e29f80bc4265a8e9a2752))
|
|
9
|
+
* [select] 修复ie浏览器多选模式下输入框无法聚焦问题 fix [#872](https://github.com/kingdee/kdesign/issues/872) ([3c1b21c](https://github.com/kingdee/kdesign/commit/3c1b21c708626bfd198d35e8eae654bb7af6cfe5))
|
|
10
|
+
* [select] 修复ie浏览器多选模式下输入框无法聚焦问题 fix [#872](https://github.com/kingdee/kdesign/issues/872) ([e0a8c73](https://github.com/kingdee/kdesign/commit/e0a8c734a4bba10c97a73d3b5a8adef281a9cf66))
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
|
|
15
|
-
## [1.
|
|
14
|
+
## [1.8.6](https://github.com/kingdee/kdesign/compare/v1.8.5...v1.8.6) (2024-08-16)
|
|
16
15
|
|
|
17
16
|
|
|
18
17
|
### Bug Fixes
|
|
19
18
|
|
|
20
|
-
* [
|
|
21
|
-
* [
|
|
22
|
-
* [
|
|
23
|
-
* [signature] 更新快照 ([a1eec0f](https://github.com/kdcloudone/kdesign/commit/a1eec0f93b4252af469b8a3540242ba69c840b93))
|
|
19
|
+
* [grid] 修复在chrome 83版本上的下间距失效的问题 fix [#865](https://github.com/kingdee/kdesign/issues/865) ([d024b5d](https://github.com/kingdee/kdesign/commit/d024b5d2ec9076ea3c91fd98fd532d1350ea64a2))
|
|
20
|
+
* [modal] 修复在ie浏览器下被遮挡问题 fix [#862](https://github.com/kingdee/kdesign/issues/862) ([54c4923](https://github.com/kingdee/kdesign/commit/54c492338c5fbc1ec12fe0e175f3855365edeb77))
|
|
21
|
+
* [select] 修复在ie浏览器多选模式tag显示异常问题 fix [#863](https://github.com/kingdee/kdesign/issues/863) ([af38cc1](https://github.com/kingdee/kdesign/commit/af38cc14f59b78779ef02cd62b812769066a75aa))
|
|
24
22
|
|
|
25
23
|
|
|
26
24
|
### Features
|
|
27
25
|
|
|
28
|
-
* [
|
|
29
|
-
* [signature]处理细节 ([aa05cb3](https://github.com/kdcloudone/kdesign/commit/aa05cb3738593d1462d0bd082aa98a548a347212))
|
|
30
|
-
* [signature]解决不兼容ie11的问题 ([42f2df9](https://github.com/kdcloudone/kdesign/commit/42f2df9df9fbd8cc2982b7282822c7a03b854b83))
|
|
31
|
-
* [signature]解决ie11兼容问题 ([19b6058](https://github.com/kdcloudone/kdesign/commit/19b605875f1077892978571c55e21d641e7c317b))
|
|
32
|
-
* [signature]手写签名组件单测快照文件提交 ([f566202](https://github.com/kdcloudone/kdesign/commit/f5662020bcad66c5b7a3ec5e1759d16512323e39))
|
|
33
|
-
* [signature]手写签名组件文档说明补充 ([37f4137](https://github.com/kdcloudone/kdesign/commit/37f4137ff2c8a81682f2257450ec51b9975e3a89))
|
|
26
|
+
* [locale] 新增英文语言包 fix [#867](https://github.com/kingdee/kdesign/issues/867) ([5142f23](https://github.com/kingdee/kdesign/commit/5142f23d64c0f7869531391a52e1b4a7acaf23d6))
|
|
34
27
|
|
|
35
28
|
|
|
36
29
|
|
|
37
|
-
## [1.
|
|
30
|
+
## [1.8.5](https://github.com/kingdee/kdesign/compare/v1.8.4...v1.8.5) (2024-08-15)
|
|
38
31
|
|
|
39
32
|
|
|
40
33
|
### Bug Fixes
|
|
41
34
|
|
|
42
|
-
* [
|
|
43
|
-
* [tree-select] 修复多选点击清空按钮报错问题 fix [#785](https://github.com/kdcloudone/kdesign/issues/785) ([8f91a99](https://github.com/kdcloudone/kdesign/commit/8f91a99053adedef8ec15ffb276f20b09e8dddf7))
|
|
35
|
+
* [popper]修复点击事件阻止冒泡 ([bcbf3df](https://github.com/kingdee/kdesign/commit/bcbf3dfcc1eed23bb6428debe246f8820b5d0b83))
|
|
44
36
|
|
|
45
37
|
|
|
46
38
|
|
|
47
|
-
## [1.
|
|
39
|
+
## [1.8.4](https://github.com/kingdee/kdesign/compare/v1.8.3...v1.8.4) (2024-08-14)
|
|
48
40
|
|
|
49
41
|
|
|
50
42
|
### Bug Fixes
|
|
51
43
|
|
|
52
|
-
* [
|
|
53
|
-
* [
|
|
54
|
-
* [
|
|
55
|
-
* [
|
|
44
|
+
* [base-data] 修复多选模式下输入框文字显示异常问题 fix [#858](https://github.com/kingdee/kdesign/issues/858) ([1eb2594](https://github.com/kingdee/kdesign/commit/1eb259495ebf2231388cc108c1244251b94a8136))
|
|
45
|
+
* [cli] 更新所有组件的默认字体族 fix [#860](https://github.com/kingdee/kdesign/issues/860) ([8eac9b7](https://github.com/kingdee/kdesign/commit/8eac9b7c377ae816b116d6c00246fcef298c972e))
|
|
46
|
+
* [color-picker] 修改颜色组件中预设颜色容器布局在IE11中不兼容的问题 fix [#856](https://github.com/kingdee/kdesign/issues/856) ([f0a9be7](https://github.com/kingdee/kdesign/commit/f0a9be707cd73b6cc39c246bc5d6ca40da7082cf))
|
|
47
|
+
* [popper]修复箭头样式问题 ([616a851](https://github.com/kingdee/kdesign/commit/616a8516e0045b979711dbf9b9353221ac479aa7))
|
|
48
|
+
* [select] 修复多选模式下设置optionLabelProp不生效 fix [#855](https://github.com/kingdee/kdesign/issues/855) ([b00de2c](https://github.com/kingdee/kdesign/commit/b00de2cd986ec28816525c2ab6d3dcc01eeffb14))
|
|
56
49
|
|
|
57
50
|
|
|
58
51
|
|
|
59
|
-
## [1.
|
|
52
|
+
## [1.8.3](https://github.com/kingdee/kdesign/compare/v1.8.2...v1.8.3) (2024-08-09)
|
|
60
53
|
|
|
61
54
|
|
|
62
55
|
### Bug Fixes
|
|
63
56
|
|
|
64
|
-
* [
|
|
65
|
-
* [
|
|
66
|
-
*
|
|
67
|
-
*
|
|
57
|
+
* [carousel] 修复children只有一项不显示的问题 fix [#852](https://github.com/kingdee/kdesign/issues/852) ([2b6ab10](https://github.com/kingdee/kdesign/commit/2b6ab107b1e167226ca7484d2666755207437b20))
|
|
58
|
+
* [signature] 修复单测报错 ([409fd89](https://github.com/kingdee/kdesign/commit/409fd8971ec4f0a4f977cca45ac880eeb7fbcec1))
|
|
59
|
+
* 【signature】清除按钮改为默认显示 [#846](https://github.com/kingdee/kdesign/issues/846) ([61f1be4](https://github.com/kingdee/kdesign/commit/61f1be4d47548ce56e55fd6123090a6ffdf451d9))
|
|
60
|
+
* 【signature】缩略图的高度与空状态入口的高度不一致 [#847](https://github.com/kingdee/kdesign/issues/847) ([eeeb574](https://github.com/kingdee/kdesign/commit/eeeb574039ecc29bdfa479322386a1e9cfacb736))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* [date-picker] 新增国际化配置 ([ad6cb83](https://github.com/kingdee/kdesign/commit/ad6cb833add40e274dc27d8b2939fdcc1a11c1f5))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Reverts
|
|
69
|
+
|
|
70
|
+
* Revert "feat: [date-picker] 新增国际化配置" ([3bc4214](https://github.com/kingdee/kdesign/commit/3bc421404ca77b5ca558e8bc524ad9e2fb680cec))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## [1.8.2](https://github.com/kingdee/kdesign/compare/v1.8.1...v1.8.2) (2024-08-07)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Bug Fixes
|
|
78
|
+
|
|
79
|
+
* [image] 修复预览组的子集Image设置preview为false时还可以预览问题 fix [#850](https://github.com/kingdee/kdesign/issues/850) ([ef5b2a6](https://github.com/kingdee/kdesign/commit/ef5b2a62297098e1604bde3da9d58dbe73fbeb3e))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## [1.8.1](https://github.com/kingdee/kdesign/compare/v1.8.0...v1.8.1) (2024-08-06)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* [image] 新增api items提供预览数组功能 fix [#731](https://github.com/kingdee/kdesign/issues/731) ([5587171](https://github.com/kingdee/kdesign/commit/5587171dcc6f65dc18f11d319b57cb2be06d8b33))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
# [1.8.0](https://github.com/kingdee/kdesign/compare/v1.7.71...v1.8.0) (2024-08-01)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## [1.7.48-usePopper.2](https://github.com/kingdee/kdesign/compare/v1.7.58...v1.7.48-usePopper.2) (2024-04-24)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
* [popper] 修复bug ([613305e](https://github.com/kingdee/kdesign/commit/613305e4f1aad27d73262d355e083498be74d2b6))
|
|
102
|
+
* [popper] 修复bug ([0082463](https://github.com/kingdee/kdesign/commit/00824638c7e7b7232c76b298605ce0f530d70c78))
|
|
103
|
+
* [popper]修复问题添加单测 ([ef33f41](https://github.com/kingdee/kdesign/commit/ef33f41e9d2b685f1e1a47a627a2d88ac4c60177))
|
|
104
|
+
* [popper]修复bug ([17af0aa](https://github.com/kingdee/kdesign/commit/17af0aa62aae885ef684691bf421ee9050a8e00b))
|
|
105
|
+
* [popper]fix bug ([a9c68f3](https://github.com/kingdee/kdesign/commit/a9c68f3afeb98dfa1fcd2fcdf0347d9b87813747))
|
|
106
|
+
* [tooltip] 更新快照 ([d72eacf](https://github.com/kingdee/kdesign/commit/d72eacf08852189d7a731db7afb9a62adb24449a))
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
* [popper] 新增popper组件 ([c428886](https://github.com/kingdee/kdesign/commit/c42888666496931981cab267cf8cb19bd8cf24c8))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
## [1.7.71](https://github.com/kingdee/kdesign/compare/v1.7.70...v1.7.71) (2024-08-01)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
* [date-picker]disabledData增加info参数 fix [#825](https://github.com/kingdee/kdesign/issues/825) ([2032abd](https://github.com/kingdee/kdesign/commit/2032abd75da8d6632e94dc2c5da43591355b3517))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## [1.7.70](https://github.com/kingdee/kdesign/compare/v1.7.69...v1.7.70) (2024-07-31)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
* [image] 新增国际化配置 ([2c78198](https://github.com/kingdee/kdesign/commit/2c78198ecff1dcc566f12a2ece310562a4f3e117))
|
|
130
|
+
* [select] 新增国际化配置 ([014a70c](https://github.com/kingdee/kdesign/commit/014a70ce8ed64194c84d8c3a500522b956e6b8fe))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Features
|
|
134
|
+
|
|
135
|
+
* [base-data] 新增国际化配置 ([44606b6](https://github.com/kingdee/kdesign/commit/44606b69c5338d2871ef20aa2a5d361df788c889))
|
|
136
|
+
* [cascader] 新增国际化配置 ([#838](https://github.com/kingdee/kdesign/issues/838)) ([b20ae83](https://github.com/kingdee/kdesign/commit/b20ae836c7c6403a43523b1575d20b31a39f65ba))
|
|
137
|
+
* [city-picker] 新增国际化配置 ([41d596e](https://github.com/kingdee/kdesign/commit/41d596e627562667d93214758ca1ccd495ef93ca))
|
|
138
|
+
* [color-picker] 新增国际化配置 ([7d4ada8](https://github.com/kingdee/kdesign/commit/7d4ada819643698d654d84504242fe04119952ae))
|
|
139
|
+
* [image-cropper] 新增国际化配置 ([7446995](https://github.com/kingdee/kdesign/commit/7446995715043e4c5087b9f1ffc9408ae2906b28))
|
|
140
|
+
* [notification] 新增国际化配置 ([82d99ab](https://github.com/kingdee/kdesign/commit/82d99aba55b7d831645c63a81b4d83dd770cee76))
|
|
141
|
+
* [others]:新增国际化配置 ([e650508](https://github.com/kingdee/kdesign/commit/e65050869d2f50f29f49b178bf511cc983c83e1b))
|
|
142
|
+
* [QRCode] 新增国际化新功能 ([#842](https://github.com/kingdee/kdesign/issues/842)) ([0388f21](https://github.com/kingdee/kdesign/commit/0388f211378cbc8c2603bd3ab90d7b781c2c850f))
|
|
143
|
+
* [search] 新增国际化配置 ([e997f62](https://github.com/kingdee/kdesign/commit/e997f62e10d576f1534450fcd59b889a95946e77))
|
|
144
|
+
* [tree-select] 新增国际化配置 ([ff58b4e](https://github.com/kingdee/kdesign/commit/ff58b4e6016fe48dfcad4d98852fb24dcd810a28))
|
|
145
|
+
* [upload] 新增国际化配置 ([b1a7111](https://github.com/kingdee/kdesign/commit/b1a7111854344b3cb7e9b57ea83ccee366320e35))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## [1.7.69](https://github.com/kingdee/kdesign/compare/v1.7.68...v1.7.69) (2024-07-18)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* [radio] 添加文字hover的提示title fix [#831](https://github.com/kingdee/kdesign/issues/831) ([b4ba85c](https://github.com/kingdee/kdesign/commit/b4ba85c3d2a81ccd37bc8c5eaaa090c16de80c3b))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## [1.7.68](https://github.com/kingdee/kdesign/compare/v1.7.67...v1.7.68) (2024-07-05)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## [1.7.67](https://github.com/kingdee/kdesign/compare/v1.7.66...v1.7.67) (2024-06-20)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Bug Fixes
|
|
166
|
+
|
|
167
|
+
* [empty] 更新单测快照 ([d87899f](https://github.com/kingdee/kdesign/commit/d87899f510743d7041c270ddab6333acc568d923))
|
|
168
|
+
* [empty] 修复在其他svg影响下导致的不显示问题 fix [#823](https://github.com/kingdee/kdesign/issues/823) ([5bfd861](https://github.com/kingdee/kdesign/commit/5bfd86160fd0a6f5cdd3db770d555d46c256fbb1))
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## [1.7.66](https://github.com/kingdee/kdesign/compare/v1.7.65...v1.7.66) (2024-06-19)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Bug Fixes
|
|
176
|
+
|
|
177
|
+
* [tree] 修复虚拟滚动时节点显示异常问题 fix [#821](https://github.com/kingdee/kdesign/issues/821) ([d090d7c](https://github.com/kingdee/kdesign/commit/d090d7c693a697021b11bd0b33ac91e28371065e))
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
## [1.7.65](https://github.com/kingdee/kdesign/compare/v1.7.64...v1.7.65) (2024-06-19)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* [base-data] 修复多选删除不生效问题 fix [#817](https://github.com/kingdee/kdesign/issues/817) ([f84a3cc](https://github.com/kingdee/kdesign/commit/f84a3cc12dbcb41b5ff822b089b3b2c2c6a3a373))
|
|
187
|
+
* [cli] 更改菜单栏 提示弹窗 =\> 弹出框 ([a9fe3bd](https://github.com/kingdee/kdesign/commit/a9fe3bd7df6a2e116c939b328aea0d9f194bacba))
|
|
188
|
+
* [cli] 更改图片裁剪在菜单中位置 展示 =\> 表单 ([129832d](https://github.com/kingdee/kdesign/commit/129832d6fb40d08f72df8025a9341f4e59bbdfd0))
|
|
189
|
+
* [cli] 左侧菜单导航更新 数据展示 =\> 展示 ([9d497e0](https://github.com/kingdee/kdesign/commit/9d497e0f8e902c80787baba792932279a72b23f2))
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## [1.7.64](https://github.com/kingdee/kdesign/compare/v1.7.63...v1.7.64) (2024-06-14)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Bug Fixes
|
|
197
|
+
|
|
198
|
+
* [base-data] 修复基础资料控件报错 fix [#815](https://github.com/kingdee/kdesign/issues/815) ([faac794](https://github.com/kingdee/kdesign/commit/faac7948c7ecdac5d03af078998134b4709aa50e))
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
## [1.7.63](https://github.com/kingdee/kdesign/compare/v1.7.62...v1.7.63) (2024-06-06)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Bug Fixes
|
|
206
|
+
|
|
207
|
+
* [tree-select] 修复节点传入非字符类型title显示异常问题 fix [#807](https://github.com/kingdee/kdesign/issues/807) ([d8990d2](https://github.com/kingdee/kdesign/commit/d8990d2c910326691825287f98c06afce3848019))
|
|
208
|
+
* [tree-select] 修复visible受控不生效 fix [#808](https://github.com/kingdee/kdesign/issues/808) ([bd633f3](https://github.com/kingdee/kdesign/commit/bd633f3591d18262154619807cffaa4b2a4c69f1))
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
## [1.7.62](https://github.com/kingdee/kdesign/compare/v1.7.61...v1.7.62) (2024-05-30)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Bug Fixes
|
|
216
|
+
|
|
217
|
+
* [cascader] 修复ie浏览器下下拉箭头不显示的问题 fix [#811](https://github.com/kingdee/kdesign/issues/811) ([99fdeb4](https://github.com/kingdee/kdesign/commit/99fdeb4e4383fedbecc0875e41847110df047454))
|
|
218
|
+
* [city-picker] 修复在ie11上点击控件输入框无法聚焦的问题 fix [#809](https://github.com/kingdee/kdesign/issues/809) ([f98ea62](https://github.com/kingdee/kdesign/commit/f98ea6245a0d000a2bd73215ef2c69436e13f34e))
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## [1.7.61](https://github.com/kingdee/kdesign/compare/v1.7.60...v1.7.61) (2024-05-24)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Bug Fixes
|
|
226
|
+
|
|
227
|
+
* [city-picker] 修复清空按钮不居中的问题 fix [#802](https://github.com/kingdee/kdesign/issues/802) ([d250a7f](https://github.com/kingdee/kdesign/commit/d250a7f209aeb0c566abf71998238e42205ba68b))
|
|
228
|
+
* [cli] 添加最新语言包链接 ([05e9c9f](https://github.com/kingdee/kdesign/commit/05e9c9f47aa39a877dbec7e5744bc5f9f8ae23b7))
|
|
229
|
+
* [date-picker]修复国际化问题 fix [#797](https://github.com/kingdee/kdesign/issues/797) ([4053f02](https://github.com/kingdee/kdesign/commit/4053f02a68e700cbf56eeb2a9391d54f914a5d44))
|
|
230
|
+
* [modal] 修复弹窗在关闭时按esc会执行onCancel的问题 fix [#748](https://github.com/kingdee/kdesign/issues/748) ([012bf47](https://github.com/kingdee/kdesign/commit/012bf47ff61ace8c04e9f199e065410b5758033e))
|
|
231
|
+
* [popconfirm] 修复message属性传值问题 fix [#799](https://github.com/kingdee/kdesign/issues/799) ([8215a68](https://github.com/kingdee/kdesign/commit/8215a681de81995848826de9185dff436198de0e))
|
|
232
|
+
* [select] 更新清空按钮图标 fix [#803](https://github.com/kingdee/kdesign/issues/803) ([69d0f9d](https://github.com/kingdee/kdesign/commit/69d0f9d9f86386af8124b809fe89d1dbf6ca8f97))
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
## [1.7.60](https://github.com/kingdee/kdesign/compare/v1.7.59...v1.7.60) (2024-05-17)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Bug Fixes
|
|
240
|
+
|
|
241
|
+
* [cascader]修复初次渲染问题 fix [#791](https://github.com/kingdee/kdesign/issues/791) ([36b177d](https://github.com/kingdee/kdesign/commit/36b177d68cd1c0cc36da64eaab2e4d0debda96c2))
|
|
242
|
+
* [cli] 更新品牌logo ([024a574](https://github.com/kingdee/kdesign/commit/024a5749b18a315eae1f45000781ed4472f90ecf))
|
|
243
|
+
* [date-picker]修复非法日期显示问题 fix [#787](https://github.com/kingdee/kdesign/issues/787) ([479cb53](https://github.com/kingdee/kdesign/commit/479cb53c0e932438a76a952b0feaa913a39559ca))
|
|
244
|
+
* [signature] 更新快照 ([a1eec0f](https://github.com/kingdee/kdesign/commit/a1eec0f93b4252af469b8a3540242ba69c840b93))
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Features
|
|
248
|
+
|
|
249
|
+
* [signature] 手写签名组件新组件开发 [#658](https://github.com/kingdee/kdesign/issues/658) ([244d911](https://github.com/kingdee/kdesign/commit/244d9116049a0fc823027460cda2f798d91066e8))
|
|
250
|
+
* [signature]处理细节 ([aa05cb3](https://github.com/kingdee/kdesign/commit/aa05cb3738593d1462d0bd082aa98a548a347212))
|
|
251
|
+
* [signature]解决不兼容ie11的问题 ([42f2df9](https://github.com/kingdee/kdesign/commit/42f2df9df9fbd8cc2982b7282822c7a03b854b83))
|
|
252
|
+
* [signature]解决ie11兼容问题 ([19b6058](https://github.com/kingdee/kdesign/commit/19b605875f1077892978571c55e21d641e7c317b))
|
|
253
|
+
* [signature]手写签名组件单测快照文件提交 ([f566202](https://github.com/kingdee/kdesign/commit/f5662020bcad66c5b7a3ec5e1759d16512323e39))
|
|
254
|
+
* [signature]手写签名组件文档说明补充 ([37f4137](https://github.com/kingdee/kdesign/commit/37f4137ff2c8a81682f2257450ec51b9975e3a89))
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## [1.7.59](https://github.com/kingdee/kdesign/compare/v1.7.48-usePopper.2...v1.7.59) (2024-05-09)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Bug Fixes
|
|
262
|
+
|
|
263
|
+
* [date-picker]修复时间范围顺序问题 fix [#786](https://github.com/kingdee/kdesign/issues/786) ([d2721a9](https://github.com/kingdee/kdesign/commit/d2721a97d3bcf158cc887727e733c5cfbb1ab3d7))
|
|
264
|
+
* [tree-select] 修复多选点击清空按钮报错问题 fix [#785](https://github.com/kingdee/kdesign/issues/785) ([8f91a99](https://github.com/kingdee/kdesign/commit/8f91a99053adedef8ec15ffb276f20b09e8dddf7))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
## [1.7.48-usePopper.2](https://github.com/kingdee/kdesign/compare/v1.7.58...v1.7.48-usePopper.2) (2024-04-24)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Bug Fixes
|
|
272
|
+
|
|
273
|
+
* [popper] 修复bug ([613305e](https://github.com/kingdee/kdesign/commit/613305e4f1aad27d73262d355e083498be74d2b6))
|
|
274
|
+
* [popper] 修复bug ([0082463](https://github.com/kingdee/kdesign/commit/00824638c7e7b7232c76b298605ce0f530d70c78))
|
|
275
|
+
* [popper]修复问题添加单测 ([ef33f41](https://github.com/kingdee/kdesign/commit/ef33f41e9d2b685f1e1a47a627a2d88ac4c60177))
|
|
276
|
+
* [popper]修复bug ([17af0aa](https://github.com/kingdee/kdesign/commit/17af0aa62aae885ef684691bf421ee9050a8e00b))
|
|
277
|
+
* [popper]fix bug ([a9c68f3](https://github.com/kingdee/kdesign/commit/a9c68f3afeb98dfa1fcd2fcdf0347d9b87813747))
|
|
278
|
+
* [tooltip] 更新快照 ([d72eacf](https://github.com/kingdee/kdesign/commit/d72eacf08852189d7a731db7afb9a62adb24449a))
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Features
|
|
282
|
+
|
|
283
|
+
* [popper] 新增popper组件 ([c428886](https://github.com/kingdee/kdesign/commit/c42888666496931981cab267cf8cb19bd8cf24c8))
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## [1.7.58](https://github.com/kingdee/kdesign/compare/v1.7.57...v1.7.58) (2024-04-22)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Bug Fixes
|
|
291
|
+
|
|
292
|
+
* [date-picker] 修复禁止全局mousedown事件后,导致触发元素隐藏后popper面板不隐藏的问题 fix [#780](https://github.com/kingdee/kdesign/issues/780) ([9e47ae3](https://github.com/kingdee/kdesign/commit/9e47ae3003bdba9fce43eeed4bc73fcf1924570e))
|
|
293
|
+
* [date-picker]处理tab键异常问题 fix [#778](https://github.com/kingdee/kdesign/issues/778) ([b9822ae](https://github.com/kingdee/kdesign/commit/b9822aef12670df8c3f5e84853d7124a04faf86d))
|
|
294
|
+
* [date-picker]修复值输入问题 fix [#777](https://github.com/kingdee/kdesign/issues/777) ([5347cf4](https://github.com/kingdee/kdesign/commit/5347cf4004f76732b52da8ac5841a9e6320cd8b3))
|
|
295
|
+
* [tooltip]修复placement受控问题 fix [#776](https://github.com/kingdee/kdesign/issues/776) ([05f0112](https://github.com/kingdee/kdesign/commit/05f01120420f40bab50b55180dc136037b541047))
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
## [1.7.57](https://github.com/kingdee/kdesign/compare/v1.7.56...v1.7.57) (2024-04-12)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Bug Fixes
|
|
303
|
+
|
|
304
|
+
* [date-picker]关闭弹窗显示问题 fix [#772](https://github.com/kingdee/kdesign/issues/772) ([cfdb112](https://github.com/kingdee/kdesign/commit/cfdb1125669290868ace98e999a4c2d2554a1eba))
|
|
305
|
+
* [date-picker]修复快捷选择年月显示错误问题 ([b8c45fa](https://github.com/kingdee/kdesign/commit/b8c45fa64322a7bbf6d441cc94ebf4586c2c62da))
|
|
306
|
+
* [date-picker]修复视图显示错误 fix [#767](https://github.com/kingdee/kdesign/issues/767) ([aaf8189](https://github.com/kingdee/kdesign/commit/aaf8189fa310432056679e66e7da52329f0509b8))
|
|
307
|
+
* [date-picker]修复输入框值问题 fix [#771](https://github.com/kingdee/kdesign/issues/771) ([9571b4e](https://github.com/kingdee/kdesign/commit/9571b4eb7556d4ee2d2e5efe1e0c3e0c4b3987f8))
|
|
68
308
|
|
|
69
309
|
|
|
70
310
|
|
|
71
|
-
## [1.7.56](https://github.com/
|
|
311
|
+
## [1.7.56](https://github.com/kingdee/kdesign/compare/v1.7.55...v1.7.56) (2024-04-11)
|
|
72
312
|
|
|
73
313
|
|
|
74
314
|
### Bug Fixes
|
|
75
315
|
|
|
76
|
-
* [color-picker] 修复onChange的参数异常问题 fix [#762](https://github.com/
|
|
77
|
-
* [date-picker]修复null值问题 fix [#760](https://github.com/
|
|
78
|
-
* [radio] 修复设置onChange为undefined时控制台的报错 fix [#764](https://github.com/
|
|
79
|
-
* [radio] 修复radio被截断的视觉问题 fix [#765](https://github.com/
|
|
316
|
+
* [color-picker] 修复onChange的参数异常问题 fix [#762](https://github.com/kingdee/kdesign/issues/762) ([142a0b6](https://github.com/kingdee/kdesign/commit/142a0b6a09f0a201b9d9f0ec9b89af4d5c76e689))
|
|
317
|
+
* [date-picker]修复null值问题 fix [#760](https://github.com/kingdee/kdesign/issues/760) ([5def791](https://github.com/kingdee/kdesign/commit/5def791e630512690a92ed98f409d3357fb23dde))
|
|
318
|
+
* [radio] 修复设置onChange为undefined时控制台的报错 fix [#764](https://github.com/kingdee/kdesign/issues/764) ([a29acc1](https://github.com/kingdee/kdesign/commit/a29acc1989951313fe538ee93008671d478aac55))
|
|
319
|
+
* [radio] 修复radio被截断的视觉问题 fix [#765](https://github.com/kingdee/kdesign/issues/765) fix [#766](https://github.com/kingdee/kdesign/issues/766) ([6353dbc](https://github.com/kingdee/kdesign/commit/6353dbcf439a4c29ac7a6cc4790b3c442268d7df))
|
|
80
320
|
|
|
81
321
|
|
|
82
322
|
|
|
83
|
-
## [1.7.55](https://github.com/
|
|
323
|
+
## [1.7.55](https://github.com/kingdee/kdesign/compare/v1.7.54...v1.7.55) (2024-04-03)
|
|
84
324
|
|
|
85
325
|
|
|
86
326
|
### Bug Fixes
|
|
87
327
|
|
|
88
|
-
* [city-picker] 修复使用火狐浏览器时下拉面板第一次打开从左侧飞出来 fix [#753](https://github.com/
|
|
89
|
-
* [color-picker] 修复由于第三包不支持ie11的问题 fix [#739](https://github.com/
|
|
90
|
-
* [grid] 修复在chrome下间距失效的问题 fix [#758](https://github.com/
|
|
328
|
+
* [city-picker] 修复使用火狐浏览器时下拉面板第一次打开从左侧飞出来 fix [#753](https://github.com/kingdee/kdesign/issues/753) ([8ec2e10](https://github.com/kingdee/kdesign/commit/8ec2e10c9a851a92f00cd1d877801ead10617b37))
|
|
329
|
+
* [color-picker] 修复由于第三包不支持ie11的问题 fix [#739](https://github.com/kingdee/kdesign/issues/739) ([ce4966c](https://github.com/kingdee/kdesign/commit/ce4966cf347c0119d08ea7fa9fbd47cd65bb6841))
|
|
330
|
+
* [grid] 修复在chrome下间距失效的问题 fix [#758](https://github.com/kingdee/kdesign/issues/758) ([4025705](https://github.com/kingdee/kdesign/commit/4025705d83d60a3b3fd3340737043e54b0ab78d6))
|
|
91
331
|
|
|
92
332
|
|
|
93
333
|
### Reverts
|
|
94
334
|
|
|
95
|
-
* Revert "fix: [color-picker] 修复由于第三包不支持ie11的问题 fix #739" ([13cebba](https://github.com/
|
|
335
|
+
* Revert "fix: [color-picker] 修复由于第三包不支持ie11的问题 fix #739" ([13cebba](https://github.com/kingdee/kdesign/commit/13cebbac468857c1fe552c533055ac5e407eb08d)), closes [#739](https://github.com/kingdee/kdesign/issues/739)
|
|
96
336
|
|
|
97
337
|
|
|
98
338
|
|
|
99
|
-
## [1.7.54](https://github.com/
|
|
339
|
+
## [1.7.54](https://github.com/kingdee/kdesign/compare/v1.7.53...v1.7.54) (2024-03-25)
|
|
100
340
|
|
|
101
341
|
|
|
102
342
|
### Bug Fixes
|
|
103
343
|
|
|
104
|
-
* [split-panel] 修复父容器设置为隐藏时的初始化尺寸问题 fix [#754](https://github.com/
|
|
344
|
+
* [split-panel] 修复父容器设置为隐藏时的初始化尺寸问题 fix [#754](https://github.com/kingdee/kdesign/issues/754) ([8f56c40](https://github.com/kingdee/kdesign/commit/8f56c402c526c6df102378324e2c942dc00f2d60))
|
|
105
345
|
|
|
106
346
|
|
|
107
347
|
|
|
108
|
-
## [1.7.53](https://github.com/
|
|
348
|
+
## [1.7.53](https://github.com/kingdee/kdesign/compare/v1.7.52...v1.7.53) (2024-03-21)
|
|
109
349
|
|
|
110
350
|
|
|
111
351
|
### Bug Fixes
|
|
112
352
|
|
|
113
|
-
* [filter]修复设置defaultValue问题 fix [#726](https://github.com/
|
|
114
|
-
* [input]修复textarea设值问题 fix [#746](https://github.com/
|
|
115
|
-
* [tree] 修复传入scrollToKey导致已选中节点的父节点展开收起功能失效 fix [#743](https://github.com/
|
|
353
|
+
* [filter]修复设置defaultValue问题 fix [#726](https://github.com/kingdee/kdesign/issues/726) ([0bf655e](https://github.com/kingdee/kdesign/commit/0bf655e9853f6a501e4eb29bf9fed2f934778a4e))
|
|
354
|
+
* [input]修复textarea设值问题 fix [#746](https://github.com/kingdee/kdesign/issues/746) ([0c85006](https://github.com/kingdee/kdesign/commit/0c8500635e6c1975a50672774b108ecef6384d46))
|
|
355
|
+
* [tree] 修复传入scrollToKey导致已选中节点的父节点展开收起功能失效 fix [#743](https://github.com/kingdee/kdesign/issues/743) ([ab8dce7](https://github.com/kingdee/kdesign/commit/ab8dce768d7961d04e32318f51f4115140fbe5a5))
|
|
116
356
|
|
|
117
357
|
|
|
118
358
|
|
|
119
|
-
## [1.7.52](https://github.com/
|
|
359
|
+
## [1.7.52](https://github.com/kingdee/kdesign/compare/v1.7.51...v1.7.52) (2024-03-08)
|
|
120
360
|
|
|
121
361
|
|
|
122
362
|
### Reverts
|
|
123
363
|
|
|
124
|
-
* Revert "fix: [color-picker] 修复由于第三包不支持ie11的问题 fix #739" ([1502a83](https://github.com/
|
|
364
|
+
* Revert "fix: [color-picker] 修复由于第三包不支持ie11的问题 fix #739" ([1502a83](https://github.com/kingdee/kdesign/commit/1502a83b435eceeff6099fe03482a7eaadcf5952)), closes [#739](https://github.com/kingdee/kdesign/issues/739)
|
|
125
365
|
|
|
126
366
|
|
|
127
367
|
|
|
128
|
-
## [1.7.51](https://github.com/
|
|
368
|
+
## [1.7.51](https://github.com/kingdee/kdesign/compare/v1.7.50...v1.7.51) (2024-03-07)
|
|
129
369
|
|
|
130
370
|
|
|
131
371
|
### Bug Fixes
|
|
132
372
|
|
|
133
|
-
* [color-picker] 修复由于第三包不支持ie11的问题 fix [#739](https://github.com/
|
|
134
|
-
* [grid] 修复控制台报错 fix [#733](https://github.com/
|
|
135
|
-
* [qr-code] 修复由于第三方包不支持ie11导致的问题 fix [#740](https://github.com/
|
|
136
|
-
* [test] 修复单测报错 ([fbd388b](https://github.com/
|
|
373
|
+
* [color-picker] 修复由于第三包不支持ie11的问题 fix [#739](https://github.com/kingdee/kdesign/issues/739) ([ef2a6aa](https://github.com/kingdee/kdesign/commit/ef2a6aa4c9c64daabc43f1c2ad63108b8faf3931))
|
|
374
|
+
* [grid] 修复控制台报错 fix [#733](https://github.com/kingdee/kdesign/issues/733) ([21564c8](https://github.com/kingdee/kdesign/commit/21564c8260dbe3f4bfcf30cd16720a3a6c044aa1))
|
|
375
|
+
* [qr-code] 修复由于第三方包不支持ie11导致的问题 fix [#740](https://github.com/kingdee/kdesign/issues/740) ([f30f9d6](https://github.com/kingdee/kdesign/commit/f30f9d618a7c32746936811b8d78e38d71544ffd))
|
|
376
|
+
* [test] 修复单测报错 ([fbd388b](https://github.com/kingdee/kdesign/commit/fbd388b5764cdd07da01852a5c4addfa25e2d314))
|
|
137
377
|
|
|
138
378
|
|
|
139
379
|
|
|
140
|
-
## [1.7.50](https://github.com/
|
|
380
|
+
## [1.7.50](https://github.com/kingdee/kdesign/compare/v1.7.49...v1.7.50) (2024-03-01)
|
|
141
381
|
|
|
142
382
|
|
|
143
383
|
### Bug Fixes
|
|
144
384
|
|
|
145
|
-
* [anchor] 修复使用getContainer指定的滚动元素先销毁时组件报错问题 fix [#736](https://github.com/
|
|
146
|
-
* [date-picker]首次渲染弹出层位置错误问题 fix [#728](https://github.com/
|
|
147
|
-
* [date-picker]周、月、季度选择快速选择年月 fix [#690](https://github.com/
|
|
148
|
-
* [pagination] 修复数组距离/间距不一致问题 fix [#714](https://github.com/
|
|
149
|
-
* [select] 修复多选虚拟滚动时最后一个元素显示不全问题 fix [#723](https://github.com/
|
|
150
|
-
* [upload]修复itemRender实现问题 fix [#685](https://github.com/
|
|
385
|
+
* [anchor] 修复使用getContainer指定的滚动元素先销毁时组件报错问题 fix [#736](https://github.com/kingdee/kdesign/issues/736) ([e1f6d70](https://github.com/kingdee/kdesign/commit/e1f6d70752525f0ee6386679b9ea8fcc74e0ba73))
|
|
386
|
+
* [date-picker]首次渲染弹出层位置错误问题 fix [#728](https://github.com/kingdee/kdesign/issues/728) ([7e4758a](https://github.com/kingdee/kdesign/commit/7e4758a441e0ce60efb0cb983d1810ee438e28cb))
|
|
387
|
+
* [date-picker]周、月、季度选择快速选择年月 fix [#690](https://github.com/kingdee/kdesign/issues/690) ([6fcbbd8](https://github.com/kingdee/kdesign/commit/6fcbbd8420677659e8c9fafe4e779869eea25ae0))
|
|
388
|
+
* [pagination] 修复数组距离/间距不一致问题 fix [#714](https://github.com/kingdee/kdesign/issues/714) ([bf2b765](https://github.com/kingdee/kdesign/commit/bf2b7654eaba651ac6bf29b8bd5cb617c012c1c5))
|
|
389
|
+
* [select] 修复多选虚拟滚动时最后一个元素显示不全问题 fix [#723](https://github.com/kingdee/kdesign/issues/723) ([24ce47d](https://github.com/kingdee/kdesign/commit/24ce47d5bc65bc44af0880e7e5d2dd1219d17e2a))
|
|
390
|
+
* [upload]修复itemRender实现问题 fix [#685](https://github.com/kingdee/kdesign/issues/685) ([855018f](https://github.com/kingdee/kdesign/commit/855018fc8ed07ec4738c70121c90fcbf9c427240))
|
|
151
391
|
|
|
152
392
|
|
|
153
393
|
|
|
154
|
-
## [1.7.49](https://github.com/
|
|
394
|
+
## [1.7.49](https://github.com/kingdee/kdesign/compare/v1.7.48...v1.7.49) (2024-02-22)
|
|
155
395
|
|
|
156
396
|
|
|
157
397
|
### Bug Fixes
|
|
158
398
|
|
|
159
|
-
* 更新table版本:滚动条错位\&树形单据体大数据测试 ([239e75a](https://github.com/
|
|
399
|
+
* 更新table版本:滚动条错位\&树形单据体大数据测试 ([239e75a](https://github.com/kingdee/kdesign/commit/239e75ae93bd1bde4f2a01588e00fe2ac95a7706))
|
|
160
400
|
|
|
161
401
|
|
|
162
402
|
|
|
163
|
-
## [1.7.48](https://github.com/
|
|
403
|
+
## [1.7.48](https://github.com/kingdee/kdesign/compare/v1.7.47...v1.7.48) (2024-02-01)
|
|
164
404
|
|
|
165
405
|
|
|
166
406
|
### Bug Fixes
|
|
167
407
|
|
|
168
|
-
* [anchor] 修复无法高亮最底部锚点 fix [#727](https://github.com/
|
|
169
|
-
* [input-number] 修复在windows搜狗输入法中文输入时导致前面的数字被截取的问题 fix [#729](https://github.com/
|
|
408
|
+
* [anchor] 修复无法高亮最底部锚点 fix [#727](https://github.com/kingdee/kdesign/issues/727) ([bfa4c5b](https://github.com/kingdee/kdesign/commit/bfa4c5bc561a1ab9958c4e9d7cf31deb41907e06))
|
|
409
|
+
* [input-number] 修复在windows搜狗输入法中文输入时导致前面的数字被截取的问题 fix [#729](https://github.com/kingdee/kdesign/issues/729) ([6ada2b6](https://github.com/kingdee/kdesign/commit/6ada2b68ab8f5ec777865b3aa4d81d0278b48e37))
|
|
170
410
|
|
|
171
411
|
|
|
172
412
|
### Features
|
|
173
413
|
|
|
174
|
-
* [breadcrumb] 新增面包屑组件 closed [#693](https://github.com/
|
|
175
|
-
* [divider] 新增分割线组件 closed [#635](https://github.com/
|
|
414
|
+
* [breadcrumb] 新增面包屑组件 closed [#693](https://github.com/kingdee/kdesign/issues/693) ([aa298b9](https://github.com/kingdee/kdesign/commit/aa298b9dc603c0d9457e7fb97c6e4fb8e8a7a7fa))
|
|
415
|
+
* [divider] 新增分割线组件 closed [#635](https://github.com/kingdee/kdesign/issues/635) ([16837cb](https://github.com/kingdee/kdesign/commit/16837cba9a0f33303d9fc29a2fb0f74d4eae4876))
|
|
176
416
|
|
|
177
417
|
|
|
178
418
|
|
|
179
|
-
## [1.7.47](https://github.com/
|
|
419
|
+
## [1.7.47](https://github.com/kingdee/kdesign/compare/v1.7.46...v1.7.47) (2024-01-18)
|
|
180
420
|
|
|
181
421
|
|
|
182
422
|
### Bug Fixes
|
|
183
423
|
|
|
184
|
-
* [select] 修复点击选项关闭下拉面板时没触发onVisibleChange函数 fix [#715](https://github.com/
|
|
424
|
+
* [select] 修复点击选项关闭下拉面板时没触发onVisibleChange函数 fix [#715](https://github.com/kingdee/kdesign/issues/715) fix [#716](https://github.com/kingdee/kdesign/issues/716) ([0239ee7](https://github.com/kingdee/kdesign/commit/0239ee776ee92add8e8174369bf0f580ec9f3bee))
|
|
185
425
|
|
|
186
426
|
|
|
187
427
|
### Features
|
|
188
428
|
|
|
189
|
-
* [breadcrumb] 新增面包屑组件 closed [#693](https://github.com/
|
|
190
|
-
* [divider] 新增分割线组件 closed [#635](https://github.com/
|
|
429
|
+
* [breadcrumb] 新增面包屑组件 closed [#693](https://github.com/kingdee/kdesign/issues/693) ([c676d90](https://github.com/kingdee/kdesign/commit/c676d90f61a3c3ef8186912a20a9562d43000d58))
|
|
430
|
+
* [divider] 新增分割线组件 closed [#635](https://github.com/kingdee/kdesign/issues/635) ([479284b](https://github.com/kingdee/kdesign/commit/479284b0802d7eaf006ecaa14fcaf1180748714e))
|
|
191
431
|
|
|
192
432
|
|
|
193
433
|
|
|
194
|
-
## [1.7.46](https://github.com/
|
|
434
|
+
## [1.7.46](https://github.com/kingdee/kdesign/compare/v1.7.45...v1.7.46) (2024-01-12)
|
|
195
435
|
|
|
196
436
|
|
|
197
437
|
### Bug Fixes
|
|
198
438
|
|
|
199
|
-
* [city-picker] 修复国内版回填的提示内容显示问题 fix [#708](https://github.com/
|
|
200
|
-
* [select] 调整全选逻辑 fix [#687](https://github.com/
|
|
201
|
-
* [tree] 修复勾选时onCheck函数返回了错误的halfCheckedKeys fix [#710](https://github.com/
|
|
202
|
-
* [usePopper] 修复下拉面板未对齐问题 fix [#712](https://github.com/
|
|
439
|
+
* [city-picker] 修复国内版回填的提示内容显示问题 fix [#708](https://github.com/kingdee/kdesign/issues/708) ([39d36ae](https://github.com/kingdee/kdesign/commit/39d36aec993a4ca078a530a17c9cf4cd8ea84298))
|
|
440
|
+
* [select] 调整全选逻辑 fix [#687](https://github.com/kingdee/kdesign/issues/687) ([1c1a893](https://github.com/kingdee/kdesign/commit/1c1a893e2ddc2d02b6bebbbc6fa0e066471318ad))
|
|
441
|
+
* [tree] 修复勾选时onCheck函数返回了错误的halfCheckedKeys fix [#710](https://github.com/kingdee/kdesign/issues/710) ([8d8d739](https://github.com/kingdee/kdesign/commit/8d8d7396f42f05d4956d410377f595523bf3fa48))
|
|
442
|
+
* [usePopper] 修复下拉面板未对齐问题 fix [#712](https://github.com/kingdee/kdesign/issues/712) ([9fafa4f](https://github.com/kingdee/kdesign/commit/9fafa4fae1920a288fcb84f0d6b811d1ba0fa9c5))
|
|
203
443
|
|
|
204
444
|
|
|
205
445
|
### Features
|
|
206
446
|
|
|
207
|
-
* [tree] 新增api expandOnFilterNode支持过滤时是否显示过滤节点的下级 fix [#707](https://github.com/
|
|
447
|
+
* [tree] 新增api expandOnFilterNode支持过滤时是否显示过滤节点的下级 fix [#707](https://github.com/kingdee/kdesign/issues/707) ([f589bc4](https://github.com/kingdee/kdesign/commit/f589bc40ea6e05ad8a460897bbe97b10cc09f336))
|
|
208
448
|
|
|
209
449
|
|
|
210
450
|
|
|
211
|
-
## [1.7.45](https://github.com/
|
|
451
|
+
## [1.7.45](https://github.com/kingdee/kdesign/compare/v1.7.44...v1.7.45) (2024-01-04)
|
|
212
452
|
|
|
213
453
|
|
|
214
454
|
### Bug Fixes
|
|
215
455
|
|
|
216
|
-
* [city-picker] 修复国内版搜索国外城市不显示上级区划 fix [#700](https://github.com/
|
|
217
|
-
* [filter] 修复demo中Option的报错 ([a7c7b6e](https://github.com/
|
|
218
|
-
* [form] 修复必选图标由于字体设置导致的样式不一致问题 ([0d31be0](https://github.com/
|
|
219
|
-
* [image-cropper] 修复api文档书写错误 fix [#688](https://github.com/
|
|
220
|
-
* [select] 多选搜索时下面面板未空时不显示全选按钮 fix [#698](https://github.com/
|
|
221
|
-
* [select] 修复从单选切换为多选时页面报错的问题 fix [#701](https://github.com/
|
|
222
|
-
* [table] 更新table版本修复react18严格模式报错及全选与拖拽标题共用是报错问题 fix [#641](https://github.com/
|
|
223
|
-
* [table] 修复表格默认加载输出异常警告日志 ([f1dd8ab](https://github.com/
|
|
224
|
-
* [table] 修复格式导致的报错 ([305af91](https://github.com/
|
|
456
|
+
* [city-picker] 修复国内版搜索国外城市不显示上级区划 fix [#700](https://github.com/kingdee/kdesign/issues/700) ([182ac5b](https://github.com/kingdee/kdesign/commit/182ac5b2ca502e5d7441a3ef208f836b52fd1b6f))
|
|
457
|
+
* [filter] 修复demo中Option的报错 ([a7c7b6e](https://github.com/kingdee/kdesign/commit/a7c7b6e994e72e788965077bded833db9f1f9917))
|
|
458
|
+
* [form] 修复必选图标由于字体设置导致的样式不一致问题 ([0d31be0](https://github.com/kingdee/kdesign/commit/0d31be0aa4d8f9106380d681b5ba8037dbbd6dbc))
|
|
459
|
+
* [image-cropper] 修复api文档书写错误 fix [#688](https://github.com/kingdee/kdesign/issues/688) ([8e271f4](https://github.com/kingdee/kdesign/commit/8e271f4f88c2d35c4cc2f21384bc60da6b77ca5d))
|
|
460
|
+
* [select] 多选搜索时下面面板未空时不显示全选按钮 fix [#698](https://github.com/kingdee/kdesign/issues/698) ([41cb855](https://github.com/kingdee/kdesign/commit/41cb8559802070bb4022044dacb67977f1574352))
|
|
461
|
+
* [select] 修复从单选切换为多选时页面报错的问题 fix [#701](https://github.com/kingdee/kdesign/issues/701) ([4a2280a](https://github.com/kingdee/kdesign/commit/4a2280a15d4df64be227c0b3e6afa35fd8779fd4))
|
|
462
|
+
* [table] 更新table版本修复react18严格模式报错及全选与拖拽标题共用是报错问题 fix [#641](https://github.com/kingdee/kdesign/issues/641), [#695](https://github.com/kingdee/kdesign/issues/695) ([c71ae48](https://github.com/kingdee/kdesign/commit/c71ae48296a47fb3869e0e473c7d80dd79a6e878))
|
|
463
|
+
* [table] 修复表格默认加载输出异常警告日志 ([f1dd8ab](https://github.com/kingdee/kdesign/commit/f1dd8ab64bcae0536b04772d2122a378d8a396bc))
|
|
464
|
+
* [table] 修复格式导致的报错 ([305af91](https://github.com/kingdee/kdesign/commit/305af91ded3b9cbb3a681f4bbd3eee41f3f7d24e))
|
|
225
465
|
|
|
226
466
|
|
|
227
467
|
### Features
|
|
228
468
|
|
|
229
|
-
* [cli] 添加埋点功能 ([739389a](https://github.com/
|
|
469
|
+
* [cli] 添加埋点功能 ([739389a](https://github.com/kingdee/kdesign/commit/739389afebb001cb47f5edf1d241430c99d9d573))
|
|
230
470
|
|
|
231
471
|
|
|
232
472
|
|
|
233
|
-
## [1.7.44](https://github.com/
|
|
473
|
+
## [1.7.44](https://github.com/kingdee/kdesign/compare/v1.7.43...v1.7.44) (2023-12-14)
|
|
234
474
|
|
|
235
475
|
|
|
236
476
|
### Bug Fixes
|
|
237
477
|
|
|
238
|
-
* [checkbox] 修复传入的children为空时样式显示问题 fix [#672](https://github.com/
|
|
239
|
-
* [select] 修复多选搜索没有结果时会把全选勾上 fix [#668](https://github.com/
|
|
240
|
-
* [tree] 修复expandOnClickNode为true时,点击叶子节点会触发loadData事件的问题 fix [#679](https://github.com/
|
|
478
|
+
* [checkbox] 修复传入的children为空时样式显示问题 fix [#672](https://github.com/kingdee/kdesign/issues/672) ([9d6b774](https://github.com/kingdee/kdesign/commit/9d6b774c0e71665341a20f3922144ce5743a8705))
|
|
479
|
+
* [select] 修复多选搜索没有结果时会把全选勾上 fix [#668](https://github.com/kingdee/kdesign/issues/668) ([2ab75ef](https://github.com/kingdee/kdesign/commit/2ab75effaf2cef5c0a1648bbff9eaff9a9ab2c4e))
|
|
480
|
+
* [tree] 修复expandOnClickNode为true时,点击叶子节点会触发loadData事件的问题 fix [#679](https://github.com/kingdee/kdesign/issues/679) ([84810c7](https://github.com/kingdee/kdesign/commit/84810c76486e430d64fa01cba22ca22e195e266f))
|
|
241
481
|
|
|
242
482
|
|
|
243
483
|
|
|
244
|
-
## [1.7.43](https://github.com/
|
|
484
|
+
## [1.7.43](https://github.com/kingdee/kdesign/compare/v1.7.42...v1.7.43) (2023-12-13)
|
|
245
485
|
|
|
246
486
|
|
|
247
487
|
### Bug Fixes
|
|
248
488
|
|
|
249
|
-
* [构建]提升开发环境构建速度 [#676](https://github.com/
|
|
250
|
-
* [文档]官网新增社区精选组件 [#675](https://github.com/
|
|
251
|
-
* 社区精选组件链接跳转not Found [#680](https://github.com/
|
|
489
|
+
* [构建]提升开发环境构建速度 [#676](https://github.com/kingdee/kdesign/issues/676) ([f38ed98](https://github.com/kingdee/kdesign/commit/f38ed982f69c1d43b61cf397682f0d9a65be84a2))
|
|
490
|
+
* [文档]官网新增社区精选组件 [#675](https://github.com/kingdee/kdesign/issues/675) ([039e07e](https://github.com/kingdee/kdesign/commit/039e07e47dd7a9a1375677d37234ae44d7a7e42a))
|
|
491
|
+
* 社区精选组件链接跳转not Found [#680](https://github.com/kingdee/kdesign/issues/680) ([9af2c52](https://github.com/kingdee/kdesign/commit/9af2c524be25c0af2404f25eb09b46afbb78200d))
|
|
252
492
|
|
|
253
493
|
|
|
254
494
|
|
|
255
|
-
## [1.7.42](https://github.com/
|
|
495
|
+
## [1.7.42](https://github.com/kingdee/kdesign/compare/v1.7.41...v1.7.42) (2023-12-07)
|
|
256
496
|
|
|
257
497
|
|
|
258
498
|
### Bug Fixes
|
|
259
499
|
|
|
260
|
-
* [pagination] 修复total过大时导致页面卡顿问题 fix [#666](https://github.com/
|
|
261
|
-
* [tree] 修复在类组件中使用时,搜索结果未展开的问题 fix [#667](https://github.com/
|
|
262
|
-
* [tree] 修复loadData函数ts类型校验报错问题 fix [#651](https://github.com/
|
|
500
|
+
* [pagination] 修复total过大时导致页面卡顿问题 fix [#666](https://github.com/kingdee/kdesign/issues/666) ([df38723](https://github.com/kingdee/kdesign/commit/df387231da20db4b306487a3c14604562bba75f4))
|
|
501
|
+
* [tree] 修复在类组件中使用时,搜索结果未展开的问题 fix [#667](https://github.com/kingdee/kdesign/issues/667) ([330d343](https://github.com/kingdee/kdesign/commit/330d343cc360b9da8f50ef3e1a089bf9647423cf))
|
|
502
|
+
* [tree] 修复loadData函数ts类型校验报错问题 fix [#651](https://github.com/kingdee/kdesign/issues/651) ([1a953a6](https://github.com/kingdee/kdesign/commit/1a953a6a9dc3dd0878288f479483abdea0159c18))
|
|
263
503
|
|
|
264
504
|
|
|
265
505
|
|
|
266
|
-
## [1.7.41](https://github.com/
|
|
506
|
+
## [1.7.41](https://github.com/kingdee/kdesign/compare/v1.7.40...v1.7.41) (2023-12-04)
|
|
267
507
|
|
|
268
508
|
|
|
269
509
|
### Bug Fixes
|
|
270
510
|
|
|
271
|
-
* [cli] 更新单测快照 ([d3642db](https://github.com/
|
|
272
|
-
* [cli] demo添加typescript支持 fix [#282](https://github.com/
|
|
273
|
-
* [fix]kdesign官网无法在ie11上显示 [#662](https://github.com/
|
|
274
|
-
* [input]添加textarea限制字数后超出提示 fix [#650](https://github.com/
|
|
275
|
-
* [notification]修复success回调重复触发问题 fix [#649](https://github.com/
|
|
511
|
+
* [cli] 更新单测快照 ([d3642db](https://github.com/kingdee/kdesign/commit/d3642dbba83db7745c0fa5c75be26e11c4c16268))
|
|
512
|
+
* [cli] demo添加typescript支持 fix [#282](https://github.com/kingdee/kdesign/issues/282) ([82c5252](https://github.com/kingdee/kdesign/commit/82c525207953218a9ade6e372621869814350b41))
|
|
513
|
+
* [fix]kdesign官网无法在ie11上显示 [#662](https://github.com/kingdee/kdesign/issues/662) ([b2b9605](https://github.com/kingdee/kdesign/commit/b2b9605ac80a6e50e13a604ff0508d6d5e30db1a))
|
|
514
|
+
* [input]添加textarea限制字数后超出提示 fix [#650](https://github.com/kingdee/kdesign/issues/650) ([b923ce1](https://github.com/kingdee/kdesign/commit/b923ce110d718b77ae0b1164476ef1310b495ceb))
|
|
515
|
+
* [notification]修复success回调重复触发问题 fix [#649](https://github.com/kingdee/kdesign/issues/649) ([6751170](https://github.com/kingdee/kdesign/commit/67511708a7ddc0de9fffa275722399961015fa64))
|
|
276
516
|
|
|
277
517
|
|
|
278
518
|
### Features
|
|
279
519
|
|
|
280
|
-
* [modal] 新增支持弹窗拖拽调整大小功能 fix [#158](https://github.com/
|
|
520
|
+
* [modal] 新增支持弹窗拖拽调整大小功能 fix [#158](https://github.com/kingdee/kdesign/issues/158) ([379d2f8](https://github.com/kingdee/kdesign/commit/379d2f87e506066456cc13bf25d9b0099452a646))
|
|
281
521
|
|
|
282
522
|
|
|
283
523
|
|
|
284
|
-
## [1.7.40](https://github.com/
|
|
524
|
+
## [1.7.40](https://github.com/kingdee/kdesign/compare/v1.7.39...v1.7.40) (2023-11-27)
|
|
285
525
|
|
|
286
526
|
|
|
287
527
|
### Bug Fixes
|
|
288
528
|
|
|
289
|
-
* [alert] 修复点击关闭按钮依旧占位的问题 fix [#652](https://github.com/
|
|
290
|
-
* [cli] 添加剪切板组件预览图 ([0317fb9](https://github.com/
|
|
291
|
-
* [cli] 修复demo中多余的name属性 ([01260a9](https://github.com/
|
|
292
|
-
* [modal] 修复弹窗超出视口高度时无法滚动的问题 fix [#226](https://github.com/
|
|
293
|
-
* [tree] 修复树组件搜索不生效问题 fix [#644](https://github.com/
|
|
529
|
+
* [alert] 修复点击关闭按钮依旧占位的问题 fix [#652](https://github.com/kingdee/kdesign/issues/652) ([f22c2a3](https://github.com/kingdee/kdesign/commit/f22c2a3c8b6f864a59e3c1db91ae4ebab06508e0))
|
|
530
|
+
* [cli] 添加剪切板组件预览图 ([0317fb9](https://github.com/kingdee/kdesign/commit/0317fb977edaacdff7f658e31d9b968f99d7dee2))
|
|
531
|
+
* [cli] 修复demo中多余的name属性 ([01260a9](https://github.com/kingdee/kdesign/commit/01260a984d419e2d948621e6a4a46863b36ad716))
|
|
532
|
+
* [modal] 修复弹窗超出视口高度时无法滚动的问题 fix [#226](https://github.com/kingdee/kdesign/issues/226) fix [#581](https://github.com/kingdee/kdesign/issues/581) ([11e3d8e](https://github.com/kingdee/kdesign/commit/11e3d8ead40e50267acdd70e6ea3646f48c7d60b))
|
|
533
|
+
* [tree] 修复树组件搜索不生效问题 fix [#644](https://github.com/kingdee/kdesign/issues/644) ([4cad188](https://github.com/kingdee/kdesign/commit/4cad188d6c638da9a1e57c6285536195064ded6d))
|
|
294
534
|
|
|
295
535
|
|
|
296
536
|
### Features
|
|
297
537
|
|
|
298
|
-
* [date-picker]新增自定义单元格API fix [#266](https://github.com/
|
|
299
|
-
* [QRCode] 新增二维码组件 [#626](https://github.com/
|
|
538
|
+
* [date-picker]新增自定义单元格API fix [#266](https://github.com/kingdee/kdesign/issues/266) ([a70026f](https://github.com/kingdee/kdesign/commit/a70026ff77715ac439f0e6570cb39ec5ffd078bb))
|
|
539
|
+
* [QRCode] 新增二维码组件 [#626](https://github.com/kingdee/kdesign/issues/626) ([f5f61d6](https://github.com/kingdee/kdesign/commit/f5f61d689c0b2cfcd19ad1585dfe47efd6e4c76f))
|
|
300
540
|
|
|
301
541
|
|
|
302
542
|
|
|
303
|
-
## [1.7.39](https://github.com/
|
|
543
|
+
## [1.7.39](https://github.com/kingdee/kdesign/compare/v1.7.37...v1.7.39) (2023-10-27)
|
|
304
544
|
|
|
305
545
|
|
|
306
546
|
### Bug Fixes
|
|
307
547
|
|
|
308
|
-
* [cascader] 修复多选选中项很多时,滚动内容清空按钮不垂直居中问题 fix [#332](https://github.com/
|
|
309
|
-
* [input-number] 修复配置digitLength和decimalLength时的交互问题 fix [#630](https://github.com/
|
|
310
|
-
* [tree-select] 修复单选设置placeholder不生效问题 fix [#631](https://github.com/
|
|
548
|
+
* [cascader] 修复多选选中项很多时,滚动内容清空按钮不垂直居中问题 fix [#332](https://github.com/kingdee/kdesign/issues/332) ([77e64a8](https://github.com/kingdee/kdesign/commit/77e64a8cdafcf0229bc55cc9b3265246c08bf81c))
|
|
549
|
+
* [input-number] 修复配置digitLength和decimalLength时的交互问题 fix [#630](https://github.com/kingdee/kdesign/issues/630) ([717187c](https://github.com/kingdee/kdesign/commit/717187cf6a7269899d435b9f929c832e5e204d17))
|
|
550
|
+
* [tree-select] 修复单选设置placeholder不生效问题 fix [#631](https://github.com/kingdee/kdesign/issues/631) ([10687cb](https://github.com/kingdee/kdesign/commit/10687cba08535e225bb0dca487a5ca552548be9a))
|
|
311
551
|
|
|
312
552
|
|
|
313
553
|
### Features
|
|
314
554
|
|
|
315
|
-
* [cli] readme文件新增官网链接 ([15e33e3](https://github.com/
|
|
555
|
+
* [cli] readme文件新增官网链接 ([15e33e3](https://github.com/kingdee/kdesign/commit/15e33e3359b47c26acf5ede8c7177edf97c957d0))
|
|
316
556
|
|
|
317
557
|
|
|
318
558
|
|
|
319
|
-
## [1.7.37](https://github.com/
|
|
559
|
+
## [1.7.37](https://github.com/kingdee/kdesign/compare/v1.7.35...v1.7.37) (2023-10-19)
|
|
320
560
|
|
|
321
561
|
|
|
322
562
|
### Bug Fixes
|
|
323
563
|
|
|
324
|
-
* [city-picker] 修复空值输入搜索内容时显示清空按钮问题 fix [#623](https://github.com/
|
|
325
|
-
* [message] 修复设置content为reactNode时图标和关闭按钮不出现的问题 fix [#293](https://github.com/
|
|
326
|
-
* [select] 去除单选的backspace快捷键功能 fix [#632](https://github.com/
|
|
327
|
-
* [tree-select] 修复在表单中无法重置树选择下拉面板选中项问题 fix [#588](https://github.com/
|
|
328
|
-
* [tree] 修复树组件设置节点过滤后无法展开收起节点问题 fix [#509](https://github.com/
|
|
564
|
+
* [city-picker] 修复空值输入搜索内容时显示清空按钮问题 fix [#623](https://github.com/kingdee/kdesign/issues/623) ([5101a95](https://github.com/kingdee/kdesign/commit/5101a9518346fc188277407586ac7f0a601336e3))
|
|
565
|
+
* [message] 修复设置content为reactNode时图标和关闭按钮不出现的问题 fix [#293](https://github.com/kingdee/kdesign/issues/293) ([7e8943c](https://github.com/kingdee/kdesign/commit/7e8943c355ad636922ed51328cc7c185b41f3654))
|
|
566
|
+
* [select] 去除单选的backspace快捷键功能 fix [#632](https://github.com/kingdee/kdesign/issues/632) ([2915ddb](https://github.com/kingdee/kdesign/commit/2915ddbb31711c44cb30c92e0ccb7db9ffb8154e))
|
|
567
|
+
* [tree-select] 修复在表单中无法重置树选择下拉面板选中项问题 fix [#588](https://github.com/kingdee/kdesign/issues/588) ([e602dfa](https://github.com/kingdee/kdesign/commit/e602dfae0dd7570f4d75b1ad63b7445ab99143b0))
|
|
568
|
+
* [tree] 修复树组件设置节点过滤后无法展开收起节点问题 fix [#509](https://github.com/kingdee/kdesign/issues/509) ([a0e8577](https://github.com/kingdee/kdesign/commit/a0e8577c0ef3befede84a2590dd3edb487d10827))
|
|
329
569
|
|
|
330
570
|
|
|
331
571
|
### Features
|
|
332
572
|
|
|
333
|
-
* [clipboard] 新增剪贴板组件 fix [#584](https://github.com/
|
|
334
|
-
* [select] 新增错误状态 fix [#627](https://github.com/
|
|
335
|
-
* [tree-select] 新增错误状态 fix [#628](https://github.com/
|
|
336
|
-
* [tree] 新增连接线 fix [#214](https://github.com/
|
|
573
|
+
* [clipboard] 新增剪贴板组件 fix [#584](https://github.com/kingdee/kdesign/issues/584) ([dbc6d0e](https://github.com/kingdee/kdesign/commit/dbc6d0e69f9659f4316769b190ddd0d7b6c84c79))
|
|
574
|
+
* [select] 新增错误状态 fix [#627](https://github.com/kingdee/kdesign/issues/627) ([7e3fd35](https://github.com/kingdee/kdesign/commit/7e3fd357c861d246b3d91d617120dc1531b15ad1))
|
|
575
|
+
* [tree-select] 新增错误状态 fix [#628](https://github.com/kingdee/kdesign/issues/628) ([f97d614](https://github.com/kingdee/kdesign/commit/f97d6147b0267f424ebc2f6167dad5e1024640c8))
|
|
576
|
+
* [tree] 新增连接线 fix [#214](https://github.com/kingdee/kdesign/issues/214) ([de79d0d](https://github.com/kingdee/kdesign/commit/de79d0da2a52749025a90eda774e421e76513a5c))
|
|
337
577
|
|
|
338
578
|
|
|
339
579
|
|
|
340
|
-
## [1.7.35](https://github.com/
|
|
580
|
+
## [1.7.35](https://github.com/kingdee/kdesign/compare/v1.7.34...v1.7.35) (2023-10-19)
|
|
341
581
|
|
|
342
582
|
|
|
343
583
|
### Bug Fixes
|
|
344
584
|
|
|
345
|
-
* [select] 修复传入dropdownRender属性导致页面卡死问题 fix [#573](https://github.com/
|
|
346
|
-
* [select] 修复select下拉面板浮层位置变动为bottomRight后导致面板无法关闭问题 fix [#622](https://github.com/
|
|
585
|
+
* [select] 修复传入dropdownRender属性导致页面卡死问题 fix [#573](https://github.com/kingdee/kdesign/issues/573) ([a258c48](https://github.com/kingdee/kdesign/commit/a258c4831351e45f6f143b832a0f9071ec0e9ef1))
|
|
586
|
+
* [select] 修复select下拉面板浮层位置变动为bottomRight后导致面板无法关闭问题 fix [#622](https://github.com/kingdee/kdesign/issues/622) ([fa5f040](https://github.com/kingdee/kdesign/commit/fa5f040aad962311ce4bc863f3227c89fa51bbc1))
|
|
347
587
|
|
|
348
588
|
|
|
349
589
|
### Features
|
|
350
590
|
|
|
351
|
-
* [cli] 修改开发环境的地址 ([3cd110d](https://github.com/
|
|
352
|
-
* [color-picker] 修改输入框和下拉框的样式 ([914d6b7](https://github.com/
|
|
353
|
-
* [select] 新增选择器国际化功能 fix [#592](https://github.com/
|
|
354
|
-
* 新增visible和onVisibleChange API close [#580](https://github.com/
|
|
591
|
+
* [cli] 修改开发环境的地址 ([3cd110d](https://github.com/kingdee/kdesign/commit/3cd110dec15e9aa6fbda1ea482b01b350df523f2))
|
|
592
|
+
* [color-picker] 修改输入框和下拉框的样式 ([914d6b7](https://github.com/kingdee/kdesign/commit/914d6b70bbc8114af40b1a277ac0db5186324aef))
|
|
593
|
+
* [select] 新增选择器国际化功能 fix [#592](https://github.com/kingdee/kdesign/issues/592) ([98ef1f8](https://github.com/kingdee/kdesign/commit/98ef1f89dde249566fb9f838260613c1ad908df7))
|
|
594
|
+
* 新增visible和onVisibleChange API close [#580](https://github.com/kingdee/kdesign/issues/580) ([0b94801](https://github.com/kingdee/kdesign/commit/0b94801a478f8145d76b583a6ce6e6104921c636))
|
|
355
595
|
|
|
356
596
|
|
|
357
597
|
|
|
358
|
-
## [1.7.34](https://github.com/
|
|
598
|
+
## [1.7.34](https://github.com/kingdee/kdesign/compare/v1.7.33...v1.7.34) (2023-10-11)
|
|
359
599
|
|
|
360
600
|
|
|
361
601
|
### Bug Fixes
|
|
362
602
|
|
|
363
|
-
* [date-picker]表单校验问题 fix [#619](https://github.com/
|
|
364
|
-
* [date-picker]修复safari组件异常问题 fix [#609](https://github.com/
|
|
365
|
-
* [upload]ie兼容性问题处理 fix [#620](https://github.com/
|
|
603
|
+
* [date-picker]表单校验问题 fix [#619](https://github.com/kingdee/kdesign/issues/619) ([e963693](https://github.com/kingdee/kdesign/commit/e9636937e7c954a0f5324d25a368eb1ba1eb2fd2))
|
|
604
|
+
* [date-picker]修复safari组件异常问题 fix [#609](https://github.com/kingdee/kdesign/issues/609) ([3c6e54a](https://github.com/kingdee/kdesign/commit/3c6e54a4f3b00cfe5ad61817f945dd0f29551c4d))
|
|
605
|
+
* [upload]ie兼容性问题处理 fix [#620](https://github.com/kingdee/kdesign/issues/620) ([602b961](https://github.com/kingdee/kdesign/commit/602b9612c3fca3466f6bdfe640197148533bb6a0))
|
|
366
606
|
|
|
367
607
|
|
|
368
608
|
|
|
369
|
-
## [1.7.33](https://github.com/
|
|
609
|
+
## [1.7.33](https://github.com/kingdee/kdesign/compare/v1.7.32...v1.7.33) (2023-10-07)
|
|
370
610
|
|
|
371
611
|
|
|
372
612
|
### Bug Fixes
|
|
373
613
|
|
|
374
|
-
* [select] 修复下拉面板出现多余滚动条问题 fix [#595](https://github.com/
|
|
614
|
+
* [select] 修复下拉面板出现多余滚动条问题 fix [#595](https://github.com/kingdee/kdesign/issues/595) ([44f351e](https://github.com/kingdee/kdesign/commit/44f351e36d5d648bc3b90d9bb9f0757d4ed2c12e))
|
|
375
615
|
|
|
376
616
|
|
|
377
617
|
|
|
378
|
-
## [1.7.32](https://github.com/
|
|
618
|
+
## [1.7.32](https://github.com/kingdee/kdesign/compare/v1.7.31...v1.7.32) (2023-09-27)
|
|
379
619
|
|
|
380
620
|
|
|
381
621
|
### Bug Fixes
|
|
382
622
|
|
|
383
|
-
* [select] 样式 BUG ([1edef01](https://github.com/
|
|
623
|
+
* [select] 样式 BUG ([1edef01](https://github.com/kingdee/kdesign/commit/1edef0118f33e38efcbc57b2311a45b9cfe168b5))
|
|
384
624
|
|
|
385
625
|
|
|
386
626
|
|
|
387
|
-
## [1.7.31](https://github.com/
|
|
627
|
+
## [1.7.31](https://github.com/kingdee/kdesign/compare/v1.7.30...v1.7.31) (2023-09-27)
|
|
388
628
|
|
|
389
629
|
|
|
390
630
|
### Bug Fixes
|
|
391
631
|
|
|
392
|
-
* [select] 修复多选选择器页面上不显示问题 fix [#615](https://github.com/
|
|
632
|
+
* [select] 修复多选选择器页面上不显示问题 fix [#615](https://github.com/kingdee/kdesign/issues/615) ([789dc53](https://github.com/kingdee/kdesign/commit/789dc536b2f3854db4d1b77e78decc72be4577de))
|
|
393
633
|
|
|
394
634
|
|
|
395
635
|
### Features
|
|
396
636
|
|
|
397
|
-
* [table] 新增国际化配置 ([825cb65](https://github.com/
|
|
398
|
-
* [table] 修改table版本到最新版 ([35c0b3c](https://github.com/
|
|
637
|
+
* [table] 新增国际化配置 ([825cb65](https://github.com/kingdee/kdesign/commit/825cb65106b273d8f438d3f41778e14536c9701c))
|
|
638
|
+
* [table] 修改table版本到最新版 ([35c0b3c](https://github.com/kingdee/kdesign/commit/35c0b3c406b1424d408b491d53cce4ae42ce86eb))
|
|
399
639
|
|
|
400
640
|
|
|
401
641
|
|
|
402
|
-
## [1.7.30](https://github.com/
|
|
642
|
+
## [1.7.30](https://github.com/kingdee/kdesign/compare/v1.7.29...v1.7.30) (2023-09-27)
|
|
403
643
|
|
|
404
644
|
|
|
405
645
|
### Bug Fixes
|
|
406
646
|
|
|
407
|
-
* [city-picker] 更新快捷键规范 fix [#610](https://github.com/
|
|
408
|
-
* [city-picker] 更新清除按钮视觉规范 fix [#608](https://github.com/
|
|
409
|
-
* [city-picker] 修复禁用状态下不显示空提示 fix [#603](https://github.com/
|
|
410
|
-
* [grid] 修复边距问题 ([93a7f8f](https://github.com/
|
|
411
|
-
* [select] 修复在ie11多选打开下拉面板页面卡死问题 fix [#612](https://github.com/
|
|
647
|
+
* [city-picker] 更新快捷键规范 fix [#610](https://github.com/kingdee/kdesign/issues/610) ([77280b6](https://github.com/kingdee/kdesign/commit/77280b6d0700ee95462842ee795a8777d719b8ee))
|
|
648
|
+
* [city-picker] 更新清除按钮视觉规范 fix [#608](https://github.com/kingdee/kdesign/issues/608) ([6e72b87](https://github.com/kingdee/kdesign/commit/6e72b876c0917a49700b6d2d89e5ca3ee519308a))
|
|
649
|
+
* [city-picker] 修复禁用状态下不显示空提示 fix [#603](https://github.com/kingdee/kdesign/issues/603) ([3f67b98](https://github.com/kingdee/kdesign/commit/3f67b9822e853b9ff230b80c4efda8d6480f3e97))
|
|
650
|
+
* [grid] 修复边距问题 ([93a7f8f](https://github.com/kingdee/kdesign/commit/93a7f8fd21b5fd51352cf662a144e50ff4fd20f6))
|
|
651
|
+
* [select] 修复在ie11多选打开下拉面板页面卡死问题 fix [#612](https://github.com/kingdee/kdesign/issues/612) ([c0cdeb7](https://github.com/kingdee/kdesign/commit/c0cdeb77e37179c38b617ccb45594a8b185cea50))
|
|
412
652
|
|
|
413
653
|
|
|
414
654
|
|
|
415
|
-
## [1.7.29](https://github.com/
|
|
655
|
+
## [1.7.29](https://github.com/kingdee/kdesign/compare/v1.7.28...v1.7.29) (2023-09-25)
|
|
416
656
|
|
|
417
657
|
|
|
418
658
|
### Bug Fixes
|
|
419
659
|
|
|
420
|
-
* [grid] 修复单测报错 ([e4f6322](https://github.com/
|
|
421
|
-
* [grid] 修复ie11下间距失效的问题 fix [#604](https://github.com/
|
|
422
|
-
* [select] 修复在ie浏览器上出现多余滚动条问题 fix [#598](https://github.com/
|
|
660
|
+
* [grid] 修复单测报错 ([e4f6322](https://github.com/kingdee/kdesign/commit/e4f6322371e95d68a090c2b3805255cdb05542b1))
|
|
661
|
+
* [grid] 修复ie11下间距失效的问题 fix [#604](https://github.com/kingdee/kdesign/issues/604) ([5cd3146](https://github.com/kingdee/kdesign/commit/5cd31468d48d9402c51535efb3e14506752733a8))
|
|
662
|
+
* [select] 修复在ie浏览器上出现多余滚动条问题 fix [#598](https://github.com/kingdee/kdesign/issues/598) ([16508b9](https://github.com/kingdee/kdesign/commit/16508b92a4678a209a9a3f7ca405e19aaf80edb1))
|
|
423
663
|
|
|
424
664
|
|
|
425
665
|
|
|
426
|
-
## [1.7.28](https://github.com/
|
|
666
|
+
## [1.7.28](https://github.com/kingdee/kdesign/compare/v1.7.27...v1.7.28) (2023-09-21)
|
|
427
667
|
|
|
428
668
|
|
|
429
669
|
### Bug Fixes
|
|
430
670
|
|
|
431
|
-
* [city-picker] 修复在ie浏览器出现滚动条问题 fix [#593](https://github.com/
|
|
432
|
-
* [city-picker] 修复选中项后回填值显示异常问题 fix [#596](https://github.com/
|
|
433
|
-
* [cli] 修复编译全局less变量后的显示问题 ([bc1a84e](https://github.com/
|
|
434
|
-
* [create-component] 修复新建组件脚本生成 config-provider 默认参数的 BUG fix: [#586](https://github.com/
|
|
435
|
-
* [grid] 修复ie11竖向间距消失的问题 ([063d0f7](https://github.com/
|
|
436
|
-
* [select] 修复在ie浏览器中使用选择器组件浏览器直接崩溃问题 fix [#579](https://github.com/
|
|
671
|
+
* [city-picker] 修复在ie浏览器出现滚动条问题 fix [#593](https://github.com/kingdee/kdesign/issues/593) ([020d479](https://github.com/kingdee/kdesign/commit/020d4793a5586782b75cd68435d124f2ad3cf24d))
|
|
672
|
+
* [city-picker] 修复选中项后回填值显示异常问题 fix [#596](https://github.com/kingdee/kdesign/issues/596) ([fb93bd7](https://github.com/kingdee/kdesign/commit/fb93bd73d916c1a83a9f1024046554797a86bb45))
|
|
673
|
+
* [cli] 修复编译全局less变量后的显示问题 ([bc1a84e](https://github.com/kingdee/kdesign/commit/bc1a84ea3e30043e87ee2198970a6cecd63112ae))
|
|
674
|
+
* [create-component] 修复新建组件脚本生成 config-provider 默认参数的 BUG fix: [#586](https://github.com/kingdee/kdesign/issues/586) ([27be6ed](https://github.com/kingdee/kdesign/commit/27be6edfd05cea0285b54254382bf50dddc0aa74))
|
|
675
|
+
* [grid] 修复ie11竖向间距消失的问题 ([063d0f7](https://github.com/kingdee/kdesign/commit/063d0f7364009d935c33e1d29dd24d2f8a56fa54))
|
|
676
|
+
* [select] 修复在ie浏览器中使用选择器组件浏览器直接崩溃问题 fix [#579](https://github.com/kingdee/kdesign/issues/579) ([2787307](https://github.com/kingdee/kdesign/commit/278730767a2a1376404cfcc64c8023c210693329))
|
|
437
677
|
|
|
438
678
|
|
|
439
679
|
### Features
|
|
440
680
|
|
|
441
|
-
* [city-picker] 新增支持受控时传入value为城市数据 fix [#594](https://github.com/
|
|
681
|
+
* [city-picker] 新增支持受控时传入value为城市数据 fix [#594](https://github.com/kingdee/kdesign/issues/594) ([8731e30](https://github.com/kingdee/kdesign/commit/8731e3007cc29ee1c77b43b7a56ebba01c261a74))
|
|
442
682
|
|
|
443
683
|
|
|
444
684
|
|
|
445
|
-
## [1.7.27](https://github.com/
|
|
685
|
+
## [1.7.27](https://github.com/kingdee/kdesign/compare/v1.7.26...v1.7.27) (2023-09-15)
|
|
446
686
|
|
|
447
687
|
|
|
448
688
|
### Bug Fixes
|
|
449
689
|
|
|
450
|
-
* [city-picker] 修复国内版常用面板无省份数据时显示国家名 fix [#576](https://github.com/
|
|
451
|
-
* [city-picker] 修复下拉面板不关闭问题 fix [#575](https://github.com/
|
|
690
|
+
* [city-picker] 修复国内版常用面板无省份数据时显示国家名 fix [#576](https://github.com/kingdee/kdesign/issues/576) ([9783592](https://github.com/kingdee/kdesign/commit/9783592babfdaed9044ab9624b43922999163905))
|
|
691
|
+
* [city-picker] 修复下拉面板不关闭问题 fix [#575](https://github.com/kingdee/kdesign/issues/575) ([e274112](https://github.com/kingdee/kdesign/commit/e274112c10e53963233545fc4b16174d16c4ee68))
|
|
452
692
|
|
|
453
693
|
|
|
454
694
|
### Features
|
|
455
695
|
|
|
456
|
-
* [city-picker] 新增快捷键功能 fix [#582](https://github.com/
|
|
457
|
-
* [cli] 添加开发新组件说明文档 ([5d23b02](https://github.com/
|
|
458
|
-
* 国际化专项token开放第二批组件 ([fd2e704](https://github.com/
|
|
696
|
+
* [city-picker] 新增快捷键功能 fix [#582](https://github.com/kingdee/kdesign/issues/582) ([4ee705c](https://github.com/kingdee/kdesign/commit/4ee705c43cc29c96bb497a42ffa3d46e8a657b03))
|
|
697
|
+
* [cli] 添加开发新组件说明文档 ([5d23b02](https://github.com/kingdee/kdesign/commit/5d23b029c3c10bba0099d885ec255ad9f48e150f))
|
|
698
|
+
* 国际化专项token开放第二批组件 ([fd2e704](https://github.com/kingdee/kdesign/commit/fd2e7044c7622c2e585242b030ba1fd58dfe201a))
|
|
459
699
|
|
|
460
700
|
|
|
461
701
|
|
|
462
|
-
## [1.7.26](https://github.com/
|
|
702
|
+
## [1.7.26](https://github.com/kingdee/kdesign/compare/v1.7.25...v1.7.26) (2023-09-08)
|
|
463
703
|
|
|
464
704
|
|
|
465
705
|
### Bug Fixes
|
|
466
706
|
|
|
467
|
-
* [cascader]修复清空时显示问题 fix [#528](https://github.com/
|
|
468
|
-
* [cascader]修复disabled问题 fix [#397](https://github.com/
|
|
469
|
-
* [cascader]修复focus相关api及样式问题 fix [#338](https://github.com/
|
|
470
|
-
* [cascader]修复hover样式问题 fix [#396](https://github.com/
|
|
471
|
-
* [city-picker] 更新下拉面板视觉规范 fix [#565](https://github.com/
|
|
472
|
-
* [city-picker] 修复国际版当数据无province时,下拉项无分隔符问题 fix [#567](https://github.com/
|
|
473
|
-
* [city-picker] 修复受控时将value设置为空字符串,城市选项没清空问题 fix [#569](https://github.com/
|
|
474
|
-
* [city-picker] 修复ie浏览器下容器宽度过长问题 fix [#568](https://github.com/
|
|
475
|
-
* [collapse] 添加header描述性语句api ([1ea5824](https://github.com/
|
|
476
|
-
* [collapse] 修复边框显示问题 fix [#564](https://github.com/
|
|
477
|
-
* [tree-select] 新增tag标签的title属性 fix [#570](https://github.com/
|
|
707
|
+
* [cascader]修复清空时显示问题 fix [#528](https://github.com/kingdee/kdesign/issues/528) ([4b1c711](https://github.com/kingdee/kdesign/commit/4b1c7110b11a4c9c600348ccc2c4993256ee9552))
|
|
708
|
+
* [cascader]修复disabled问题 fix [#397](https://github.com/kingdee/kdesign/issues/397),fix [#398](https://github.com/kingdee/kdesign/issues/398) ([91cc162](https://github.com/kingdee/kdesign/commit/91cc162a5308d7b9ce863f31f25fd2251861e487))
|
|
709
|
+
* [cascader]修复focus相关api及样式问题 fix [#338](https://github.com/kingdee/kdesign/issues/338), fix [#395](https://github.com/kingdee/kdesign/issues/395) ([bf255fc](https://github.com/kingdee/kdesign/commit/bf255fcbc4e261278ed346c917417af3fc145d45))
|
|
710
|
+
* [cascader]修复hover样式问题 fix [#396](https://github.com/kingdee/kdesign/issues/396) ([0c9de4c](https://github.com/kingdee/kdesign/commit/0c9de4c867e5328a0ae3ed15408ce36cfbe5a15a))
|
|
711
|
+
* [city-picker] 更新下拉面板视觉规范 fix [#565](https://github.com/kingdee/kdesign/issues/565) ([db5ffd4](https://github.com/kingdee/kdesign/commit/db5ffd46f220319a973553e17abe82f745187b73))
|
|
712
|
+
* [city-picker] 修复国际版当数据无province时,下拉项无分隔符问题 fix [#567](https://github.com/kingdee/kdesign/issues/567) ([0ce1677](https://github.com/kingdee/kdesign/commit/0ce1677667ac9bb9c9ff0d5ca2485b682ad23143))
|
|
713
|
+
* [city-picker] 修复受控时将value设置为空字符串,城市选项没清空问题 fix [#569](https://github.com/kingdee/kdesign/issues/569) ([7e69ccd](https://github.com/kingdee/kdesign/commit/7e69ccd95b099a92a794899f92bd96ae3a3f031f))
|
|
714
|
+
* [city-picker] 修复ie浏览器下容器宽度过长问题 fix [#568](https://github.com/kingdee/kdesign/issues/568) ([d66e890](https://github.com/kingdee/kdesign/commit/d66e890d50de81cff720004d161d1ecdf283b62c))
|
|
715
|
+
* [collapse] 添加header描述性语句api ([1ea5824](https://github.com/kingdee/kdesign/commit/1ea5824d72ac8e9930cedc0f2184d46ae5d894bb))
|
|
716
|
+
* [collapse] 修复边框显示问题 fix [#564](https://github.com/kingdee/kdesign/issues/564) ([7437b36](https://github.com/kingdee/kdesign/commit/7437b36069d5b4ca3b895c1befe17f9920cbfaf7))
|
|
717
|
+
* [tree-select] 新增tag标签的title属性 fix [#570](https://github.com/kingdee/kdesign/issues/570) ([341e21a](https://github.com/kingdee/kdesign/commit/341e21ada13a124b1d7b08a686bcdbef33341ef9))
|
|
478
718
|
|
|
479
719
|
|
|
480
720
|
### Features
|
|
481
721
|
|
|
482
|
-
* [form]新增extra属性 fix [#223](https://github.com/
|
|
722
|
+
* [form]新增extra属性 fix [#223](https://github.com/kingdee/kdesign/issues/223) ([6b42df7](https://github.com/kingdee/kdesign/commit/6b42df763728317f4414b68dc02f61052cc85bb5))
|
|
483
723
|
|
|
484
724
|
|
|
485
725
|
|
|
486
|
-
## [1.7.25](https://github.com/
|
|
726
|
+
## [1.7.25](https://github.com/kingdee/kdesign/compare/v1.7.24...v1.7.25) (2023-08-31)
|
|
487
727
|
|
|
488
728
|
|
|
489
729
|
### Bug Fixes
|
|
490
730
|
|
|
491
|
-
* [city-picker] 新增城市选择Token fix [#555](https://github.com/
|
|
492
|
-
* [city-picker] 修复切换页签导致常用面板显示异常问题 fix [#558](https://github.com/
|
|
493
|
-
* [city-picker] 修复搜索后关闭下拉面板时会闪烁到常用面板问题 fix [#560](https://github.com/
|
|
494
|
-
* [city-picker] 修复下拉面板省略号显示问题 fix [#553](https://github.com/
|
|
495
|
-
* [city-picker] 修复选中项出现多余逗号问题 fix [#554](https://github.com/
|
|
496
|
-
* [city-picker] 修复页签文字超出问题 fix [#562](https://github.com/
|
|
497
|
-
* [input-number] 修复传入format后中间位置输入内容后光标自动回到末尾的问题 fix [#508](https://github.com/
|
|
498
|
-
* [input-number] 修复输入值超出范围时失焦不触发onChange事件 fix [#464](https://github.com/
|
|
499
|
-
* [radio]修复radio在表格中选中发生位置偏移的问题 ([e5c2d2c](https://github.com/
|
|
500
|
-
* [select] 修复快捷键展开收起下拉面板不触发onVisibleChange回调问题 fix [#546](https://github.com/
|
|
731
|
+
* [city-picker] 新增城市选择Token fix [#555](https://github.com/kingdee/kdesign/issues/555) ([9e451db](https://github.com/kingdee/kdesign/commit/9e451db0cae93cd14c93762a57631c30904eaede))
|
|
732
|
+
* [city-picker] 修复切换页签导致常用面板显示异常问题 fix [#558](https://github.com/kingdee/kdesign/issues/558) ([ac49649](https://github.com/kingdee/kdesign/commit/ac49649a330470ee09726f19709a3b02803e3cec))
|
|
733
|
+
* [city-picker] 修复搜索后关闭下拉面板时会闪烁到常用面板问题 fix [#560](https://github.com/kingdee/kdesign/issues/560) ([be676f7](https://github.com/kingdee/kdesign/commit/be676f7530095d97119cb3bdc1ec04574dff107d))
|
|
734
|
+
* [city-picker] 修复下拉面板省略号显示问题 fix [#553](https://github.com/kingdee/kdesign/issues/553) ([a536527](https://github.com/kingdee/kdesign/commit/a536527274fa5da825e7505862c1d92eb6ddcc52))
|
|
735
|
+
* [city-picker] 修复选中项出现多余逗号问题 fix [#554](https://github.com/kingdee/kdesign/issues/554) ([f7c1bf4](https://github.com/kingdee/kdesign/commit/f7c1bf48f15bbdd8eba30d91ebb7c52d8fb22fad))
|
|
736
|
+
* [city-picker] 修复页签文字超出问题 fix [#562](https://github.com/kingdee/kdesign/issues/562) ([1bc7aa1](https://github.com/kingdee/kdesign/commit/1bc7aa130844fb2b70263711910d44fe521bb18e))
|
|
737
|
+
* [input-number] 修复传入format后中间位置输入内容后光标自动回到末尾的问题 fix [#508](https://github.com/kingdee/kdesign/issues/508) ([acdbdf3](https://github.com/kingdee/kdesign/commit/acdbdf38d216d1fe8d8b82944e08169493856678))
|
|
738
|
+
* [input-number] 修复输入值超出范围时失焦不触发onChange事件 fix [#464](https://github.com/kingdee/kdesign/issues/464) ([df9b40b](https://github.com/kingdee/kdesign/commit/df9b40bff73aabc56d2acf347da650fb45d03583))
|
|
739
|
+
* [radio]修复radio在表格中选中发生位置偏移的问题 ([e5c2d2c](https://github.com/kingdee/kdesign/commit/e5c2d2c7edbfa613b985b4a45eb7a42a9a823569))
|
|
740
|
+
* [select] 修复快捷键展开收起下拉面板不触发onVisibleChange回调问题 fix [#546](https://github.com/kingdee/kdesign/issues/546) ([6c9d16a](https://github.com/kingdee/kdesign/commit/6c9d16a63c09bd57f1122eedb61f976855acc799))
|
|
501
741
|
|
|
502
742
|
|
|
503
743
|
### Features
|
|
504
744
|
|
|
505
|
-
* [city-picker] 新增国际化配置 fix [#557](https://github.com/
|
|
745
|
+
* [city-picker] 新增国际化配置 fix [#557](https://github.com/kingdee/kdesign/issues/557) ([5d8a68f](https://github.com/kingdee/kdesign/commit/5d8a68fc8322228362c4b23f8f75e579c439218b))
|
|
506
746
|
|
|
507
747
|
|
|
508
748
|
|
|
509
|
-
## [1.7.24](https://github.com/
|
|
749
|
+
## [1.7.24](https://github.com/kingdee/kdesign/compare/v1.7.23...v1.7.24) (2023-08-25)
|
|
510
750
|
|
|
511
751
|
|
|
512
752
|
### Bug Fixes
|
|
513
753
|
|
|
514
|
-
* [city-picker] 修复国内版页签切换到国际/中国港澳台时下拉面板显示问题 fix [#539](https://github.com/
|
|
515
|
-
* [city-picker] 修复下拉面板动效与选择器不一致问题 fix [#548](https://github.com/
|
|
516
|
-
* [city-picker] 修复下拉面板最后一行显示不全 fix [#549](https://github.com/
|
|
517
|
-
* [cli] 更新input ref导致的报错 ([247aa40](https://github.com/
|
|
518
|
-
* [select] 修复下拉面板样式与视觉稿差异 fix [#543](https://github.com/
|
|
519
|
-
* [select] 修复showSearch为false时focus后直接enter键报错问题 fix [#547](https://github.com/
|
|
520
|
-
* [table] 更新版本 ([bdc1ead](https://github.com/
|
|
521
|
-
* [usepopper] 修复由于ref返回值变化导致报错 fix [#538](https://github.com/
|
|
522
|
-
* fix: [radio] 修复没有文本的时候radio消失的问题 fix [#544](https://github.com/
|
|
754
|
+
* [city-picker] 修复国内版页签切换到国际/中国港澳台时下拉面板显示问题 fix [#539](https://github.com/kingdee/kdesign/issues/539) ([fa4ca55](https://github.com/kingdee/kdesign/commit/fa4ca552c56fdc8c5bf8bcb25f87f8cd5849aa92))
|
|
755
|
+
* [city-picker] 修复下拉面板动效与选择器不一致问题 fix [#548](https://github.com/kingdee/kdesign/issues/548) ([d5a6b66](https://github.com/kingdee/kdesign/commit/d5a6b66c35f9c5d56b9f3db31dd90cb4d6e16801))
|
|
756
|
+
* [city-picker] 修复下拉面板最后一行显示不全 fix [#549](https://github.com/kingdee/kdesign/issues/549) ([1a4a997](https://github.com/kingdee/kdesign/commit/1a4a9976647e155a430edc849d2fab2932c74858))
|
|
757
|
+
* [cli] 更新input ref导致的报错 ([247aa40](https://github.com/kingdee/kdesign/commit/247aa40089a6ec02e78d406f4c78d3777bd9c954))
|
|
758
|
+
* [select] 修复下拉面板样式与视觉稿差异 fix [#543](https://github.com/kingdee/kdesign/issues/543) ([8db7d64](https://github.com/kingdee/kdesign/commit/8db7d642fab36ecfca6c41882bf9bdb47fed4145))
|
|
759
|
+
* [select] 修复showSearch为false时focus后直接enter键报错问题 fix [#547](https://github.com/kingdee/kdesign/issues/547) ([ce51857](https://github.com/kingdee/kdesign/commit/ce51857bb7f92bfb1c869fa7ca5193602417a127))
|
|
760
|
+
* [table] 更新版本 ([bdc1ead](https://github.com/kingdee/kdesign/commit/bdc1ead18102917635e7091dace5ef6d27f1475d))
|
|
761
|
+
* [usepopper] 修复由于ref返回值变化导致报错 fix [#538](https://github.com/kingdee/kdesign/issues/538) ([c7da260](https://github.com/kingdee/kdesign/commit/c7da26013149acbc64d1766817c9fd891f917492))
|
|
762
|
+
* fix: [radio] 修复没有文本的时候radio消失的问题 fix [#544](https://github.com/kingdee/kdesign/issues/544) ([63ad3f4](https://github.com/kingdee/kdesign/commit/63ad3f4941923110125346d86658244c6d397f5d))
|
|
523
763
|
|
|
524
764
|
|
|
525
765
|
### Features
|
|
526
766
|
|
|
527
|
-
* [city-picker] 新增切换页签时的回调 fix [#536](https://github.com/
|
|
528
|
-
* [input-number] 新增键盘事件回调 fix [#529](https://github.com/
|
|
767
|
+
* [city-picker] 新增切换页签时的回调 fix [#536](https://github.com/kingdee/kdesign/issues/536) ([e36057e](https://github.com/kingdee/kdesign/commit/e36057ed966a744c04dee7e91250f3e21011e03e))
|
|
768
|
+
* [input-number] 新增键盘事件回调 fix [#529](https://github.com/kingdee/kdesign/issues/529) ([808cf0b](https://github.com/kingdee/kdesign/commit/808cf0b19b5b6276faf1562ca200117e203720b1))
|
|
529
769
|
|
|
530
770
|
|
|
531
771
|
|
|
532
|
-
## [1.7.23](https://github.com/
|
|
772
|
+
## [1.7.23](https://github.com/kingdee/kdesign/compare/v1.7.22...v1.7.23) (2023-08-18)
|
|
533
773
|
|
|
534
774
|
|
|
535
775
|
### Features
|
|
536
776
|
|
|
537
|
-
* 国际化token开放 取消checkbox的label的display属性修改 ([a87bdd9](https://github.com/
|
|
538
|
-
* 国际化token开放 取消checkbox的label的display属性修改 ([7667025](https://github.com/
|
|
539
|
-
* 国际化token开放 取消checkbox的label的display属性修改 ([9015d5b](https://github.com/
|
|
540
|
-
* 国际化token开放 取消checkbox的label的display属性修改 ([bd550f0](https://github.com/
|
|
777
|
+
* 国际化token开放 取消checkbox的label的display属性修改 ([a87bdd9](https://github.com/kingdee/kdesign/commit/a87bdd91a4e97e5b94c595d3cd87008819315bf3))
|
|
778
|
+
* 国际化token开放 取消checkbox的label的display属性修改 ([7667025](https://github.com/kingdee/kdesign/commit/7667025082d03a5f9cda3bd66fe166753b90065c))
|
|
779
|
+
* 国际化token开放 取消checkbox的label的display属性修改 ([9015d5b](https://github.com/kingdee/kdesign/commit/9015d5bdf9da8ae668f6f9a17c9410b8963204d1))
|
|
780
|
+
* 国际化token开放 取消checkbox的label的display属性修改 ([bd550f0](https://github.com/kingdee/kdesign/commit/bd550f0b7be7f82659bbc3c63dd51f25f6f5d385))
|
|
541
781
|
|
|
542
782
|
|
|
543
783
|
|
|
544
|
-
## [1.7.22](https://github.com/
|
|
784
|
+
## [1.7.22](https://github.com/kingdee/kdesign/compare/v1.7.21...v1.7.22) (2023-08-18)
|
|
545
785
|
|
|
546
786
|
|
|
547
787
|
### Bug Fixes
|
|
548
788
|
|
|
549
|
-
* [base-data] 修复demo中历史记录会重复的问题 fix [#361](https://github.com/
|
|
550
|
-
* [checkboxgroup]checbox.Group ConfigProver 配置不生效 [#418](https://github.com/
|
|
551
|
-
* [cli] 更新单测 ([5241f79](https://github.com/
|
|
552
|
-
* [cli] 添加页面的title显示 fix [#394](https://github.com/
|
|
553
|
-
* [collapse]修复边框问题 fix [#433](https://github.com/
|
|
554
|
-
* [dropdown] 子元素为空的时候,报错 [#421](https://github.com/
|
|
555
|
-
* [input-number] 修复文档描述与实际效果不符 fix [#420](https://github.com/
|
|
556
|
-
* [input-number] 修复defaultValue不生效问题 fix [#407](https://github.com/
|
|
557
|
-
* [menu]修复二级菜单渲染问题 fix [#344](https://github.com/
|
|
558
|
-
* [menu]修复defaultOpenKeys问题 fix [#353](https://github.com/
|
|
559
|
-
* [modal] 修复button点击不失焦,按enter多次弹出modal问题 fix [#414](https://github.com/
|
|
560
|
-
* [timeline] 修复设置reverse后的视觉偏差 fix [#409](https://github.com/
|
|
561
|
-
* [tooltip]: Tooltip文字提示 没有子元素的时候报错 [#406](https://github.com/
|
|
562
|
-
* [tree] 修复虚拟滚动节点过长无滚动条问题 fix [#530](https://github.com/
|
|
563
|
-
* [tree] 修复虚拟滚动列表高度未撑满整个树组件 fix [#526](https://github.com/
|
|
789
|
+
* [base-data] 修复demo中历史记录会重复的问题 fix [#361](https://github.com/kingdee/kdesign/issues/361) ([4967bb6](https://github.com/kingdee/kdesign/commit/4967bb63bcfe7ee508bc9a9e24f89e19175ad3c9))
|
|
790
|
+
* [checkboxgroup]checbox.Group ConfigProver 配置不生效 [#418](https://github.com/kingdee/kdesign/issues/418) ([5134661](https://github.com/kingdee/kdesign/commit/51346614a2e4dc183801e39d29b323ec0cb14d45))
|
|
791
|
+
* [cli] 更新单测 ([5241f79](https://github.com/kingdee/kdesign/commit/5241f797dc572bb7e4c757973b5e85a96fe04ff9))
|
|
792
|
+
* [cli] 添加页面的title显示 fix [#394](https://github.com/kingdee/kdesign/issues/394) ([08557fa](https://github.com/kingdee/kdesign/commit/08557fa8b21f658069b1c56909610d651a676a72))
|
|
793
|
+
* [collapse]修复边框问题 fix [#433](https://github.com/kingdee/kdesign/issues/433) ([3efbd79](https://github.com/kingdee/kdesign/commit/3efbd797205aaed04fab42039e8907eebf7baa54))
|
|
794
|
+
* [dropdown] 子元素为空的时候,报错 [#421](https://github.com/kingdee/kdesign/issues/421) ([e2ba6ae](https://github.com/kingdee/kdesign/commit/e2ba6ae8617f3f52fcf7ea2ad01ccb82ed1166df))
|
|
795
|
+
* [input-number] 修复文档描述与实际效果不符 fix [#420](https://github.com/kingdee/kdesign/issues/420) ([6e5c1be](https://github.com/kingdee/kdesign/commit/6e5c1be50201afcbde6dd04973990d3554eee831))
|
|
796
|
+
* [input-number] 修复defaultValue不生效问题 fix [#407](https://github.com/kingdee/kdesign/issues/407) ([5827b20](https://github.com/kingdee/kdesign/commit/5827b208d4b510abb654a7346a596bf81a9f4a03))
|
|
797
|
+
* [menu]修复二级菜单渲染问题 fix [#344](https://github.com/kingdee/kdesign/issues/344) ([bcb12f4](https://github.com/kingdee/kdesign/commit/bcb12f4ef377439a8e76f66ad0b5b691db3f1275))
|
|
798
|
+
* [menu]修复defaultOpenKeys问题 fix [#353](https://github.com/kingdee/kdesign/issues/353) ([7616f25](https://github.com/kingdee/kdesign/commit/7616f25429801e96b7a96cda42f619449002a94a))
|
|
799
|
+
* [modal] 修复button点击不失焦,按enter多次弹出modal问题 fix [#414](https://github.com/kingdee/kdesign/issues/414) ([3a053db](https://github.com/kingdee/kdesign/commit/3a053db8c657a3811958a5be9d2e07b4ee4e754c))
|
|
800
|
+
* [timeline] 修复设置reverse后的视觉偏差 fix [#409](https://github.com/kingdee/kdesign/issues/409) ([a6d64d8](https://github.com/kingdee/kdesign/commit/a6d64d8d4ded6b658a5df1c5c29e17117eab08f6))
|
|
801
|
+
* [tooltip]: Tooltip文字提示 没有子元素的时候报错 [#406](https://github.com/kingdee/kdesign/issues/406) ([6effeaa](https://github.com/kingdee/kdesign/commit/6effeaa8b53cfc92cd989a9bd1a118fd6be7a0f7))
|
|
802
|
+
* [tree] 修复虚拟滚动节点过长无滚动条问题 fix [#530](https://github.com/kingdee/kdesign/issues/530) ([080b3b0](https://github.com/kingdee/kdesign/commit/080b3b05a3972f48e0e3b6e7962a4768dffea060))
|
|
803
|
+
* [tree] 修复虚拟滚动列表高度未撑满整个树组件 fix [#526](https://github.com/kingdee/kdesign/issues/526) ([4ac601a](https://github.com/kingdee/kdesign/commit/4ac601a3d04fdc0aeae184619c60f6b86c9229b2))
|
|
564
804
|
|
|
565
805
|
|
|
566
806
|
### Features
|
|
567
807
|
|
|
568
|
-
* [input]新增focus/blur实例方法 fix [#523](https://github.com/
|
|
569
|
-
* [select] 新增focus,blur实例方法 fix [#429](https://github.com/
|
|
808
|
+
* [input]新增focus/blur实例方法 fix [#523](https://github.com/kingdee/kdesign/issues/523) ([045d829](https://github.com/kingdee/kdesign/commit/045d8290afbc49565a1f143d186a1a3641cf3cbd))
|
|
809
|
+
* [select] 新增focus,blur实例方法 fix [#429](https://github.com/kingdee/kdesign/issues/429) ([f9436c2](https://github.com/kingdee/kdesign/commit/f9436c24f1d0b6bfa00db698554bcba7dcdb55ed))
|
|
570
810
|
|
|
571
811
|
|
|
572
812
|
|
|
573
|
-
## [1.7.21](https://github.com/
|
|
813
|
+
## [1.7.21](https://github.com/kingdee/kdesign/compare/v1.7.20...v1.7.21) (2023-08-11)
|
|
574
814
|
|
|
575
815
|
|
|
576
816
|
### Bug Fixes
|
|
577
817
|
|
|
578
|
-
* [select] 修复传入的value在option中不存在时的显示问题 fix [#503](https://github.com/
|
|
579
|
-
* [tree-select] 修复传入的value值在treeData不存在时的显示问题 fix [#504](https://github.com/
|
|
580
|
-
* [tree] 优化树控件虚拟滚动 fix [#520](https://github.com/
|
|
818
|
+
* [select] 修复传入的value在option中不存在时的显示问题 fix [#503](https://github.com/kingdee/kdesign/issues/503) ([a0e7621](https://github.com/kingdee/kdesign/commit/a0e76214965cce905e71cdfe0487a5664366a239))
|
|
819
|
+
* [tree-select] 修复传入的value值在treeData不存在时的显示问题 fix [#504](https://github.com/kingdee/kdesign/issues/504) ([2034a11](https://github.com/kingdee/kdesign/commit/2034a11af4a4cbe858a337798be6243c3f63ed93))
|
|
820
|
+
* [tree] 优化树控件虚拟滚动 fix [#520](https://github.com/kingdee/kdesign/issues/520) ([972b581](https://github.com/kingdee/kdesign/commit/972b58169c9bf6b98138c858b149bb7d624f4142))
|
|
581
821
|
|
|
582
822
|
|
|
583
823
|
|
|
584
|
-
## [1.7.20](https://github.com/
|
|
824
|
+
## [1.7.20](https://github.com/kingdee/kdesign/compare/v1.7.19...v1.7.20) (2023-08-04)
|
|
585
825
|
|
|
586
826
|
|
|
587
827
|
### Bug Fixes
|
|
588
828
|
|
|
589
|
-
* [checkbox]修复按住shift时无法点击问题 fix [#500](https://github.com/
|
|
590
|
-
* [cli] 修复生成token脚本,兼容无默认值情况 ([b39b7c5](https://github.com/
|
|
591
|
-
* [cli] 修改移动端顶部搜索按钮点击会触发隔壁的登录按钮问题 fix [#444](https://github.com/
|
|
592
|
-
* [cli]修复右侧导航显示错误 ([7eac87e](https://github.com/
|
|
829
|
+
* [checkbox]修复按住shift时无法点击问题 fix [#500](https://github.com/kingdee/kdesign/issues/500) ([d44e008](https://github.com/kingdee/kdesign/commit/d44e008b0a478bca7aeb1932abfd7fd4c8d37436))
|
|
830
|
+
* [cli] 修复生成token脚本,兼容无默认值情况 ([b39b7c5](https://github.com/kingdee/kdesign/commit/b39b7c5ac2d95f9d5ddd9370ccc6b135ae56ec0c))
|
|
831
|
+
* [cli] 修改移动端顶部搜索按钮点击会触发隔壁的登录按钮问题 fix [#444](https://github.com/kingdee/kdesign/issues/444) ([dfca0ac](https://github.com/kingdee/kdesign/commit/dfca0ac2e583d99fdd33e908381d89e820c20b31))
|
|
832
|
+
* [cli]修复右侧导航显示错误 ([7eac87e](https://github.com/kingdee/kdesign/commit/7eac87e7a983817b2753ea5123a7ad7aa67d2a50))
|
|
593
833
|
|
|
594
834
|
|
|
595
835
|
### Features
|
|
596
836
|
|
|
597
|
-
* [city-picker] 更新城市选择组件交互与视觉 fix [#516](https://github.com/
|
|
837
|
+
* [city-picker] 更新城市选择组件交互与视觉 fix [#516](https://github.com/kingdee/kdesign/issues/516) ([89cf0b5](https://github.com/kingdee/kdesign/commit/89cf0b540e9368c67be42cbb82680a8e66912b62))
|
|
598
838
|
|
|
599
839
|
|
|
600
840
|
|
|
601
|
-
## [1.7.19](https://github.com/
|
|
841
|
+
## [1.7.19](https://github.com/kingdee/kdesign/compare/v1.7.18...v1.7.19) (2023-07-28)
|
|
602
842
|
|
|
603
843
|
|
|
604
844
|
### Bug Fixes
|
|
605
845
|
|
|
606
|
-
* [carousel] 修复效果为fade时,点击的元素与获取的信息不匹配的问题 [#497](https://github.com/
|
|
607
|
-
* [cascader]修复受控问题 fix [#403](https://github.com/
|
|
608
|
-
* [collapse] 修复单测报错 ([cfdf66e](https://github.com/
|
|
609
|
-
* [upload]修复删除文件状态错误问题 fix [#507](https://github.com/
|
|
610
|
-
* collapse single test modifications ([9a0c154](https://github.com/
|
|
611
|
-
* collapse single test modifications ([7ec406e](https://github.com/
|
|
612
|
-
* grid single test modifications ([eb530dd](https://github.com/
|
|
613
|
-
* icon single test modifications ([21d9e0e](https://github.com/
|
|
614
|
-
* icon single test modifications ([12d6994](https://github.com/
|
|
615
|
-
* layout single test modifications ([fbb0e94](https://github.com/
|
|
616
|
-
* space single test modifications ([9496220](https://github.com/
|
|
617
|
-
* Spin 加载单测补充 ([cc9354d](https://github.com/
|
|
618
|
-
* spin single test modifications ([1b3a63a](https://github.com/
|
|
619
|
-
* stepper single test modifications ([f697831](https://github.com/
|
|
620
|
-
* stepper single test modifications ([924f196](https://github.com/
|
|
846
|
+
* [carousel] 修复效果为fade时,点击的元素与获取的信息不匹配的问题 [#497](https://github.com/kingdee/kdesign/issues/497) ([a10f252](https://github.com/kingdee/kdesign/commit/a10f2523d0fb2ee6556fe3bfea5debc15dc40657))
|
|
847
|
+
* [cascader]修复受控问题 fix [#403](https://github.com/kingdee/kdesign/issues/403) ([a63c58b](https://github.com/kingdee/kdesign/commit/a63c58b7cccdca393cc27b508ed12799bc9d55bf))
|
|
848
|
+
* [collapse] 修复单测报错 ([cfdf66e](https://github.com/kingdee/kdesign/commit/cfdf66ee69e043c99b561b6abea14c5270121013))
|
|
849
|
+
* [upload]修复删除文件状态错误问题 fix [#507](https://github.com/kingdee/kdesign/issues/507) ([160fc67](https://github.com/kingdee/kdesign/commit/160fc6712f6423ce3389cdc57e89af382322878b))
|
|
850
|
+
* collapse single test modifications ([9a0c154](https://github.com/kingdee/kdesign/commit/9a0c154ab250d7afdfe4f58461a101195ca823b9))
|
|
851
|
+
* collapse single test modifications ([7ec406e](https://github.com/kingdee/kdesign/commit/7ec406e415ff5158f44312c61b7277f51641bc6b))
|
|
852
|
+
* grid single test modifications ([eb530dd](https://github.com/kingdee/kdesign/commit/eb530dd07f6ba6bb6e48bc78b9cbc2e9e715e4ac))
|
|
853
|
+
* icon single test modifications ([21d9e0e](https://github.com/kingdee/kdesign/commit/21d9e0e7a5cd20bd9b7de03b2a0ca58f4b8f97de))
|
|
854
|
+
* icon single test modifications ([12d6994](https://github.com/kingdee/kdesign/commit/12d69949e3c3c13ebfc4c5b19db1b2619c169834))
|
|
855
|
+
* layout single test modifications ([fbb0e94](https://github.com/kingdee/kdesign/commit/fbb0e947d3d33f67b3daafdc9e349e0a6ed87b01))
|
|
856
|
+
* space single test modifications ([9496220](https://github.com/kingdee/kdesign/commit/9496220fb42730a7aa842638300e1f1e35771d43))
|
|
857
|
+
* Spin 加载单测补充 ([cc9354d](https://github.com/kingdee/kdesign/commit/cc9354dc8a89dd5a7ab709afaea871adef5b03ad))
|
|
858
|
+
* spin single test modifications ([1b3a63a](https://github.com/kingdee/kdesign/commit/1b3a63a24c56fd30465530ad1c57384c51bd11a9))
|
|
859
|
+
* stepper single test modifications ([f697831](https://github.com/kingdee/kdesign/commit/f697831f707f86e93c8cf5f589b463d8a2fb99eb))
|
|
860
|
+
* stepper single test modifications ([924f196](https://github.com/kingdee/kdesign/commit/924f196fb4b7a8014ad19500d0773fbdc2adb568))
|
|
621
861
|
|
|
622
862
|
|
|
623
863
|
### Features
|
|
624
864
|
|
|
625
|
-
* [dropdown]新增动效配置 fix [#457](https://github.com/
|
|
626
|
-
* [upload]支持返回实例 fix [#451](https://github.com/
|
|
865
|
+
* [dropdown]新增动效配置 fix [#457](https://github.com/kingdee/kdesign/issues/457) ([4b94524](https://github.com/kingdee/kdesign/commit/4b9452435e171157a847a9879c366ae8af037b37))
|
|
866
|
+
* [upload]支持返回实例 fix [#451](https://github.com/kingdee/kdesign/issues/451) ([fbbd077](https://github.com/kingdee/kdesign/commit/fbbd0776b42ccf71d0633b0499e00e5b432e3fda))
|
|
627
867
|
|
|
628
868
|
|
|
629
869
|
### Reverts
|
|
630
870
|
|
|
631
|
-
* Revert "[compatibility] 解决兼容性问题 node.js v17 以上版本 程序启动失败 fixes: #423" ([f829fc3](https://github.com/
|
|
871
|
+
* Revert "[compatibility] 解决兼容性问题 node.js v17 以上版本 程序启动失败 fixes: #423" ([f829fc3](https://github.com/kingdee/kdesign/commit/f829fc3c52b47236b5aa33509e32d2d5d356ddba)), closes [#423](https://github.com/kingdee/kdesign/issues/423)
|
|
632
872
|
|
|
633
873
|
|
|
634
874
|
|
|
635
|
-
## [1.7.18](https://github.com/
|
|
875
|
+
## [1.7.18](https://github.com/kingdee/kdesign/compare/v1.7.17...v1.7.18) (2023-07-17)
|
|
636
876
|
|
|
637
877
|
|
|
638
878
|
### Bug Fixes
|
|
639
879
|
|
|
640
|
-
* [cascader]修复边距及样式问题 fix [#472](https://github.com/
|
|
641
|
-
* [cascader]修复样式问题 ([317ef8a](https://github.com/
|
|
642
|
-
* [Dropdown]修复input元素聚集时触发问题 fix [#489](https://github.com/
|
|
643
|
-
* [input]点击fixNode聚集问题 fix [#476](https://github.com/
|
|
644
|
-
* [select] 调整下拉面板上下间距 fix [#479](https://github.com/
|
|
645
|
-
* [select] 调整选择器鼠标上下键切换选项样式 fix [#477](https://github.com/
|
|
646
|
-
* [select] 调整展开下拉面板后下拉箭头的颜色 fix [#483](https://github.com/
|
|
647
|
-
* [select] 修复单选不带搜索选中选项后,再次点击选择器,输入框文字置灰问题 fix [#484](https://github.com/
|
|
648
|
-
* [select] 修复单选选择某一项后选择框聚焦问题 fix [#485](https://github.com/
|
|
649
|
-
* [select] 修复点击清空按钮下拉面板自动打开问题 fix [#486](https://github.com/
|
|
650
|
-
* [select] 修复下拉面板自适应问题 fix [#482](https://github.com/
|
|
651
|
-
* [select] 修复选择器悬浮手势问题 fix [#481](https://github.com/
|
|
880
|
+
* [cascader]修复边距及样式问题 fix [#472](https://github.com/kingdee/kdesign/issues/472) ([d18ae7d](https://github.com/kingdee/kdesign/commit/d18ae7d2d2b97be88d2eb05452a0510b5e45959e))
|
|
881
|
+
* [cascader]修复样式问题 ([317ef8a](https://github.com/kingdee/kdesign/commit/317ef8a48beb78504ef70a509b0b0de65aff4784))
|
|
882
|
+
* [Dropdown]修复input元素聚集时触发问题 fix [#489](https://github.com/kingdee/kdesign/issues/489) ([6b6085f](https://github.com/kingdee/kdesign/commit/6b6085f4fab5199f677c29365765d0873a613218))
|
|
883
|
+
* [input]点击fixNode聚集问题 fix [#476](https://github.com/kingdee/kdesign/issues/476) ([e594c67](https://github.com/kingdee/kdesign/commit/e594c671206ea40eb32abe283404fee603bacc4a))
|
|
884
|
+
* [select] 调整下拉面板上下间距 fix [#479](https://github.com/kingdee/kdesign/issues/479) ([f2c751f](https://github.com/kingdee/kdesign/commit/f2c751f15a9b5801ca116a9d3214468e0fedd1bc))
|
|
885
|
+
* [select] 调整选择器鼠标上下键切换选项样式 fix [#477](https://github.com/kingdee/kdesign/issues/477) fix [#478](https://github.com/kingdee/kdesign/issues/478) fix [#480](https://github.com/kingdee/kdesign/issues/480) ([aa92365](https://github.com/kingdee/kdesign/commit/aa92365aab290bce7238024264f5cba7e9b292d9))
|
|
886
|
+
* [select] 调整展开下拉面板后下拉箭头的颜色 fix [#483](https://github.com/kingdee/kdesign/issues/483) ([fb6d1a1](https://github.com/kingdee/kdesign/commit/fb6d1a1737849fe7ff5cb06dca9fb1515c5c7cd0))
|
|
887
|
+
* [select] 修复单选不带搜索选中选项后,再次点击选择器,输入框文字置灰问题 fix [#484](https://github.com/kingdee/kdesign/issues/484) ([e2b0cb9](https://github.com/kingdee/kdesign/commit/e2b0cb9be1bc82cd5226fa81309e1415b67cbc17))
|
|
888
|
+
* [select] 修复单选选择某一项后选择框聚焦问题 fix [#485](https://github.com/kingdee/kdesign/issues/485) ([641db48](https://github.com/kingdee/kdesign/commit/641db4817d61227a8507f4db3f4d4e70f1c84424))
|
|
889
|
+
* [select] 修复点击清空按钮下拉面板自动打开问题 fix [#486](https://github.com/kingdee/kdesign/issues/486) ([414530e](https://github.com/kingdee/kdesign/commit/414530ea9dc96a3334841c5ef9624cbb00edaf1b))
|
|
890
|
+
* [select] 修复下拉面板自适应问题 fix [#482](https://github.com/kingdee/kdesign/issues/482) ([25e390d](https://github.com/kingdee/kdesign/commit/25e390d61a6997d705673e2f43386392456b37e2))
|
|
891
|
+
* [select] 修复选择器悬浮手势问题 fix [#481](https://github.com/kingdee/kdesign/issues/481) ([1157be3](https://github.com/kingdee/kdesign/commit/1157be334d41792557ec8b65f4aafdee31660dcd))
|
|
652
892
|
|
|
653
893
|
|
|
654
894
|
|
|
655
|
-
## [1.7.17](https://github.com/
|
|
895
|
+
## [1.7.17](https://github.com/kingdee/kdesign/compare/v1.7.16...v1.7.17) (2023-07-07)
|
|
656
896
|
|
|
657
897
|
|
|
658
898
|
### Bug Fixes
|
|
659
899
|
|
|
660
|
-
* [card] 修复onClick事件不执行的问题 fix [#462](https://github.com/
|
|
661
|
-
* [carousel] 修复异步请求的数据在初始化时不能正确渲染的问题 fix [#461](https://github.com/
|
|
662
|
-
* [color-picker] 修改面板下边距和关闭所有配置产生的bug ([89120d9](https://github.com/
|
|
663
|
-
* [Dropdown]修复input为触发元素时位置问题 fix [#468](https://github.com/
|
|
664
|
-
* [filter] 修复方案查询不能设置自定义组件为Input的问题 ([f208555](https://github.com/
|
|
900
|
+
* [card] 修复onClick事件不执行的问题 fix [#462](https://github.com/kingdee/kdesign/issues/462) ([ac36269](https://github.com/kingdee/kdesign/commit/ac36269e26e379c73d6847b175ec35322418d2a6))
|
|
901
|
+
* [carousel] 修复异步请求的数据在初始化时不能正确渲染的问题 fix [#461](https://github.com/kingdee/kdesign/issues/461) ([d423369](https://github.com/kingdee/kdesign/commit/d423369f5d9385336741068d8d2636b627465cf2))
|
|
902
|
+
* [color-picker] 修改面板下边距和关闭所有配置产生的bug ([89120d9](https://github.com/kingdee/kdesign/commit/89120d936b0d66274439c42ba14dbfec6075eefc)), closes [#470](https://github.com/kingdee/kdesign/issues/470) [#471](https://github.com/kingdee/kdesign/issues/471)
|
|
903
|
+
* [Dropdown]修复input为触发元素时位置问题 fix [#468](https://github.com/kingdee/kdesign/issues/468) ([437a085](https://github.com/kingdee/kdesign/commit/437a08531c508fdd9f66f93f887ca611f5e8fc73))
|
|
904
|
+
* [filter] 修复方案查询不能设置自定义组件为Input的问题 ([f208555](https://github.com/kingdee/kdesign/commit/f2085559149ee83ee4932e23d37c84e06acde1f8))
|
|
665
905
|
|
|
666
906
|
|
|
667
907
|
|
|
668
|
-
## [1.7.16](https://github.com/
|
|
908
|
+
## [1.7.16](https://github.com/kingdee/kdesign/compare/v1.7.15...v1.7.16) (2023-06-30)
|
|
669
909
|
|
|
670
910
|
|
|
671
911
|
### Bug Fixes
|
|
672
912
|
|
|
673
|
-
* [card] 为组件添加ref [#422](https://github.com/
|
|
674
|
-
* [color-picker] 新增国际化单测 ([43d85e2](https://github.com/
|
|
675
|
-
* [color-picker] 修复下拉面板中select框可输入的问题 [#453](https://github.com/
|
|
676
|
-
* [form]修复清空子组件异常问题 fix [#449](https://github.com/
|
|
677
|
-
* [input-number] 修复传入的值为数字时报错 fix [#430](https://github.com/
|
|
678
|
-
* [notification]修复问题,完善单测 ([40a4e4b](https://github.com/
|
|
679
|
-
* [pagination] 调整数字与文字间距 fix: [#456](https://github.com/
|
|
680
|
-
* [select] 修复单选时选择先前的值onChange也会触发的问题 fix [#450](https://github.com/
|
|
681
|
-
* [select] 修复当多选选择器没有数据时全选按钮没办法取消勾选问题 fix [#454](https://github.com/
|
|
682
|
-
* [select] 修复配置showSearch属性时鼠标手势问题 fix [#455](https://github.com/
|
|
683
|
-
* [select] 修复鼠标手势问题 ([a7475c4](https://github.com/
|
|
684
|
-
* [transfer] 新增国际化单测 ([7e02c5b](https://github.com/
|
|
685
|
-
* [tree-select] 修复树选择器的class名存在重复的问题 fix [#445](https://github.com/
|
|
686
|
-
* [upload]修复onPreview问题 fix [#408](https://github.com/
|
|
913
|
+
* [card] 为组件添加ref [#422](https://github.com/kingdee/kdesign/issues/422) ([120f0d2](https://github.com/kingdee/kdesign/commit/120f0d2b027eabd74e542be718ba5f5929892caf))
|
|
914
|
+
* [color-picker] 新增国际化单测 ([43d85e2](https://github.com/kingdee/kdesign/commit/43d85e2c6b50595e8a846a892b3c2573f11a89b3))
|
|
915
|
+
* [color-picker] 修复下拉面板中select框可输入的问题 [#453](https://github.com/kingdee/kdesign/issues/453) ([c703e35](https://github.com/kingdee/kdesign/commit/c703e35393fc73c5638c38c988cb7741142e9c86))
|
|
916
|
+
* [form]修复清空子组件异常问题 fix [#449](https://github.com/kingdee/kdesign/issues/449) ([18e90b4](https://github.com/kingdee/kdesign/commit/18e90b454789d5432f2a4476bb812e17ff74491e))
|
|
917
|
+
* [input-number] 修复传入的值为数字时报错 fix [#430](https://github.com/kingdee/kdesign/issues/430) ([82d2e83](https://github.com/kingdee/kdesign/commit/82d2e83daa0113808bd56cd81e01bdb096cb9a49))
|
|
918
|
+
* [notification]修复问题,完善单测 ([40a4e4b](https://github.com/kingdee/kdesign/commit/40a4e4bf9af101d68694ae3993aeed75d09dfed7))
|
|
919
|
+
* [pagination] 调整数字与文字间距 fix: [#456](https://github.com/kingdee/kdesign/issues/456) ([f2a4f70](https://github.com/kingdee/kdesign/commit/f2a4f70a914005e6eb1cc734aacb5757cfe966f8))
|
|
920
|
+
* [select] 修复单选时选择先前的值onChange也会触发的问题 fix [#450](https://github.com/kingdee/kdesign/issues/450) ([bd2cb1d](https://github.com/kingdee/kdesign/commit/bd2cb1deaaa5590c3981a37329359e5eb4556304))
|
|
921
|
+
* [select] 修复当多选选择器没有数据时全选按钮没办法取消勾选问题 fix [#454](https://github.com/kingdee/kdesign/issues/454) ([1b07aaf](https://github.com/kingdee/kdesign/commit/1b07aafa912feee25be6451f609f7b4dc8c386d3))
|
|
922
|
+
* [select] 修复配置showSearch属性时鼠标手势问题 fix [#455](https://github.com/kingdee/kdesign/issues/455) ([c8616e7](https://github.com/kingdee/kdesign/commit/c8616e7a0f953ecb0ccba4bb7418e1cfacf46e51))
|
|
923
|
+
* [select] 修复鼠标手势问题 ([a7475c4](https://github.com/kingdee/kdesign/commit/a7475c44ec9bf53fa9ddf0725950b69732d2d406))
|
|
924
|
+
* [transfer] 新增国际化单测 ([7e02c5b](https://github.com/kingdee/kdesign/commit/7e02c5b1df5caae43e31f47181b3666a77356d8a))
|
|
925
|
+
* [tree-select] 修复树选择器的class名存在重复的问题 fix [#445](https://github.com/kingdee/kdesign/issues/445) ([6cdbd79](https://github.com/kingdee/kdesign/commit/6cdbd79dd79dbb5685f60f49ccad39eb64f33bda))
|
|
926
|
+
* [upload]修复onPreview问题 fix [#408](https://github.com/kingdee/kdesign/issues/408) ([20a1f24](https://github.com/kingdee/kdesign/commit/20a1f24f7ec1e830697a9b1e003d220e6b33f5fa))
|
|
687
927
|
|
|
688
928
|
|
|
689
929
|
### Features
|
|
690
930
|
|
|
691
|
-
* [button] 新增Button.Dropdown的loading api fix [#431](https://github.com/
|
|
692
|
-
* [tree-select] 新增api onlyExpandOnClickIcon 支持点击整行展开树节点 fix [#459](https://github.com/
|
|
931
|
+
* [button] 新增Button.Dropdown的loading api fix [#431](https://github.com/kingdee/kdesign/issues/431) ([a50e334](https://github.com/kingdee/kdesign/commit/a50e3342621fa3146a8f52263b20d8c9f6441142))
|
|
932
|
+
* [tree-select] 新增api onlyExpandOnClickIcon 支持点击整行展开树节点 fix [#459](https://github.com/kingdee/kdesign/issues/459) ([4b7348d](https://github.com/kingdee/kdesign/commit/4b7348d0a04e0c7def9e286fbf4c1af086bed2d1))
|
|
693
933
|
|
|
694
934
|
|
|
695
935
|
|
|
696
|
-
## [1.7.15](https://github.com/
|
|
936
|
+
## [1.7.15](https://github.com/kingdee/kdesign/compare/v1.7.14...v1.7.15) (2023-06-16)
|
|
697
937
|
|
|
698
938
|
|
|
699
939
|
### Bug Fixes
|
|
700
940
|
|
|
701
|
-
* [card] 更新card单测 ([f07fd69](https://github.com/
|
|
702
|
-
* [carousel] 更新carousel单测 ([22a664e](https://github.com/
|
|
703
|
-
* [carousel] 修改api文档排版 [#424](https://github.com/
|
|
704
|
-
* [city-picker]修复弹出面板无法关闭问题 fix [#441](https://github.com/
|
|
705
|
-
* [cli] 更新页面文档版本号 ([e2e212b](https://github.com/
|
|
706
|
-
* [cli] 更新页面文档版本号 ([edea91e](https://github.com/
|
|
707
|
-
* [color-picker] 更新color-picker单测 ([f5b6d88](https://github.com/
|
|
708
|
-
* [form]修复组件取值问题 fix [#440](https://github.com/
|
|
709
|
-
* [input-number] 更新数值输入框单测 ([ab58ad4](https://github.com/
|
|
710
|
-
* [input]修复边距问题 ([2edcb31](https://github.com/
|
|
711
|
-
* [Input]修复style属性缺失 fix [#437](https://github.com/
|
|
712
|
-
* [modal] 更新modal组件单测 ([df84b01](https://github.com/
|
|
713
|
-
* [modal] 修复拖动modal时内部的下拉框不自动关闭问题 fix [#442](https://github.com/
|
|
714
|
-
* [search] 更新搜索组件单测 ([8e33fe5](https://github.com/
|
|
715
|
-
* [select] 更新select单测 ([0d8fb79](https://github.com/
|
|
716
|
-
* [transfer] 更新transfer单测 ([c18c053](https://github.com/
|
|
717
|
-
* [tree-select] 更新树选择器单测 ([811d32e](https://github.com/
|
|
718
|
-
* [tree] 更新树组件单测 ([949e795](https://github.com/
|
|
941
|
+
* [card] 更新card单测 ([f07fd69](https://github.com/kingdee/kdesign/commit/f07fd69ada07b5aa62a716bce5a51e4508567efe))
|
|
942
|
+
* [carousel] 更新carousel单测 ([22a664e](https://github.com/kingdee/kdesign/commit/22a664e64b53b6c2a61b4c6fe50fd6ec04f8bf70))
|
|
943
|
+
* [carousel] 修改api文档排版 [#424](https://github.com/kingdee/kdesign/issues/424) ([e6f3b08](https://github.com/kingdee/kdesign/commit/e6f3b0802d85c06222dc27a90cdfeb85380396b3))
|
|
944
|
+
* [city-picker]修复弹出面板无法关闭问题 fix [#441](https://github.com/kingdee/kdesign/issues/441) ([e20bac3](https://github.com/kingdee/kdesign/commit/e20bac36806784e99f568552d2adf8968c75c6a1))
|
|
945
|
+
* [cli] 更新页面文档版本号 ([e2e212b](https://github.com/kingdee/kdesign/commit/e2e212b5cbbb0b83ec3c3400ff9b2c1a032af3be))
|
|
946
|
+
* [cli] 更新页面文档版本号 ([edea91e](https://github.com/kingdee/kdesign/commit/edea91e7c5ed827002b8d76eaa05b30fa373af63))
|
|
947
|
+
* [color-picker] 更新color-picker单测 ([f5b6d88](https://github.com/kingdee/kdesign/commit/f5b6d88f5f190837a96a0f4fc0bab35b8bb1623e))
|
|
948
|
+
* [form]修复组件取值问题 fix [#440](https://github.com/kingdee/kdesign/issues/440) ([3c9f651](https://github.com/kingdee/kdesign/commit/3c9f6510fd6cc3cba8c1f29f27634c1268ac342a))
|
|
949
|
+
* [input-number] 更新数值输入框单测 ([ab58ad4](https://github.com/kingdee/kdesign/commit/ab58ad498a8257c7820463e595075da81642556b))
|
|
950
|
+
* [input]修复边距问题 ([2edcb31](https://github.com/kingdee/kdesign/commit/2edcb31693bdf691e66e8678dcbab41abbcef324))
|
|
951
|
+
* [Input]修复style属性缺失 fix [#437](https://github.com/kingdee/kdesign/issues/437) ([f84f807](https://github.com/kingdee/kdesign/commit/f84f807cba44e96b5716f385aa1782765cdb9d59))
|
|
952
|
+
* [modal] 更新modal组件单测 ([df84b01](https://github.com/kingdee/kdesign/commit/df84b0121f463ca4a2ab12700f7fb2ecd5ad2256))
|
|
953
|
+
* [modal] 修复拖动modal时内部的下拉框不自动关闭问题 fix [#442](https://github.com/kingdee/kdesign/issues/442) ([42e1735](https://github.com/kingdee/kdesign/commit/42e17350adb85238365dcc627be9bad2f6fd9946))
|
|
954
|
+
* [search] 更新搜索组件单测 ([8e33fe5](https://github.com/kingdee/kdesign/commit/8e33fe5540b4a7fb83d943ec94db77622620a9a8))
|
|
955
|
+
* [select] 更新select单测 ([0d8fb79](https://github.com/kingdee/kdesign/commit/0d8fb79b5b81a97fd34e2f0457903ad4e3c8a144))
|
|
956
|
+
* [transfer] 更新transfer单测 ([c18c053](https://github.com/kingdee/kdesign/commit/c18c053bd3f909a03a3c232f58d328a964df92d6))
|
|
957
|
+
* [tree-select] 更新树选择器单测 ([811d32e](https://github.com/kingdee/kdesign/commit/811d32e7a512d672639472efa0d6268e01d2948f))
|
|
958
|
+
* [tree] 更新树组件单测 ([949e795](https://github.com/kingdee/kdesign/commit/949e795c476d1e9054a54bde70ce33bb2c77084d))
|
|
719
959
|
|
|
720
960
|
|
|
721
961
|
|
|
722
|
-
## [1.7.14](https://github.com/
|
|
962
|
+
## [1.7.14](https://github.com/kingdee/kdesign/compare/v1.7.13...v1.7.14) (2023-06-09)
|
|
723
963
|
|
|
724
964
|
|
|
725
965
|
### Bug Fixes
|
|
726
966
|
|
|
727
|
-
* [cli] 本地启动项目,docs-search 匹配结果url主站为 react.kingdee.design,不是localhost fixes:kdcloudone[#359](https://github.com/
|
|
728
|
-
* [empty] 修复imageStyle不生效的问题 fix [#393](https://github.com/
|
|
729
|
-
* [select] 新增select快捷键 fix [#405](https://github.com/
|
|
967
|
+
* [cli] 本地启动项目,docs-search 匹配结果url主站为 react.kingdee.design,不是localhost fixes:kdcloudone[#359](https://github.com/kingdee/kdesign/issues/359) ([5e4585b](https://github.com/kingdee/kdesign/commit/5e4585b13803ed924ee2dece6adf4dc866c84642))
|
|
968
|
+
* [empty] 修复imageStyle不生效的问题 fix [#393](https://github.com/kingdee/kdesign/issues/393) ([2e15b71](https://github.com/kingdee/kdesign/commit/2e15b71b7ba58d15105c5b11d729a461d9204c53))
|
|
969
|
+
* [select] 新增select快捷键 fix [#405](https://github.com/kingdee/kdesign/issues/405) ([51d20f8](https://github.com/kingdee/kdesign/commit/51d20f8fb0ba669ceaac75bb8083d3d451fe93a0))
|
|
730
970
|
|
|
731
971
|
|
|
732
972
|
|
|
733
|
-
## [1.7.13](https://github.com/
|
|
973
|
+
## [1.7.13](https://github.com/kingdee/kdesign/compare/v1.7.12...v1.7.13) (2023-06-02)
|
|
734
974
|
|
|
735
975
|
|
|
736
976
|
### Bug Fixes
|
|
737
977
|
|
|
738
|
-
* [anchor] 纵向锚点增加背景色 fix [#360](https://github.com/
|
|
739
|
-
* [cli] 修复在窗口尺寸变化时首页退出登录的问题 [#399](https://github.com/
|
|
740
|
-
* [modal] 修复maskClassName不生效 fix [#413](https://github.com/
|
|
741
|
-
* [stepper] 修复大数字时自增或自减操作丢失精度 fix [#385](https://github.com/
|
|
742
|
-
* [tree-select] 多选时onChange第二个参数返回nodes数组 fix [#388](https://github.com/
|
|
743
|
-
* [tree-select]修复单选初始化时设置value无行选中效果问题 fix [#387](https://github.com/
|
|
744
|
-
* [tree] 去除多选时行选中效果 fix [#401](https://github.com/
|
|
978
|
+
* [anchor] 纵向锚点增加背景色 fix [#360](https://github.com/kingdee/kdesign/issues/360) ([6877618](https://github.com/kingdee/kdesign/commit/687761873629043b649f04e2b514b334edef559c))
|
|
979
|
+
* [cli] 修复在窗口尺寸变化时首页退出登录的问题 [#399](https://github.com/kingdee/kdesign/issues/399) ([612cbce](https://github.com/kingdee/kdesign/commit/612cbce48f571da10534f2e84e915c9d87933bb1))
|
|
980
|
+
* [modal] 修复maskClassName不生效 fix [#413](https://github.com/kingdee/kdesign/issues/413) ([a4cba12](https://github.com/kingdee/kdesign/commit/a4cba12d53c020cce4952692a6b6a41923a91ef9))
|
|
981
|
+
* [stepper] 修复大数字时自增或自减操作丢失精度 fix [#385](https://github.com/kingdee/kdesign/issues/385) ([03db1f8](https://github.com/kingdee/kdesign/commit/03db1f8ca23f34a942e1c1cd3da0b9e5aaa2c31e))
|
|
982
|
+
* [tree-select] 多选时onChange第二个参数返回nodes数组 fix [#388](https://github.com/kingdee/kdesign/issues/388) ([0531718](https://github.com/kingdee/kdesign/commit/053171869ed05fe86fb4d0ad586bd16fb6b18588))
|
|
983
|
+
* [tree-select]修复单选初始化时设置value无行选中效果问题 fix [#387](https://github.com/kingdee/kdesign/issues/387) ([62b7b6e](https://github.com/kingdee/kdesign/commit/62b7b6e456be8939775b8b2dd6bea5de795f034a))
|
|
984
|
+
* [tree] 去除多选时行选中效果 fix [#401](https://github.com/kingdee/kdesign/issues/401) ([7630aa2](https://github.com/kingdee/kdesign/commit/7630aa27db5e27f047b02ac5a9bcd2b0254f3fcc))
|
|
745
985
|
|
|
746
986
|
|
|
747
987
|
### Features
|
|
748
988
|
|
|
749
|
-
* [color-picker] 新增颜色类型下拉面板选项背景色的design token [#386](https://github.com/
|
|
989
|
+
* [color-picker] 新增颜色类型下拉面板选项背景色的design token [#386](https://github.com/kingdee/kdesign/issues/386) ([fbe667d](https://github.com/kingdee/kdesign/commit/fbe667dd69b8d2d74b146cde35114de3131466bc))
|
|
750
990
|
|
|
751
991
|
|
|
752
992
|
|
|
753
|
-
## [1.7.12](https://github.com/
|
|
993
|
+
## [1.7.12](https://github.com/kingdee/kdesign/compare/v1.7.11...v1.7.12) (2023-05-26)
|
|
754
994
|
|
|
755
995
|
|
|
756
996
|
### Bug Fixes
|
|
757
997
|
|
|
758
|
-
* [tree-select] 修复面板高度超出时无法滚动的bug ([73f5bd9](https://github.com/
|
|
998
|
+
* [tree-select] 修复面板高度超出时无法滚动的bug ([73f5bd9](https://github.com/kingdee/kdesign/commit/73f5bd96d9bd4fa8e08db137354e68703753e2bb))
|
|
759
999
|
|
|
760
1000
|
|
|
761
1001
|
|
|
762
|
-
## [1.7.11](https://github.com/
|
|
1002
|
+
## [1.7.11](https://github.com/kingdee/kdesign/compare/v1.7.10...v1.7.11) (2023-05-26)
|
|
763
1003
|
|
|
764
1004
|
|
|
765
1005
|
### Bug Fixes
|
|
766
1006
|
|
|
767
|
-
* [cli] 修复 MDocsSearch 搜索结果显示异常的问题 fixed kdcloudone[#378](https://github.com/
|
|
768
|
-
* [pagination] 修复页目数视觉问题 ([90db7ab](https://github.com/
|
|
1007
|
+
* [cli] 修复 MDocsSearch 搜索结果显示异常的问题 fixed kdcloudone[#378](https://github.com/kingdee/kdesign/issues/378) ([71cb5f2](https://github.com/kingdee/kdesign/commit/71cb5f2c85a93536e6e732f4fdc868ae082d7278))
|
|
1008
|
+
* [pagination] 修复页目数视觉问题 ([90db7ab](https://github.com/kingdee/kdesign/commit/90db7abc4125f39c4432570da6fa3cfe67f461e4))
|
|
769
1009
|
|
|
770
1010
|
|
|
771
1011
|
|
|
772
|
-
## [1.7.10](https://github.com/
|
|
1012
|
+
## [1.7.10](https://github.com/kingdee/kdesign/compare/v1.7.9...v1.7.10) (2023-05-19)
|
|
773
1013
|
|
|
774
1014
|
|
|
775
1015
|
### Bug Fixes
|
|
776
1016
|
|
|
777
|
-
* [drawer]更新抽屉组件单测 ([ef2ee55](https://github.com/
|
|
778
|
-
* [input]修复清空按钮触发失焦问题 fix [#371](https://github.com/
|
|
779
|
-
* [menu]更新menu组件单测 ([8e60543](https://github.com/
|
|
780
|
-
* [progress]更新进度条组件单测 ([bafaa8d](https://github.com/
|
|
781
|
-
* [split-panel]更新分割容器组件单测 ([6ee2c91](https://github.com/
|
|
782
|
-
* [switch]更新开关组件单测 ([a3763ee](https://github.com/
|
|
1017
|
+
* [drawer]更新抽屉组件单测 ([ef2ee55](https://github.com/kingdee/kdesign/commit/ef2ee5524f6000df74c0d64d17d9045d26eda370))
|
|
1018
|
+
* [input]修复清空按钮触发失焦问题 fix [#371](https://github.com/kingdee/kdesign/issues/371) ([a9afce7](https://github.com/kingdee/kdesign/commit/a9afce7f68052bebb20a643831e778599e5b1a20))
|
|
1019
|
+
* [menu]更新menu组件单测 ([8e60543](https://github.com/kingdee/kdesign/commit/8e605432870f62dac99dc613c378f6ab93799d60))
|
|
1020
|
+
* [progress]更新进度条组件单测 ([bafaa8d](https://github.com/kingdee/kdesign/commit/bafaa8d052440aece38b7b2d5038f757a82f180e))
|
|
1021
|
+
* [split-panel]更新分割容器组件单测 ([6ee2c91](https://github.com/kingdee/kdesign/commit/6ee2c91a476a61039c01f460dd482ab3174c97fd))
|
|
1022
|
+
* [switch]更新开关组件单测 ([a3763ee](https://github.com/kingdee/kdesign/commit/a3763ee58b74526ff258a7c824b53ca55bafa88b))
|
|
783
1023
|
|
|
784
1024
|
|
|
785
1025
|
### Features
|
|
786
1026
|
|
|
787
|
-
* [collapse]新增受控模式 fix [#341](https://github.com/
|
|
1027
|
+
* [collapse]新增受控模式 fix [#341](https://github.com/kingdee/kdesign/issues/341) ([959e886](https://github.com/kingdee/kdesign/commit/959e886c2d449a9845f3ac2c36123c945273e527))
|
|
788
1028
|
|
|
789
1029
|
|
|
790
1030
|
|
|
791
|
-
## [1.7.9](https://github.com/
|
|
1031
|
+
## [1.7.9](https://github.com/kingdee/kdesign/compare/v1.7.8...v1.7.9) (2023-05-12)
|
|
792
1032
|
|
|
793
1033
|
|
|
794
1034
|
### Bug Fixes
|
|
795
1035
|
|
|
796
|
-
* [cli] 修改从组件库登录成功后停留在首页的bug ([b340b3d](https://github.com/
|
|
797
|
-
* [cli] 修改组件库登录功能 ([dd59039](https://github.com/
|
|
798
|
-
* [input]allowClear占位问题 fix [#348](https://github.com/
|
|
1036
|
+
* [cli] 修改从组件库登录成功后停留在首页的bug ([b340b3d](https://github.com/kingdee/kdesign/commit/b340b3d224e31e5e6bc3ab6708c8c3cec61a85dd))
|
|
1037
|
+
* [cli] 修改组件库登录功能 ([dd59039](https://github.com/kingdee/kdesign/commit/dd590397ac98e32d497016ab8be0c8d17937dc90))
|
|
1038
|
+
* [input]allowClear占位问题 fix [#348](https://github.com/kingdee/kdesign/issues/348) ([31d1867](https://github.com/kingdee/kdesign/commit/31d1867b292a66a1672aa6605fad580b4f2856f3))
|
|
799
1039
|
|
|
800
1040
|
|
|
801
1041
|
### Features
|
|
802
1042
|
|
|
803
|
-
* [tree-select] 新增dropdownRender属性 fix [#343](https://github.com/
|
|
1043
|
+
* [tree-select] 新增dropdownRender属性 fix [#343](https://github.com/kingdee/kdesign/issues/343) ([b4dccb4](https://github.com/kingdee/kdesign/commit/b4dccb4e5085f00196529050df208f80f3f151bb))
|
|
804
1044
|
|
|
805
1045
|
|
|
806
1046
|
|
|
807
|
-
## [1.7.8](https://github.com/
|
|
1047
|
+
## [1.7.8](https://github.com/kingdee/kdesign/compare/v1.7.7...v1.7.8) (2023-05-08)
|
|
808
1048
|
|
|
809
1049
|
|
|
810
1050
|
### Bug Fixes
|
|
811
1051
|
|
|
812
|
-
* [table] 修复新增自适应宽度特性导致的报错 ([c7e5c84](https://github.com/
|
|
1052
|
+
* [table] 修复新增自适应宽度特性导致的报错 ([c7e5c84](https://github.com/kingdee/kdesign/commit/c7e5c844f901d5b73f43c7ad73cb5235a0cbc5b0))
|
|
813
1053
|
|
|
814
1054
|
|
|
815
1055
|
|
|
816
|
-
## [1.7.7](https://github.com/
|
|
1056
|
+
## [1.7.7](https://github.com/kingdee/kdesign/compare/v1.7.6...v1.7.7) (2023-05-06)
|
|
817
1057
|
|
|
818
1058
|
|
|
819
1059
|
### Features
|
|
820
1060
|
|
|
821
|
-
* [table] 新增列宽自适应功能 fix [#249](https://github.com/
|
|
1061
|
+
* [table] 新增列宽自适应功能 fix [#249](https://github.com/kingdee/kdesign/issues/249) ([15e2412](https://github.com/kingdee/kdesign/commit/15e2412fef15132a5bba59c1f8ab7b4d760f3e36))
|
|
822
1062
|
|
|
823
1063
|
|
|
824
1064
|
|
|
825
|
-
## [1.7.6](https://github.com/
|
|
1065
|
+
## [1.7.6](https://github.com/kingdee/kdesign/compare/v1.7.5...v1.7.6) (2023-04-28)
|
|
826
1066
|
|
|
827
1067
|
|
|
828
1068
|
### Bug Fixes
|
|
829
1069
|
|
|
830
|
-
* [cli] 修改登录功能cookie中的domin ([e2ed910](https://github.com/
|
|
831
|
-
* [input]修复校验状态样式 ([9feda12](https://github.com/
|
|
1070
|
+
* [cli] 修改登录功能cookie中的domin ([e2ed910](https://github.com/kingdee/kdesign/commit/e2ed9103efe2971ee89ce812e542bf2d39052126))
|
|
1071
|
+
* [input]修复校验状态样式 ([9feda12](https://github.com/kingdee/kdesign/commit/9feda129dd2b64ff208f9d6acec538edd8bc20fe))
|
|
832
1072
|
|
|
833
1073
|
|
|
834
1074
|
### Features
|
|
835
1075
|
|
|
836
|
-
* [form]传递校验属性 fix [#330](https://github.com/
|
|
837
|
-
* [input]添加校验状态 ([dce1364](https://github.com/
|
|
1076
|
+
* [form]传递校验属性 fix [#330](https://github.com/kingdee/kdesign/issues/330) ([e55685c](https://github.com/kingdee/kdesign/commit/e55685ce0b56a5e63dc239878d488e95053e9668))
|
|
1077
|
+
* [input]添加校验状态 ([dce1364](https://github.com/kingdee/kdesign/commit/dce13646317ae9a8a7d3d847cff2f7885f23fae7))
|
|
838
1078
|
|
|
839
1079
|
|
|
840
1080
|
|
|
841
|
-
## [1.7.5](https://github.com/
|
|
1081
|
+
## [1.7.5](https://github.com/kingdee/kdesign/compare/v1.7.4...v1.7.5) (2023-04-27)
|
|
842
1082
|
|
|
843
1083
|
|
|
844
1084
|
### Bug Fixes
|
|
845
1085
|
|
|
846
|
-
* [card] 更新卡片单测 ([d7c6eaf](https://github.com/
|
|
847
|
-
* [carousel] 更新走马灯单测 ([3539ac5](https://github.com/
|
|
848
|
-
* [color-picker] 更新颜色选择器单测 ([49c9975](https://github.com/
|
|
849
|
-
* [dropdown] Dropdown defaultKey 不生效[#326](https://github.com/
|
|
850
|
-
* [tree] 更新树组件单测 ([52b81ff](https://github.com/
|
|
851
|
-
* [tree] 修复单测报错 ([781aaa0](https://github.com/
|
|
852
|
-
* [tree] 修复重新设置scrollToKey父节点不展开问题 fix [#334](https://github.com/
|
|
1086
|
+
* [card] 更新卡片单测 ([d7c6eaf](https://github.com/kingdee/kdesign/commit/d7c6eaf2a1a7d1b8d6e27be399244874a14207a9))
|
|
1087
|
+
* [carousel] 更新走马灯单测 ([3539ac5](https://github.com/kingdee/kdesign/commit/3539ac5276d373005fb7f235ed1e75de7dfe46a6))
|
|
1088
|
+
* [color-picker] 更新颜色选择器单测 ([49c9975](https://github.com/kingdee/kdesign/commit/49c9975f60e16e29ea0e845fd88a90a8a5742d3e))
|
|
1089
|
+
* [dropdown] Dropdown defaultKey 不生效[#326](https://github.com/kingdee/kdesign/issues/326) ([0216b46](https://github.com/kingdee/kdesign/commit/0216b46ad9e3083b1cbc42bcd11886969441b56e))
|
|
1090
|
+
* [tree] 更新树组件单测 ([52b81ff](https://github.com/kingdee/kdesign/commit/52b81ff9b5bd37b27936e40733a51f25ea51e3cb))
|
|
1091
|
+
* [tree] 修复单测报错 ([781aaa0](https://github.com/kingdee/kdesign/commit/781aaa02f5231f502d37de2356ce3fdd64017fc0))
|
|
1092
|
+
* [tree] 修复重新设置scrollToKey父节点不展开问题 fix [#334](https://github.com/kingdee/kdesign/issues/334) ([3252d79](https://github.com/kingdee/kdesign/commit/3252d79407b2821e569250b9ad02c9ff0e78f94b))
|
|
853
1093
|
|
|
854
1094
|
|
|
855
1095
|
### Features
|
|
856
1096
|
|
|
857
|
-
* [color-picker] 透明度可配置隐藏 [#329](https://github.com/
|
|
858
|
-
* 新增登录登出功能 ([f428659](https://github.com/
|
|
1097
|
+
* [color-picker] 透明度可配置隐藏 [#329](https://github.com/kingdee/kdesign/issues/329) ([42d8aa5](https://github.com/kingdee/kdesign/commit/42d8aa51c7513bc244c735e87276c23b6e7647f4))
|
|
1098
|
+
* 新增登录登出功能 ([f428659](https://github.com/kingdee/kdesign/commit/f428659e3ca51366e485183a56f08c62e0f78055))
|
|
859
1099
|
|
|
860
1100
|
|
|
861
1101
|
|
|
862
|
-
## [1.7.4](https://github.com/
|
|
1102
|
+
## [1.7.4](https://github.com/kingdee/kdesign/compare/v1.7.3...v1.7.4) (2023-04-21)
|
|
863
1103
|
|
|
864
1104
|
|
|
865
1105
|
### Bug Fixes
|
|
866
1106
|
|
|
867
|
-
* [cli] 修复由于postcss升级导致的ts报错 ([74dee75](https://github.com/
|
|
868
|
-
* [table] 修复筛选条件等于\&不等于不生效的问题 fix [#310](https://github.com/
|
|
1107
|
+
* [cli] 修复由于postcss升级导致的ts报错 ([74dee75](https://github.com/kingdee/kdesign/commit/74dee75525c688a824eae607a6f6f1ec7716024c))
|
|
1108
|
+
* [table] 修复筛选条件等于\&不等于不生效的问题 fix [#310](https://github.com/kingdee/kdesign/issues/310) ([ed889ef](https://github.com/kingdee/kdesign/commit/ed889ef31bbbd29e3696d0c6274554ff32f4e2e2))
|
|
869
1109
|
|
|
870
1110
|
|
|
871
1111
|
|
|
872
|
-
## [1.7.3](https://github.com/
|
|
1112
|
+
## [1.7.3](https://github.com/kingdee/kdesign/compare/v1.7.2...v1.7.3) (2023-04-13)
|
|
873
1113
|
|
|
874
1114
|
|
|
875
1115
|
### Bug Fixes
|
|
876
1116
|
|
|
877
|
-
* [select] 修复defaultOpen默认打开下拉面板不生效 fix [#313](https://github.com/
|
|
878
|
-
* [tree-select] 修复下拉面板树样式与视觉稿不一致问题 fix [#323](https://github.com/
|
|
879
|
-
* [tree-select] 修复token命名重复问题 fix [#321](https://github.com/
|
|
880
|
-
* [tree] 修复defaultSelectedKeys不生效 fix [#322](https://github.com/
|
|
1117
|
+
* [select] 修复defaultOpen默认打开下拉面板不生效 fix [#313](https://github.com/kingdee/kdesign/issues/313) ([882c51b](https://github.com/kingdee/kdesign/commit/882c51b2fa2347ea06579578816ddff97d6dc5c3))
|
|
1118
|
+
* [tree-select] 修复下拉面板树样式与视觉稿不一致问题 fix [#323](https://github.com/kingdee/kdesign/issues/323) ([9d31ec6](https://github.com/kingdee/kdesign/commit/9d31ec61b8197a6bebacf27aebfa48d8818ccc99))
|
|
1119
|
+
* [tree-select] 修复token命名重复问题 fix [#321](https://github.com/kingdee/kdesign/issues/321) ([5236775](https://github.com/kingdee/kdesign/commit/5236775b5b09da99b2bd4155ecbedbd898e32d8b))
|
|
1120
|
+
* [tree] 修复defaultSelectedKeys不生效 fix [#322](https://github.com/kingdee/kdesign/issues/322) ([a20ef74](https://github.com/kingdee/kdesign/commit/a20ef7410a195189294b46b6969773a089a707b1))
|
|
881
1121
|
|
|
882
1122
|
|
|
883
1123
|
|
|
884
|
-
## [1.7.2](https://github.com/
|
|
1124
|
+
## [1.7.2](https://github.com/kingdee/kdesign/compare/v1.7.1...v1.7.2) (2023-04-07)
|
|
885
1125
|
|
|
886
1126
|
|
|
887
1127
|
### Bug Fixes
|
|
888
1128
|
|
|
889
|
-
* [color-picker] 修复单测问题点 ([59128c8](https://github.com/
|
|
890
|
-
* [color-picker] 修复ColorPicker中第三方包color不被babel编译的问题 ([de871df](https://github.com/
|
|
891
|
-
* [color-picker] 颜色面板下拉框中的option未固定位置 [#307](https://github.com/
|
|
892
|
-
* [modal] 修复多层弹窗拖拽会同时移动问题 fix [#312](https://github.com/
|
|
893
|
-
* [modal] 修复modal传入style不生效问题 fix [#317](https://github.com/
|
|
894
|
-
* [modal] 修复modal拖拽不能控制拖拽边界 fix [#318](https://github.com/
|
|
895
|
-
* [select] 更新选择器单测 ([2d78242](https://github.com/
|
|
896
|
-
* 当子元素只有一个时,Dropdown.menu设置的属性不生效 [#308](https://github.com/
|
|
1129
|
+
* [color-picker] 修复单测问题点 ([59128c8](https://github.com/kingdee/kdesign/commit/59128c8b41411adf2974466e5e434e656c27d724))
|
|
1130
|
+
* [color-picker] 修复ColorPicker中第三方包color不被babel编译的问题 ([de871df](https://github.com/kingdee/kdesign/commit/de871df72dee2e17aa14553daa811406a98dcf35))
|
|
1131
|
+
* [color-picker] 颜色面板下拉框中的option未固定位置 [#307](https://github.com/kingdee/kdesign/issues/307) ([ed81af8](https://github.com/kingdee/kdesign/commit/ed81af8b0cb9d00da07677dc160c5ad2436eb497))
|
|
1132
|
+
* [modal] 修复多层弹窗拖拽会同时移动问题 fix [#312](https://github.com/kingdee/kdesign/issues/312) ([1adc288](https://github.com/kingdee/kdesign/commit/1adc288ddfde66bd3c4951fd71e6ae8ae6739a5c))
|
|
1133
|
+
* [modal] 修复modal传入style不生效问题 fix [#317](https://github.com/kingdee/kdesign/issues/317) ([1325ee6](https://github.com/kingdee/kdesign/commit/1325ee6001e2de6b2abcad490c5620c303faf69c))
|
|
1134
|
+
* [modal] 修复modal拖拽不能控制拖拽边界 fix [#318](https://github.com/kingdee/kdesign/issues/318) ([c7d909d](https://github.com/kingdee/kdesign/commit/c7d909d9740ff8e73f2a5f76ec388d1e8ac26a7c))
|
|
1135
|
+
* [select] 更新选择器单测 ([2d78242](https://github.com/kingdee/kdesign/commit/2d78242ffa0717aee79467d480dd14f0834661ee))
|
|
1136
|
+
* 当子元素只有一个时,Dropdown.menu设置的属性不生效 [#308](https://github.com/kingdee/kdesign/issues/308) ([c7111ec](https://github.com/kingdee/kdesign/commit/c7111ec1e3b2c3e56aa63ba1be09c8dd6bc92c3c))
|
|
897
1137
|
|
|
898
1138
|
|
|
899
1139
|
|
|
900
|
-
## [1.7.1](https://github.com/
|
|
1140
|
+
## [1.7.1](https://github.com/kingdee/kdesign/compare/v1.7.0...v1.7.1) (2023-03-24)
|
|
901
1141
|
|
|
902
1142
|
|
|
903
1143
|
### Bug Fixes
|
|
904
1144
|
|
|
905
|
-
* [cli] 添加组件概览缩略图默认值 ([9ad9386](https://github.com/
|
|
906
|
-
* [cli] 修复国际化配置需全量传入参数问题 fix [#297](https://github.com/
|
|
907
|
-
* [pagination]修复样式问题 fix [#288](https://github.com/
|
|
908
|
-
* [pagination]修复样式问题 fix [#288](https://github.com/
|
|
1145
|
+
* [cli] 添加组件概览缩略图默认值 ([9ad9386](https://github.com/kingdee/kdesign/commit/9ad9386fa64702605942c8bddfa8179b869db348))
|
|
1146
|
+
* [cli] 修复国际化配置需全量传入参数问题 fix [#297](https://github.com/kingdee/kdesign/issues/297) ([90de9ad](https://github.com/kingdee/kdesign/commit/90de9ad3f5bf952432161de40a4067f678365a9c))
|
|
1147
|
+
* [pagination]修复样式问题 fix [#288](https://github.com/kingdee/kdesign/issues/288) ([37ec001](https://github.com/kingdee/kdesign/commit/37ec00156fe68c7188150158ceffa0e0457d784c))
|
|
1148
|
+
* [pagination]修复样式问题 fix [#288](https://github.com/kingdee/kdesign/issues/288) ([8283ed8](https://github.com/kingdee/kdesign/commit/8283ed89af37eebfe2dc06c85769715558760857))
|
|
909
1149
|
|
|
910
1150
|
|
|
911
1151
|
### Features
|
|
912
1152
|
|
|
913
|
-
* [color-picker] add color-picker component ([74c8266](https://github.com/
|
|
1153
|
+
* [color-picker] add color-picker component ([74c8266](https://github.com/kingdee/kdesign/commit/74c8266fa426ba3d6b7b2ba03eac7cac75990fdc))
|
|
914
1154
|
|
|
915
1155
|
|
|
916
1156
|
|
|
917
|
-
# [1.7.0](https://github.com/
|
|
1157
|
+
# [1.7.0](https://github.com/kingdee/kdesign/compare/v1.6.40...v1.7.0) (2023-03-23)
|
|
918
1158
|
|
|
919
1159
|
|
|
920
1160
|
### Bug Fixes
|
|
921
1161
|
|
|
922
|
-
* [cascader] 选择后反选对应的显示内容错误 fix [#289](https://github.com/
|
|
923
|
-
* [cascader] 选择两个label相同的选项报错 fix [#290](https://github.com/
|
|
924
|
-
* [input]修复mouseDown失焦问题 fix [#295](https://github.com/
|
|
1162
|
+
* [cascader] 选择后反选对应的显示内容错误 fix [#289](https://github.com/kingdee/kdesign/issues/289) ([8e645af](https://github.com/kingdee/kdesign/commit/8e645affebd31130c138ffa91bf50d8994f82957))
|
|
1163
|
+
* [cascader] 选择两个label相同的选项报错 fix [#290](https://github.com/kingdee/kdesign/issues/290) ([9237809](https://github.com/kingdee/kdesign/commit/9237809f4c95bd1daaae08de05669e3be6c84084))
|
|
1164
|
+
* [input]修复mouseDown失焦问题 fix [#295](https://github.com/kingdee/kdesign/issues/295) ([06cd8f2](https://github.com/kingdee/kdesign/commit/06cd8f24b995e44cb00e5581fb64814442886da8))
|
|
925
1165
|
|
|
926
1166
|
|
|
927
1167
|
### Features
|
|
928
1168
|
|
|
929
|
-
* [tree-select] 新增树选择器 ([50b9e0e](https://github.com/
|
|
1169
|
+
* [tree-select] 新增树选择器 ([50b9e0e](https://github.com/kingdee/kdesign/commit/50b9e0e519433c9d251e6ab2ba4c5bfa508d06f9))
|
|
930
1170
|
|
|
931
1171
|
|
|
932
1172
|
|
|
933
|
-
## [1.6.40](https://github.com/
|
|
1173
|
+
## [1.6.40](https://github.com/kingdee/kdesign/compare/v1.6.39...v1.6.40) (2023-03-16)
|
|
934
1174
|
|
|
935
1175
|
|
|
936
1176
|
### Bug Fixes
|
|
937
1177
|
|
|
938
|
-
* [button] 修复文字按钮禁用状态下触发click事件 fix [#281](https://github.com/
|
|
939
|
-
* [input]修复suffix问题 ([7ccb629](https://github.com/
|
|
940
|
-
* [select] 修复传入options时optionLabelProp无效问题 ([51d0973](https://github.com/
|
|
941
|
-
* [select] 修复autoFocus不生效问题 ([c0909da](https://github.com/
|
|
942
|
-
* [select] 修复clearIcon不生效问题 ([ea2837f](https://github.com/
|
|
943
|
-
* [tree] 修复当父节点key值为0时filterTreeNode失效 fix [#280](https://github.com/
|
|
944
|
-
* [tree] 修复节点过滤时部分节点不展开问题 fix [#278](https://github.com/
|
|
945
|
-
* [upload]修复children渲染问题 ([2d0af4c](https://github.com/
|
|
1178
|
+
* [button] 修复文字按钮禁用状态下触发click事件 fix [#281](https://github.com/kingdee/kdesign/issues/281) ([5a9e5f1](https://github.com/kingdee/kdesign/commit/5a9e5f1fd6dd60b1e58fe19b6839b98df74ccd04))
|
|
1179
|
+
* [input]修复suffix问题 ([7ccb629](https://github.com/kingdee/kdesign/commit/7ccb6296b385045ad864b079f7ca8a8177987c73))
|
|
1180
|
+
* [select] 修复传入options时optionLabelProp无效问题 ([51d0973](https://github.com/kingdee/kdesign/commit/51d09730089f8f977284c0978727f9d984a6175f))
|
|
1181
|
+
* [select] 修复autoFocus不生效问题 ([c0909da](https://github.com/kingdee/kdesign/commit/c0909dac9effa3b18533fdbb5d8b676ede47c555))
|
|
1182
|
+
* [select] 修复clearIcon不生效问题 ([ea2837f](https://github.com/kingdee/kdesign/commit/ea2837f13ded0359b11ef0bbd30e42b07b889a17))
|
|
1183
|
+
* [tree] 修复当父节点key值为0时filterTreeNode失效 fix [#280](https://github.com/kingdee/kdesign/issues/280) ([6090a50](https://github.com/kingdee/kdesign/commit/6090a50939372e0279e9706843779285cddd7c57))
|
|
1184
|
+
* [tree] 修复节点过滤时部分节点不展开问题 fix [#278](https://github.com/kingdee/kdesign/issues/278) ([6622ea5](https://github.com/kingdee/kdesign/commit/6622ea560a14059ffb7c22ac2e627fbe2ae29bd1))
|
|
1185
|
+
* [upload]修复children渲染问题 ([2d0af4c](https://github.com/kingdee/kdesign/commit/2d0af4cee0e6fecd792f92c5727d16f1950edc25))
|
|
946
1186
|
|
|
947
1187
|
|
|
948
1188
|
|
|
949
|
-
## [1.6.39](https://github.com/
|
|
1189
|
+
## [1.6.39](https://github.com/kingdee/kdesign/compare/v1.6.38...v1.6.39) (2023-03-09)
|
|
950
1190
|
|
|
951
1191
|
|
|
952
1192
|
### Bug Fixes
|
|
953
1193
|
|
|
954
|
-
* [date-picker]修复面板箭头问题 ([fd693bd](https://github.com/
|
|
955
|
-
* [date-picker]修复内存泄露问题 ([175e9aa](https://github.com/
|
|
956
|
-
* [date-picker]修复时间范围快速选择年月问题 ([7c2cf97](https://github.com/
|
|
1194
|
+
* [date-picker]修复面板箭头问题 ([fd693bd](https://github.com/kingdee/kdesign/commit/fd693bdde37606d8a0d44ae597a5c2882e9ff937))
|
|
1195
|
+
* [date-picker]修复内存泄露问题 ([175e9aa](https://github.com/kingdee/kdesign/commit/175e9aae96a3c7abfb36153ad1353acda5e2a8e3))
|
|
1196
|
+
* [date-picker]修复时间范围快速选择年月问题 ([7c2cf97](https://github.com/kingdee/kdesign/commit/7c2cf9726b744e693abe78c4b4e8ec0de6cbf88b))
|
|
957
1197
|
|
|
958
1198
|
|
|
959
1199
|
|
|
960
|
-
## [1.6.38](https://github.com/
|
|
1200
|
+
## [1.6.38](https://github.com/kingdee/kdesign/compare/v1.6.37...v1.6.38) (2023-03-02)
|
|
961
1201
|
|
|
962
1202
|
|
|
963
1203
|
### Bug Fixes
|
|
964
1204
|
|
|
965
|
-
* [cli] 修复prettier版本更新导致的格式校验报错 ([1da0f06](https://github.com/
|
|
966
|
-
* [image-cropper] 支持设置裁剪区域百分比 fix [#270](https://github.com/
|
|
967
|
-
* [radio] onChange 控制被选中项的bug [#273](https://github.com/
|
|
1205
|
+
* [cli] 修复prettier版本更新导致的格式校验报错 ([1da0f06](https://github.com/kingdee/kdesign/commit/1da0f0602159dd542a2eb2788b1f4d713403e3a1))
|
|
1206
|
+
* [image-cropper] 支持设置裁剪区域百分比 fix [#270](https://github.com/kingdee/kdesign/issues/270) ([e56d29e](https://github.com/kingdee/kdesign/commit/e56d29e62103c899f2a44c0b0baade79b6206b81))
|
|
1207
|
+
* [radio] onChange 控制被选中项的bug [#273](https://github.com/kingdee/kdesign/issues/273) ([1676998](https://github.com/kingdee/kdesign/commit/1676998049a753bfbdd13b062f6709286e9b8d93))
|
|
968
1208
|
|
|
969
1209
|
|
|
970
1210
|
|
|
971
|
-
## [1.6.37](https://github.com/
|
|
1211
|
+
## [1.6.37](https://github.com/kingdee/kdesign/compare/v1.6.36...v1.6.37) (2023-02-28)
|
|
972
1212
|
|
|
973
1213
|
|
|
974
1214
|
### Bug Fixes
|
|
975
1215
|
|
|
976
|
-
* [table]修复分组列收起后,拖拽列宽鼠标位置不正确 bug ([cc4fa11](https://github.com/
|
|
1216
|
+
* [table]修复分组列收起后,拖拽列宽鼠标位置不正确 bug ([cc4fa11](https://github.com/kingdee/kdesign/commit/cc4fa116de9da24442c5a9db8cefd0e4d02f24e0))
|
|
977
1217
|
|
|
978
1218
|
|
|
979
1219
|
|
|
980
|
-
## [1.6.36](https://github.com/
|
|
1220
|
+
## [1.6.36](https://github.com/kingdee/kdesign/compare/v1.6.35...v1.6.36) (2023-02-23)
|
|
981
1221
|
|
|
982
1222
|
|
|
983
1223
|
### Bug Fixes
|
|
984
1224
|
|
|
985
|
-
* [date-picker]修复切换年月异常 fix [#256](https://github.com/
|
|
986
|
-
* [dropdown]menu 包含framgement 的时候不能传递class ([04a14cb](https://github.com/
|
|
987
|
-
* [image-cropper] 图片裁剪重新上传按钮和其他按钮没有对启 fix [#238](https://github.com/
|
|
988
|
-
* [select] 修复可搜索选择器无法点击自身关闭下拉框问题 ([c386960](https://github.com/
|
|
1225
|
+
* [date-picker]修复切换年月异常 fix [#256](https://github.com/kingdee/kdesign/issues/256) ([f33e022](https://github.com/kingdee/kdesign/commit/f33e0227b9d35c7043d513c0bb3227540cd150f7))
|
|
1226
|
+
* [dropdown]menu 包含framgement 的时候不能传递class ([04a14cb](https://github.com/kingdee/kdesign/commit/04a14cb6ba361d3e99b542dc37be5205e1c0937c))
|
|
1227
|
+
* [image-cropper] 图片裁剪重新上传按钮和其他按钮没有对启 fix [#238](https://github.com/kingdee/kdesign/issues/238) ([15fa1c4](https://github.com/kingdee/kdesign/commit/15fa1c458984c1b559696103faf376b3c395b94e))
|
|
1228
|
+
* [select] 修复可搜索选择器无法点击自身关闭下拉框问题 ([c386960](https://github.com/kingdee/kdesign/commit/c386960a4251fe2e8c2286f5d553318727698e98))
|
|
989
1229
|
|
|
990
1230
|
|
|
991
1231
|
|
|
992
|
-
## [1.6.35](https://github.com/
|
|
1232
|
+
## [1.6.35](https://github.com/kingdee/kdesign/compare/v1.6.34...v1.6.35) (2023-02-22)
|
|
993
1233
|
|
|
994
1234
|
|
|
995
1235
|
### Bug Fixes
|
|
996
1236
|
|
|
997
|
-
* [cli] 修复ts报错 ([72eeb56](https://github.com/
|
|
998
|
-
* [date-picker]修复disabled时清除图标异常 fix [#256](https://github.com/
|
|
999
|
-
* [select] 当选项字符数较多时,多选框大小会被压缩 fix [#258](https://github.com/
|
|
1000
|
-
* [select] 修复视觉bug fix [#247](https://github.com/
|
|
1001
|
-
* [tree] 自定义展开收起图标鼠标可点击范围太小 fix [#236](https://github.com/
|
|
1237
|
+
* [cli] 修复ts报错 ([72eeb56](https://github.com/kingdee/kdesign/commit/72eeb56580aa897c22e26607815bf672caa0b6d8))
|
|
1238
|
+
* [date-picker]修复disabled时清除图标异常 fix [#256](https://github.com/kingdee/kdesign/issues/256) ([35a1a5d](https://github.com/kingdee/kdesign/commit/35a1a5d1fe0eb138db2cc8eb896c2ca416eaecaf))
|
|
1239
|
+
* [select] 当选项字符数较多时,多选框大小会被压缩 fix [#258](https://github.com/kingdee/kdesign/issues/258) ([876c6ad](https://github.com/kingdee/kdesign/commit/876c6adc57b699d9dc750299a22f736e67650302))
|
|
1240
|
+
* [select] 修复视觉bug fix [#247](https://github.com/kingdee/kdesign/issues/247) ([c2ae7ae](https://github.com/kingdee/kdesign/commit/c2ae7ae256461cb392ab0861452e1aae63b7da04))
|
|
1241
|
+
* [tree] 自定义展开收起图标鼠标可点击范围太小 fix [#236](https://github.com/kingdee/kdesign/issues/236) ([f3d9153](https://github.com/kingdee/kdesign/commit/f3d915313f063c2e991d044d489c1b9e871fc8e6))
|
|
1002
1242
|
|
|
1003
1243
|
|
|
1004
1244
|
|
|
1005
|
-
## [1.6.34](https://github.com/
|
|
1245
|
+
## [1.6.34](https://github.com/kingdee/kdesign/compare/v1.6.33...v1.6.34) (2023-02-20)
|
|
1006
1246
|
|
|
1007
1247
|
|
|
1008
1248
|
### Bug Fixes
|
|
1009
1249
|
|
|
1010
|
-
* [cli] 更新单测配置文件 ([dcd6a3a](https://github.com/
|
|
1011
|
-
* [rate] 修复自定义样式不生效的问题 ([08c6b53](https://github.com/
|
|
1250
|
+
* [cli] 更新单测配置文件 ([dcd6a3a](https://github.com/kingdee/kdesign/commit/dcd6a3a1165e111b05d6bc71dbca4ac0813c7246))
|
|
1251
|
+
* [rate] 修复自定义样式不生效的问题 ([08c6b53](https://github.com/kingdee/kdesign/commit/08c6b53429c26a01878d30ca3a07507134798660))
|
|
1012
1252
|
|
|
1013
1253
|
|
|
1014
1254
|
|
|
1015
|
-
## [1.6.33](https://github.com/
|
|
1255
|
+
## [1.6.33](https://github.com/kingdee/kdesign/compare/v1.6.32...v1.6.33) (2023-02-16)
|
|
1016
1256
|
|
|
1017
1257
|
|
|
1018
1258
|
### Bug Fixes
|
|
1019
1259
|
|
|
1020
|
-
* [date-picker]修复onChange多次触发问题 ([955a169](https://github.com/
|
|
1260
|
+
* [date-picker]修复onChange多次触发问题 ([955a169](https://github.com/kingdee/kdesign/commit/955a16965f51a80600dd383427e2f2bc97577548))
|
|
1021
1261
|
|
|
1022
1262
|
|
|
1023
1263
|
### Features
|
|
1024
1264
|
|
|
1025
|
-
* [table] 添加表格分组列展开收缩特性 ([4e7d0b8](https://github.com/
|
|
1265
|
+
* [table] 添加表格分组列展开收缩特性 ([4e7d0b8](https://github.com/kingdee/kdesign/commit/4e7d0b85a808c37cf692fd2e8c299b8566b55a52))
|
|
1026
1266
|
|
|
1027
1267
|
|
|
1028
1268
|
|
|
1029
|
-
## [1.6.32](https://github.com/
|
|
1269
|
+
## [1.6.32](https://github.com/kingdee/kdesign/compare/v1.6.31...v1.6.32) (2023-02-13)
|
|
1030
1270
|
|
|
1031
1271
|
|
|
1032
1272
|
### Bug Fixes
|
|
1033
1273
|
|
|
1034
|
-
* [stepper] 大数值下显示与操作bug fixs [#229](https://github.com/
|
|
1035
|
-
* [tooltip] 消失时间太久的问题 ([6b7e9b2](https://github.com/
|
|
1274
|
+
* [stepper] 大数值下显示与操作bug fixs [#229](https://github.com/kingdee/kdesign/issues/229) ([594cb70](https://github.com/kingdee/kdesign/commit/594cb701beb5153e49da25c21573b51743fa89bd))
|
|
1275
|
+
* [tooltip] 消失时间太久的问题 ([6b7e9b2](https://github.com/kingdee/kdesign/commit/6b7e9b2f44e66fcdf34e51f1be506bbcaa800746))
|
|
1036
1276
|
|
|
1037
1277
|
|
|
1038
1278
|
### Features
|
|
1039
1279
|
|
|
1040
|
-
* [select] 新增虚拟滚动 fix [#174](https://github.com/
|
|
1280
|
+
* [select] 新增虚拟滚动 fix [#174](https://github.com/kingdee/kdesign/issues/174) ([3e99b13](https://github.com/kingdee/kdesign/commit/3e99b13d1d616321e8f96d61d8830b25fa8f98b1))
|
|
1041
1281
|
|
|
1042
1282
|
|
|
1043
1283
|
|
|
1044
|
-
## [1.6.31](https://github.com/
|
|
1284
|
+
## [1.6.31](https://github.com/kingdee/kdesign/compare/v1.6.30...v1.6.31) (2023-02-09)
|
|
1045
1285
|
|
|
1046
1286
|
|
|
1047
1287
|
### Bug Fixes
|
|
1048
1288
|
|
|
1049
|
-
* [form]修复label布局问题 fix [#224](https://github.com/
|
|
1050
|
-
* [grid] 栅格容器在搜狗浏览器下存在兼容性问题,没有上下间隔 fix [#227](https://github.com/
|
|
1051
|
-
* [select] 下拉选择中点击全选触发的 onChange 回调没有返回值 fix [#234](https://github.com/
|
|
1052
|
-
* [select] 修复占位提示和下拉箭头重合问题 fix [#221](https://github.com/
|
|
1053
|
-
* [tree] 修复树控件treeData更新展开节点不更新问题 fix [#235](https://github.com/
|
|
1289
|
+
* [form]修复label布局问题 fix [#224](https://github.com/kingdee/kdesign/issues/224) ([b9202f9](https://github.com/kingdee/kdesign/commit/b9202f9f4a28464654d588354c0d33eb212b6e54))
|
|
1290
|
+
* [grid] 栅格容器在搜狗浏览器下存在兼容性问题,没有上下间隔 fix [#227](https://github.com/kingdee/kdesign/issues/227) ([bef05d6](https://github.com/kingdee/kdesign/commit/bef05d67725dd92e391079210ace4eb36570410c))
|
|
1291
|
+
* [select] 下拉选择中点击全选触发的 onChange 回调没有返回值 fix [#234](https://github.com/kingdee/kdesign/issues/234) ([53e37da](https://github.com/kingdee/kdesign/commit/53e37da6e5cd5c7c3eb372ea73b3fa09497a1258))
|
|
1292
|
+
* [select] 修复占位提示和下拉箭头重合问题 fix [#221](https://github.com/kingdee/kdesign/issues/221) ([e762d80](https://github.com/kingdee/kdesign/commit/e762d80140df20e80c7947149a9c92f93eba5427))
|
|
1293
|
+
* [tree] 修复树控件treeData更新展开节点不更新问题 fix [#235](https://github.com/kingdee/kdesign/issues/235) ([62a501a](https://github.com/kingdee/kdesign/commit/62a501ab3b774c8d107dcd3a9bd8e63f584391af))
|
|
1054
1294
|
|
|
1055
1295
|
|
|
1056
1296
|
|
|
1057
|
-
## [1.6.30](https://github.com/
|
|
1297
|
+
## [1.6.30](https://github.com/kingdee/kdesign/compare/v1.6.29...v1.6.30) (2023-02-07)
|
|
1058
1298
|
|
|
1059
1299
|
|
|
1060
1300
|
### Bug Fixes
|
|
1061
1301
|
|
|
1062
|
-
* [cascader] 修复级联选择未固定下拉面板高度问题 ([557b847](https://github.com/
|
|
1063
|
-
* [date-picker]修复失焦触发onChange及样式问题 ([feb9c37](https://github.com/
|
|
1064
|
-
* [input-number] 修复设置为负数最大长度显示问题 fixed [#220](https://github.com/
|
|
1065
|
-
* [input-number] digitLength和decimalLength同时配置,导致录入不了文本问题 fix [#222](https://github.com/
|
|
1066
|
-
* [input]修复count下聚集问题 ([5ee19b0](https://github.com/
|
|
1067
|
-
* [tooltip] trigger添加mouseleave事件控制显隐 ([ab9487c](https://github.com/
|
|
1068
|
-
* [tree] 修复传入selectedKeys无选中效果问题 fix [#215](https://github.com/
|
|
1069
|
-
* [tree] 修复tree组件展开收起问题 fix [#216](https://github.com/
|
|
1302
|
+
* [cascader] 修复级联选择未固定下拉面板高度问题 ([557b847](https://github.com/kingdee/kdesign/commit/557b84700e0bacab10d018fd130aaee0f174d30a))
|
|
1303
|
+
* [date-picker]修复失焦触发onChange及样式问题 ([feb9c37](https://github.com/kingdee/kdesign/commit/feb9c372af4aa9af40d87d64ed443af2484880d6))
|
|
1304
|
+
* [input-number] 修复设置为负数最大长度显示问题 fixed [#220](https://github.com/kingdee/kdesign/issues/220) ([3336d90](https://github.com/kingdee/kdesign/commit/3336d90c00cebe0953d59ec011030e8662bf68d0))
|
|
1305
|
+
* [input-number] digitLength和decimalLength同时配置,导致录入不了文本问题 fix [#222](https://github.com/kingdee/kdesign/issues/222) ([638bbae](https://github.com/kingdee/kdesign/commit/638bbae85256d72219f8b5249e5d1d7799f630b5))
|
|
1306
|
+
* [input]修复count下聚集问题 ([5ee19b0](https://github.com/kingdee/kdesign/commit/5ee19b0e8e4ca55d66dbdbced7b377c82c27b779))
|
|
1307
|
+
* [tooltip] trigger添加mouseleave事件控制显隐 ([ab9487c](https://github.com/kingdee/kdesign/commit/ab9487c6bb1202dfb74b192d35f7f2ca60e0b747))
|
|
1308
|
+
* [tree] 修复传入selectedKeys无选中效果问题 fix [#215](https://github.com/kingdee/kdesign/issues/215) ([e1b54d1](https://github.com/kingdee/kdesign/commit/e1b54d170e7c2092302f14abd0d99ed7894f55c1))
|
|
1309
|
+
* [tree] 修复tree组件展开收起问题 fix [#216](https://github.com/kingdee/kdesign/issues/216) ([07a05ec](https://github.com/kingdee/kdesign/commit/07a05ec7187d1923c4cc76c6e08b75be1a80f82f))
|
|
1070
1310
|
|
|
1071
1311
|
|
|
1072
1312
|
|
|
1073
|
-
## [1.6.29](https://github.com/
|
|
1313
|
+
## [1.6.29](https://github.com/kingdee/kdesign/compare/v1.6.28...v1.6.29) (2023-01-17)
|
|
1074
1314
|
|
|
1075
1315
|
|
|
1076
1316
|
### Bug Fixes
|
|
1077
1317
|
|
|
1078
|
-
* [date-picker]修复面板重置问题 ([a0f9c47](https://github.com/
|
|
1079
|
-
* [form]修复form受控值onChange触发问题 ([1e2e000](https://github.com/
|
|
1080
|
-
* [upload]修复图片禁用问题 ([4f19336](https://github.com/
|
|
1318
|
+
* [date-picker]修复面板重置问题 ([a0f9c47](https://github.com/kingdee/kdesign/commit/a0f9c47c2614f184e775dfd095cfbd9928ff1989))
|
|
1319
|
+
* [form]修复form受控值onChange触发问题 ([1e2e000](https://github.com/kingdee/kdesign/commit/1e2e000e7f248ace5d28d5402db78b9a19de5eb9))
|
|
1320
|
+
* [upload]修复图片禁用问题 ([4f19336](https://github.com/kingdee/kdesign/commit/4f19336d3b33dceeb03cad438a4f65f7a5fb0fb8))
|
|
1081
1321
|
|
|
1082
1322
|
|
|
1083
1323
|
|
|
1084
|
-
## [1.6.28](https://github.com/
|
|
1324
|
+
## [1.6.28](https://github.com/kingdee/kdesign/compare/v1.6.27...v1.6.28) (2023-01-12)
|
|
1085
1325
|
|
|
1086
1326
|
|
|
1087
1327
|
### Bug Fixes
|
|
1088
1328
|
|
|
1089
|
-
* [date-picker]修复面板不更新及清除图标问题 ([6385360](https://github.com/
|
|
1090
|
-
* [dropdown] children特殊值处理bug [#202](https://github.com/
|
|
1091
|
-
* [form]修复radio取值问题 ([0a758c9](https://github.com/
|
|
1092
|
-
* [image] previewGroup的children为空时报错 [#201](https://github.com/
|
|
1093
|
-
* [image]特定浏览器下预览图片时点击放大缩小按钮报错 [#193](https://github.com/
|
|
1094
|
-
* [input-number] 修复数值输入框小数位不对问题 ([74f1ff3](https://github.com/
|
|
1095
|
-
* [input-number] value传入数字报错 [#208](https://github.com/
|
|
1096
|
-
* [input]实现input计数展示 ([4317903](https://github.com/
|
|
1097
|
-
* [input]修复计数器显隐问题 ([ff568a7](https://github.com/
|
|
1098
|
-
* [select] 修复选择器清空问题 [#182](https://github.com/
|
|
1099
|
-
* [select] 修复选择器全选受控问题 ([368f9bc](https://github.com/
|
|
1100
|
-
* [upload]修复禁用下可删除问题 ([33fb0ea](https://github.com/
|
|
1101
|
-
* [upload]修复origin属性问题 ([2554c19](https://github.com/
|
|
1329
|
+
* [date-picker]修复面板不更新及清除图标问题 ([6385360](https://github.com/kingdee/kdesign/commit/63853608796c8387ed1107de2c3ae662b1bce0d2))
|
|
1330
|
+
* [dropdown] children特殊值处理bug [#202](https://github.com/kingdee/kdesign/issues/202) ([058343b](https://github.com/kingdee/kdesign/commit/058343b614ee9299027fb7b0b92584d42cac4c73))
|
|
1331
|
+
* [form]修复radio取值问题 ([0a758c9](https://github.com/kingdee/kdesign/commit/0a758c9fcd4d47cd0b6e5acc9bb3d17901e1692b))
|
|
1332
|
+
* [image] previewGroup的children为空时报错 [#201](https://github.com/kingdee/kdesign/issues/201) ([2d14967](https://github.com/kingdee/kdesign/commit/2d149676e5aa6423a7aeeeefa44caae910c292f6))
|
|
1333
|
+
* [image]特定浏览器下预览图片时点击放大缩小按钮报错 [#193](https://github.com/kingdee/kdesign/issues/193) ([599ac7a](https://github.com/kingdee/kdesign/commit/599ac7a753576c45d5241224977b9324cce395f6))
|
|
1334
|
+
* [input-number] 修复数值输入框小数位不对问题 ([74f1ff3](https://github.com/kingdee/kdesign/commit/74f1ff37111e59d5418708f1291cc8b6ba06b12c))
|
|
1335
|
+
* [input-number] value传入数字报错 [#208](https://github.com/kingdee/kdesign/issues/208) ([5501183](https://github.com/kingdee/kdesign/commit/5501183836fe425a5d739846acf4dcfcac187c8e))
|
|
1336
|
+
* [input]实现input计数展示 ([4317903](https://github.com/kingdee/kdesign/commit/431790394935bef12b11cbc61034c6d6813adc33))
|
|
1337
|
+
* [input]修复计数器显隐问题 ([ff568a7](https://github.com/kingdee/kdesign/commit/ff568a714735ef19fdd4ba74f2d5a06952495a86))
|
|
1338
|
+
* [select] 修复选择器清空问题 [#182](https://github.com/kingdee/kdesign/issues/182) ([3b1e6ae](https://github.com/kingdee/kdesign/commit/3b1e6ae248ad17c6eaab8f38658c3145a5f2e1f5))
|
|
1339
|
+
* [select] 修复选择器全选受控问题 ([368f9bc](https://github.com/kingdee/kdesign/commit/368f9bca8fa01efb33c44e58ccbbef944e813a6f))
|
|
1340
|
+
* [upload]修复禁用下可删除问题 ([33fb0ea](https://github.com/kingdee/kdesign/commit/33fb0ea0aec921375ab58621c45a1640c78f39b6))
|
|
1341
|
+
* [upload]修复origin属性问题 ([2554c19](https://github.com/kingdee/kdesign/commit/2554c19af6794a1a8ba10e350b3adb6827398527))
|
|
1102
1342
|
|
|
1103
1343
|
|
|
1104
1344
|
|
|
1105
|
-
## [1.6.27](https://github.com/
|
|
1345
|
+
## [1.6.27](https://github.com/kingdee/kdesign/compare/v1.6.26...v1.6.27) (2023-01-06)
|
|
1106
1346
|
|
|
1107
1347
|
|
|
1108
1348
|
### Bug Fixes
|
|
1109
1349
|
|
|
1110
|
-
* [date-picker]修复快速选择年月样式 ([3c9fe63](https://github.com/
|
|
1111
|
-
* [datePicker]ref重复渲染问题 ([cf44d95](https://github.com/
|
|
1112
|
-
* [pagination]新增图标替换功能 ([9b05ede](https://github.com/
|
|
1350
|
+
* [date-picker]修复快速选择年月样式 ([3c9fe63](https://github.com/kingdee/kdesign/commit/3c9fe63e0eec3b211d716404126285b498892cee))
|
|
1351
|
+
* [datePicker]ref重复渲染问题 ([cf44d95](https://github.com/kingdee/kdesign/commit/cf44d952591869a4eb14b1d864c45d6b84d89921))
|
|
1352
|
+
* [pagination]新增图标替换功能 ([9b05ede](https://github.com/kingdee/kdesign/commit/9b05edeaac67f5051796881b10a95312338f0251))
|
|
1113
1353
|
|
|
1114
1354
|
|
|
1115
1355
|
### Features
|
|
1116
1356
|
|
|
1117
|
-
* [select] 新增tagRender功能 ([5c48923](https://github.com/
|
|
1357
|
+
* [select] 新增tagRender功能 ([5c48923](https://github.com/kingdee/kdesign/commit/5c4892355cf0a65b31d55fe10f65bfc5384b32d3))
|
|
1118
1358
|
|
|
1119
1359
|
|
|
1120
1360
|
|
|
1121
|
-
## [1.6.26](https://github.com/
|
|
1361
|
+
## [1.6.26](https://github.com/kingdee/kdesign/compare/v1.6.25...v1.6.26) (2023-01-05)
|
|
1122
1362
|
|
|
1123
1363
|
|
|
1124
1364
|
### Bug Fixes
|
|
1125
1365
|
|
|
1126
|
-
* [checkbox] checkboxgroup onchangeAPI 破坏性修改,参数checkedValue与 e:Event互换位置 ([227271e](https://github.com/
|
|
1127
|
-
* [filter] 修复单测问题点 ([3ddd367](https://github.com/
|
|
1128
|
-
* [select] 修复单选模式下选中后title显示问题 ([1a45d7c](https://github.com/
|
|
1129
|
-
* [select] 修复多选时删除所选项问题 ([b707a3a](https://github.com/
|
|
1130
|
-
* [stepper] 修复嵌入式步进器递增按钮点击区域不灵敏问题 ([bacde1a](https://github.com/
|
|
1131
|
-
* [tree] 修复可勾选受控状态时半选按钮显示问题 ([079dd75](https://github.com/
|
|
1366
|
+
* [checkbox] checkboxgroup onchangeAPI 破坏性修改,参数checkedValue与 e:Event互换位置 ([227271e](https://github.com/kingdee/kdesign/commit/227271e402790f8b5e3a10ff9d298547123ac527))
|
|
1367
|
+
* [filter] 修复单测问题点 ([3ddd367](https://github.com/kingdee/kdesign/commit/3ddd367b0a8f1ac065688cefbc8ce65e41ca4862))
|
|
1368
|
+
* [select] 修复单选模式下选中后title显示问题 ([1a45d7c](https://github.com/kingdee/kdesign/commit/1a45d7c37398249105b2254c07d34d218eff65a5))
|
|
1369
|
+
* [select] 修复多选时删除所选项问题 ([b707a3a](https://github.com/kingdee/kdesign/commit/b707a3aa18d04f12c88e083d26e1bb73690ce39f))
|
|
1370
|
+
* [stepper] 修复嵌入式步进器递增按钮点击区域不灵敏问题 ([bacde1a](https://github.com/kingdee/kdesign/commit/bacde1a4269262d138328826d16d8c169d3e1509))
|
|
1371
|
+
* [tree] 修复可勾选受控状态时半选按钮显示问题 ([079dd75](https://github.com/kingdee/kdesign/commit/079dd755973f4ffc5f74006659152e984939cf68))
|
|
1132
1372
|
|
|
1133
1373
|
|
|
1134
1374
|
|
|
1135
|
-
## [1.6.25](https://github.com/
|
|
1375
|
+
## [1.6.25](https://github.com/kingdee/kdesign/compare/v1.6.24...v1.6.25) (2023-01-03)
|
|
1136
1376
|
|
|
1137
1377
|
|
|
1138
1378
|
### Bug Fixes
|
|
1139
1379
|
|
|
1140
|
-
* [datePicker]修复快速选择时间 ([3866458](https://github.com/
|
|
1141
|
-
* [datePicker]修复面板ref赋值 ([6b51b24](https://github.com/
|
|
1380
|
+
* [datePicker]修复快速选择时间 ([3866458](https://github.com/kingdee/kdesign/commit/38664581e2102c6a82659a7e3bd0cdf2ed2b5ae7))
|
|
1381
|
+
* [datePicker]修复面板ref赋值 ([6b51b24](https://github.com/kingdee/kdesign/commit/6b51b24ddccf3d6c96a52b1a8321b1a93de29286))
|
|
1142
1382
|
|
|
1143
1383
|
|
|
1144
1384
|
|
|
1145
|
-
## [1.6.24](https://github.com/
|
|
1385
|
+
## [1.6.24](https://github.com/kingdee/kdesign/compare/v1.6.23...v1.6.24) (2022-12-29)
|
|
1146
1386
|
|
|
1147
1387
|
|
|
1148
1388
|
### Bug Fixes
|
|
1149
1389
|
|
|
1150
|
-
* [select] 修复下拉项title设置不生效问题 ([36e965b](https://github.com/
|
|
1151
|
-
* [tooltip] 不论使用哪种触发方式移出poper的时候都出发隐藏 ([4c2b0db](https://github.com/
|
|
1152
|
-
* [tooltip] 修复第二次点击不触发onVisibleChange [#183](https://github.com/
|
|
1153
|
-
* [tree] 修复禁用节点勾选bug ([4ea5787](https://github.com/
|
|
1390
|
+
* [select] 修复下拉项title设置不生效问题 ([36e965b](https://github.com/kingdee/kdesign/commit/36e965b7c570c7d04aca9a8ec05a644d61eb68db))
|
|
1391
|
+
* [tooltip] 不论使用哪种触发方式移出poper的时候都出发隐藏 ([4c2b0db](https://github.com/kingdee/kdesign/commit/4c2b0db0dc2473aeb628feac8e3ad3bcfea9a879))
|
|
1392
|
+
* [tooltip] 修复第二次点击不触发onVisibleChange [#183](https://github.com/kingdee/kdesign/issues/183) ([cf9c8d0](https://github.com/kingdee/kdesign/commit/cf9c8d016072403966c77c3c7e341671f2ae01c6))
|
|
1393
|
+
* [tree] 修复禁用节点勾选bug ([4ea5787](https://github.com/kingdee/kdesign/commit/4ea57878e901e10c6776639264851b07297fc065))
|
|
1154
1394
|
|
|
1155
1395
|
|
|
1156
1396
|
### Features
|
|
1157
1397
|
|
|
1158
|
-
* [select] 修改select组件全边框状态时光标的位置 ([699490f](https://github.com/
|
|
1398
|
+
* [select] 修改select组件全边框状态时光标的位置 ([699490f](https://github.com/kingdee/kdesign/commit/699490f1873d188e3a49e4ffa8ae4c5f773d964e))
|
|
1159
1399
|
|
|
1160
1400
|
|
|
1161
1401
|
|
|
1162
|
-
## [1.6.23](https://github.com/
|
|
1402
|
+
## [1.6.23](https://github.com/kingdee/kdesign/compare/v1.6.22...v1.6.23) (2022-12-20)
|
|
1163
1403
|
|
|
1164
1404
|
|
|
1165
1405
|
### Bug Fixes
|
|
1166
1406
|
|
|
1167
|
-
* [stepper] 调整步进器token ([12fc93b](https://github.com/
|
|
1407
|
+
* [stepper] 调整步进器token ([12fc93b](https://github.com/kingdee/kdesign/commit/12fc93bc52ca7996028727d4e7bfbded1cf722bf))
|
|
1168
1408
|
|
|
1169
1409
|
|
|
1170
1410
|
### Features
|
|
1171
1411
|
|
|
1172
|
-
* [cascader] 新增级联多选功能 ([3d702b1](https://github.com/
|
|
1412
|
+
* [cascader] 新增级联多选功能 ([3d702b1](https://github.com/kingdee/kdesign/commit/3d702b14d2b4653af20b8dc769a76dc298af15af))
|
|
1173
1413
|
|
|
1174
1414
|
|
|
1175
1415
|
|
|
1176
|
-
## [1.6.22](https://github.com/
|
|
1416
|
+
## [1.6.22](https://github.com/kingdee/kdesign/compare/v1.6.21...v1.6.22) (2022-12-16)
|
|
1177
1417
|
|
|
1178
1418
|
|
|
1179
1419
|
### Bug Fixes
|
|
1180
1420
|
|
|
1181
|
-
* [datePicker]修复时间范围自定义render问题 ([ca5957d](https://github.com/
|
|
1182
|
-
* [radio] 禁用态依旧能选中 [#180](https://github.com/
|
|
1421
|
+
* [datePicker]修复时间范围自定义render问题 ([ca5957d](https://github.com/kingdee/kdesign/commit/ca5957d977270d4e76b79f51d36ab4adb319652b))
|
|
1422
|
+
* [radio] 禁用态依旧能选中 [#180](https://github.com/kingdee/kdesign/issues/180) ([7f8dc43](https://github.com/kingdee/kdesign/commit/7f8dc4357695a393bfe84999fe02d24b6a60357e))
|
|
1183
1423
|
|
|
1184
1424
|
|
|
1185
1425
|
|
|
1186
|
-
## [1.6.21](https://github.com/
|
|
1426
|
+
## [1.6.21](https://github.com/kingdee/kdesign/compare/v1.6.20...v1.6.21) (2022-12-08)
|
|
1187
1427
|
|
|
1188
1428
|
|
|
1189
1429
|
### Bug Fixes
|
|
1190
1430
|
|
|
1191
|
-
* [checkbox] group onchange 事件添加返回值checkedValue ([bcea0a6](https://github.com/
|
|
1192
|
-
* [cli] 修复ts版本升级导致的报错 ([f1b098e](https://github.com/
|
|
1193
|
-
* [menu]修复点击失效问题 [#169](https://github.com/
|
|
1194
|
-
* [radio] 修复radio value 无法识别number和字符串 [#171](https://github.com/
|
|
1431
|
+
* [checkbox] group onchange 事件添加返回值checkedValue ([bcea0a6](https://github.com/kingdee/kdesign/commit/bcea0a6d782c18c229202bf6c76b8332547a1bd9))
|
|
1432
|
+
* [cli] 修复ts版本升级导致的报错 ([f1b098e](https://github.com/kingdee/kdesign/commit/f1b098e4ea6ca54f684a41b40a291969a413d7f7))
|
|
1433
|
+
* [menu]修复点击失效问题 [#169](https://github.com/kingdee/kdesign/issues/169) ([ae0e050](https://github.com/kingdee/kdesign/commit/ae0e050a4d5bd0ff7765b7b8aadfaa2e24cf378e))
|
|
1434
|
+
* [radio] 修复radio value 无法识别number和字符串 [#171](https://github.com/kingdee/kdesign/issues/171) ([859485c](https://github.com/kingdee/kdesign/commit/859485cc79e84072750bc008aa216e41947d8ce5))
|
|
1195
1435
|
|
|
1196
1436
|
|
|
1197
1437
|
|
|
1198
|
-
## [1.6.20](https://github.com/
|
|
1438
|
+
## [1.6.20](https://github.com/kingdee/kdesign/compare/v1.6.19...v1.6.20) (2022-12-06)
|
|
1199
1439
|
|
|
1200
1440
|
|
|
1201
1441
|
### Bug Fixes
|
|
1202
1442
|
|
|
1203
|
-
* [button] 解决类型未定义导致ts报错问题 ([debf8b8](https://github.com/
|
|
1204
|
-
* [button] demo调整 ([ec85346](https://github.com/
|
|
1205
|
-
* [input-number] 修复数值输入框size设置不生效问题 ([b08bab0](https://github.com/
|
|
1206
|
-
* [select] 修复多选搜索时全选问题 ([fc98e1c](https://github.com/
|
|
1443
|
+
* [button] 解决类型未定义导致ts报错问题 ([debf8b8](https://github.com/kingdee/kdesign/commit/debf8b80362acd642ad670ac29586b89bf488118))
|
|
1444
|
+
* [button] demo调整 ([ec85346](https://github.com/kingdee/kdesign/commit/ec8534610f254185f748211b0d450c8a0197aa6f))
|
|
1445
|
+
* [input-number] 修复数值输入框size设置不生效问题 ([b08bab0](https://github.com/kingdee/kdesign/commit/b08bab042e2ac5d7f1c0e919763c49ee251a230a))
|
|
1446
|
+
* [select] 修复多选搜索时全选问题 ([fc98e1c](https://github.com/kingdee/kdesign/commit/fc98e1caddcbaecf9168844b9f55edd8424491e6))
|
|
1207
1447
|
|
|
1208
1448
|
|
|
1209
1449
|
|
|
1210
|
-
## [1.6.19](https://github.com/
|
|
1450
|
+
## [1.6.19](https://github.com/kingdee/kdesign/compare/v1.6.18...v1.6.19) (2022-12-02)
|
|
1211
1451
|
|
|
1212
1452
|
|
|
1213
1453
|
### Bug Fixes
|
|
1214
1454
|
|
|
1215
|
-
* [select] 修复多选模式下数据流问题 ([eedf53c](https://github.com/
|
|
1455
|
+
* [select] 修复多选模式下数据流问题 ([eedf53c](https://github.com/kingdee/kdesign/commit/eedf53cf5332c69b14cac554dec47e07bea38064))
|
|
1216
1456
|
|
|
1217
1457
|
|
|
1218
1458
|
|
|
1219
|
-
## [1.6.18](https://github.com/
|
|
1459
|
+
## [1.6.18](https://github.com/kingdee/kdesign/compare/v1.6.17...v1.6.18) (2022-12-01)
|
|
1220
1460
|
|
|
1221
1461
|
|
|
1222
1462
|
### Bug Fixes
|
|
1223
1463
|
|
|
1224
|
-
* [select] 去除多余的外边距 ([f48390f](https://github.com/
|
|
1225
|
-
* [select] 修复超长文本溢出问题 ([777d007](https://github.com/
|
|
1464
|
+
* [select] 去除多余的外边距 ([f48390f](https://github.com/kingdee/kdesign/commit/f48390fe4db5fc7a5e80cc49d730624bfd842eb2))
|
|
1465
|
+
* [select] 修复超长文本溢出问题 ([777d007](https://github.com/kingdee/kdesign/commit/777d007c1a2ceaec8afd2e22568f98868b34a0df))
|
|
1226
1466
|
|
|
1227
1467
|
|
|
1228
1468
|
|
|
1229
|
-
## [1.6.17](https://github.com/
|
|
1469
|
+
## [1.6.17](https://github.com/kingdee/kdesign/compare/v1.6.16...v1.6.17) (2022-11-28)
|
|
1230
1470
|
|
|
1231
1471
|
|
|
1232
1472
|
### Bug Fixes
|
|
1233
1473
|
|
|
1234
|
-
* [checkbox 配置穿透和受控修复] ([ca7434a](https://github.com/
|
|
1235
|
-
* [stepper padding-left改为9px] ([80dc099](https://github.com/
|
|
1236
|
-
* [usePoper] popperRef所在的区域mouseleave被禁止了后无法消失 ([e77acaf](https://github.com/
|
|
1474
|
+
* [checkbox 配置穿透和受控修复] ([ca7434a](https://github.com/kingdee/kdesign/commit/ca7434adf80856177e430a648a8c4d61c4653f9f))
|
|
1475
|
+
* [stepper padding-left改为9px] ([80dc099](https://github.com/kingdee/kdesign/commit/80dc099a27aead676525dafbafee3627eaa3626a))
|
|
1476
|
+
* [usePoper] popperRef所在的区域mouseleave被禁止了后无法消失 ([e77acaf](https://github.com/kingdee/kdesign/commit/e77acafca9b514947194f6280e74c779e819a599))
|
|
1237
1477
|
|
|
1238
1478
|
|
|
1239
1479
|
|
|
1240
|
-
## [1.6.16](https://github.com/
|
|
1480
|
+
## [1.6.16](https://github.com/kingdee/kdesign/compare/v1.6.15...v1.6.16) (2022-11-24)
|
|
1241
1481
|
|
|
1242
1482
|
|
|
1243
1483
|
### Bug Fixes
|
|
1244
1484
|
|
|
1245
|
-
* [cli] 更新国际化文档 ([10d5058](https://github.com/
|
|
1246
|
-
* [date-picker]修复allowClear显示错误 ([0134537](https://github.com/
|
|
1247
|
-
* [modal] 修复弹窗内容过高时导致头部跟尾部高度被压缩问题 ([5fb169a](https://github.com/
|
|
1248
|
-
* [select] 修复Option的value设置为number类型,删除tag异常的问题 ([c85f81c](https://github.com/
|
|
1249
|
-
* [select] demo调整 ([98043d2](https://github.com/
|
|
1485
|
+
* [cli] 更新国际化文档 ([10d5058](https://github.com/kingdee/kdesign/commit/10d50589ac5722bdc8720a84bfeb07ecf3f7106b))
|
|
1486
|
+
* [date-picker]修复allowClear显示错误 ([0134537](https://github.com/kingdee/kdesign/commit/013453791fc7e451dfe24550fac1fc3588b67e6e))
|
|
1487
|
+
* [modal] 修复弹窗内容过高时导致头部跟尾部高度被压缩问题 ([5fb169a](https://github.com/kingdee/kdesign/commit/5fb169a431521bdbf5906ab8b53256a8c72daed3))
|
|
1488
|
+
* [select] 修复Option的value设置为number类型,删除tag异常的问题 ([c85f81c](https://github.com/kingdee/kdesign/commit/c85f81cb2741079cca4401895ed200c75530e085))
|
|
1489
|
+
* [select] demo调整 ([98043d2](https://github.com/kingdee/kdesign/commit/98043d2b922e1d44841236801363d0299737d4f7))
|
|
1250
1490
|
|
|
1251
1491
|
|
|
1252
1492
|
|
|
1253
|
-
## [1.6.15](https://github.com/
|
|
1493
|
+
## [1.6.15](https://github.com/kingdee/kdesign/compare/v1.6.14...v1.6.15) (2022-11-17)
|
|
1254
1494
|
|
|
1255
1495
|
|
|
1256
1496
|
### Bug Fixes
|
|
1257
1497
|
|
|
1258
|
-
* [button] 添加文字按钮icon属性 ([fdf09db](https://github.com/
|
|
1259
|
-
* [carousel]添加切换按钮 ([0b9af0a](https://github.com/
|
|
1260
|
-
* [carousel]修复空数据渲染问题 ([3c882f1](https://github.com/
|
|
1261
|
-
* [Dropdown] Dropdown 的定位元素为input的时候定位不准确的问题 ([403d500](https://github.com/
|
|
1262
|
-
* [form]修复动态表单项问题 ([fd9609e](https://github.com/
|
|
1263
|
-
* [image] 新增scalesAPI,控制图像预览缩放大小 ([fdd5087](https://github.com/
|
|
1264
|
-
* [modal] 添加弹窗动画 ([1eede80](https://github.com/
|
|
1265
|
-
* [select] 修复选择器搜索模式下点击输入框导致搜索内容被清空问题 ([9116b40](https://github.com/
|
|
1266
|
-
* [select] 修复选择器onDropdownVisibleChange不触发问题 ([2d9aa56](https://github.com/
|
|
1267
|
-
* [select] 修复选择器onVisibleChange多次触发问题 ([2fed5ff](https://github.com/
|
|
1268
|
-
* [tree] 修复树组件可勾选模式下卡顿问题 ([671cf65](https://github.com/
|
|
1269
|
-
* [tree] 修复树组件虚拟模式卡顿问题 ([9fcc51b](https://github.com/
|
|
1270
|
-
* [usePopper] 多次触发onVisibleChange 事件 ([b79fff5](https://github.com/
|
|
1498
|
+
* [button] 添加文字按钮icon属性 ([fdf09db](https://github.com/kingdee/kdesign/commit/fdf09dba2d480ae94b63705743998085483350d9))
|
|
1499
|
+
* [carousel]添加切换按钮 ([0b9af0a](https://github.com/kingdee/kdesign/commit/0b9af0a52ee36eafa703442ccc90513cd04402e9))
|
|
1500
|
+
* [carousel]修复空数据渲染问题 ([3c882f1](https://github.com/kingdee/kdesign/commit/3c882f1f40909f176d0af8e86a430ef3bfc9a4d5))
|
|
1501
|
+
* [Dropdown] Dropdown 的定位元素为input的时候定位不准确的问题 ([403d500](https://github.com/kingdee/kdesign/commit/403d5009d5c4d85eb7a28d7ffdf45d6507664ec2))
|
|
1502
|
+
* [form]修复动态表单项问题 ([fd9609e](https://github.com/kingdee/kdesign/commit/fd9609eb7b9289a05fa93878e3971f885fedd697))
|
|
1503
|
+
* [image] 新增scalesAPI,控制图像预览缩放大小 ([fdd5087](https://github.com/kingdee/kdesign/commit/fdd508731adc6a35383363b4f8ac042ba7f80220))
|
|
1504
|
+
* [modal] 添加弹窗动画 ([1eede80](https://github.com/kingdee/kdesign/commit/1eede804a98f05d7f0e7e5ce02bfdac80add5b9d))
|
|
1505
|
+
* [select] 修复选择器搜索模式下点击输入框导致搜索内容被清空问题 ([9116b40](https://github.com/kingdee/kdesign/commit/9116b40830e5bebb7249e47d0a0b58fa660f0ca6))
|
|
1506
|
+
* [select] 修复选择器onDropdownVisibleChange不触发问题 ([2d9aa56](https://github.com/kingdee/kdesign/commit/2d9aa565cfb176906e42b24aaf6ac482dfc9994b))
|
|
1507
|
+
* [select] 修复选择器onVisibleChange多次触发问题 ([2fed5ff](https://github.com/kingdee/kdesign/commit/2fed5ff7aa5886bf77c337393c66a731bb936794))
|
|
1508
|
+
* [tree] 修复树组件可勾选模式下卡顿问题 ([671cf65](https://github.com/kingdee/kdesign/commit/671cf658346b1133f60930c0816f33745a2af6d7))
|
|
1509
|
+
* [tree] 修复树组件虚拟模式卡顿问题 ([9fcc51b](https://github.com/kingdee/kdesign/commit/9fcc51b35585a4e055a64769f0e8feacc3963198))
|
|
1510
|
+
* [usePopper] 多次触发onVisibleChange 事件 ([b79fff5](https://github.com/kingdee/kdesign/commit/b79fff5cce8a7c2b24cfd6473143a3e63d5fffef))
|
|
1271
1511
|
|
|
1272
1512
|
|
|
1273
1513
|
### Features
|
|
1274
1514
|
|
|
1275
|
-
* [table] 行选中增加高亮已选行属性及说明 ([613568d](https://github.com/
|
|
1276
|
-
* [tooltips] 重复执行onVisibleChange ([bbc3e64](https://github.com/
|
|
1515
|
+
* [table] 行选中增加高亮已选行属性及说明 ([613568d](https://github.com/kingdee/kdesign/commit/613568d30b4d5e87c0cec798593f2e9671580bba))
|
|
1516
|
+
* [tooltips] 重复执行onVisibleChange ([bbc3e64](https://github.com/kingdee/kdesign/commit/bbc3e64adb0d27bbe49a7b5d51dfd7d3266e363c))
|
|
1277
1517
|
|
|
1278
1518
|
|
|
1279
1519
|
|
|
1280
|
-
## [1.6.14](https://github.com/
|
|
1520
|
+
## [1.6.14](https://github.com/kingdee/kdesign/compare/v1.6.13...v1.6.14) (2022-11-11)
|
|
1281
1521
|
|
|
1282
1522
|
|
|
1283
1523
|
### Bug Fixes
|
|
1284
1524
|
|
|
1285
|
-
* [date-picker]修复className、placeholder及onChange问题 ([4819147](https://github.com/
|
|
1286
|
-
* [form]修复校验及监听事件失效问题 ([8e0b0a4](https://github.com/
|
|
1287
|
-
* [icon] 修复props传值问题 ([6b36736](https://github.com/
|
|
1288
|
-
* [message] 更新api文档 ([57f0d21](https://github.com/
|
|
1289
|
-
* [select] 调整选择器有边框时光标位置 ([71c6cdf](https://github.com/
|
|
1290
|
-
* [select] 新增select token ([e06f2a8](https://github.com/
|
|
1291
|
-
* [table] 修复表格demo拖拽列排序问题 ([58f464e](https://github.com/
|
|
1292
|
-
* [tooltip] 添加控制浮层箭头显示的属性arrow ([380d22e](https://github.com/
|
|
1525
|
+
* [date-picker]修复className、placeholder及onChange问题 ([4819147](https://github.com/kingdee/kdesign/commit/481914744857f13d2363ed6c1a8d47ca68c217aa))
|
|
1526
|
+
* [form]修复校验及监听事件失效问题 ([8e0b0a4](https://github.com/kingdee/kdesign/commit/8e0b0a4a1151c852e3b1a6396d07ab3b80c60b81))
|
|
1527
|
+
* [icon] 修复props传值问题 ([6b36736](https://github.com/kingdee/kdesign/commit/6b367365be0283a80c87650c910b580aa8c62e1c))
|
|
1528
|
+
* [message] 更新api文档 ([57f0d21](https://github.com/kingdee/kdesign/commit/57f0d218307483c8d479ff62f0e969e38b974419))
|
|
1529
|
+
* [select] 调整选择器有边框时光标位置 ([71c6cdf](https://github.com/kingdee/kdesign/commit/71c6cdfac64fc86bf980e3e3e5bb5d325f336808))
|
|
1530
|
+
* [select] 新增select token ([e06f2a8](https://github.com/kingdee/kdesign/commit/e06f2a80c6fa17c12f9958d4268ca31b650bc983))
|
|
1531
|
+
* [table] 修复表格demo拖拽列排序问题 ([58f464e](https://github.com/kingdee/kdesign/commit/58f464e2d13522f0935d4dabd0c16e16548ac9f6))
|
|
1532
|
+
* [tooltip] 添加控制浮层箭头显示的属性arrow ([380d22e](https://github.com/kingdee/kdesign/commit/380d22ec53d25c3146f662bcf10ffef8082049b8))
|
|
1293
1533
|
|
|
1294
1534
|
|
|
1295
1535
|
|
|
1296
|
-
## [1.6.13](https://github.com/
|
|
1536
|
+
## [1.6.13](https://github.com/kingdee/kdesign/compare/v1.6.12...v1.6.13) (2022-11-04)
|
|
1297
1537
|
|
|
1298
1538
|
|
|
1299
1539
|
### Bug Fixes
|
|
1300
1540
|
|
|
1301
|
-
* [button] 修复ts报错以及size不生效的问题 ([1864c80](https://github.com/
|
|
1302
|
-
* [cli] 修复自动化构建报错问题 ([18142f4](https://github.com/
|
|
1541
|
+
* [button] 修复ts报错以及size不生效的问题 ([1864c80](https://github.com/kingdee/kdesign/commit/1864c80c1b469de6093b2115cf00ec848aa4dd1c))
|
|
1542
|
+
* [cli] 修复自动化构建报错问题 ([18142f4](https://github.com/kingdee/kdesign/commit/18142f46c7c7173299e59a39e2f73a41849bed27))
|
|
1303
1543
|
|
|
1304
1544
|
|
|
1305
1545
|
|
|
1306
|
-
## [1.6.12](https://github.com/
|
|
1546
|
+
## [1.6.12](https://github.com/kingdee/kdesign/compare/v1.6.11...v1.6.12) (2022-11-03)
|
|
1307
1547
|
|
|
1308
1548
|
|
|
1309
1549
|
### Bug Fixes
|
|
1310
1550
|
|
|
1311
|
-
* [datePicker]修复ref问题 ([c094468](https://github.com/
|
|
1312
|
-
* [select] 解决多选时选中后输入框不聚焦问题 ([6f8bd5a](https://github.com/
|
|
1313
|
-
* [slider] 添加getPopupContainer的api方法 ([edd827d](https://github.com/
|
|
1551
|
+
* [datePicker]修复ref问题 ([c094468](https://github.com/kingdee/kdesign/commit/c094468110249febea3dcf96c1c1c1bd85b60057))
|
|
1552
|
+
* [select] 解决多选时选中后输入框不聚焦问题 ([6f8bd5a](https://github.com/kingdee/kdesign/commit/6f8bd5a822071f777fe5ef66bb38048747418bd9))
|
|
1553
|
+
* [slider] 添加getPopupContainer的api方法 ([edd827d](https://github.com/kingdee/kdesign/commit/edd827d5629190c4e6725bf556a305d137ae2826))
|
|
1314
1554
|
|
|
1315
1555
|
|
|
1316
1556
|
|
|
1317
|
-
## [1.6.11](https://github.com/
|
|
1557
|
+
## [1.6.11](https://github.com/kingdee/kdesign/compare/v1.6.10...v1.6.11) (2022-10-28)
|
|
1318
1558
|
|
|
1319
1559
|
|
|
1320
1560
|
### Bug Fixes
|
|
1321
1561
|
|
|
1322
|
-
* [select] 修复选择器回填值显示问题 ([f4f1bc8](https://github.com/
|
|
1562
|
+
* [select] 修复选择器回填值显示问题 ([f4f1bc8](https://github.com/kingdee/kdesign/commit/f4f1bc8a436ee2a20a7f8c0c18ebd93b796ed55d))
|
|
1323
1563
|
|
|
1324
1564
|
|
|
1325
1565
|
|
|
1326
|
-
## [1.6.10](https://github.com/
|
|
1566
|
+
## [1.6.10](https://github.com/kingdee/kdesign/compare/v1.6.8...v1.6.10) (2022-10-21)
|
|
1327
1567
|
|
|
1328
1568
|
|
|
1329
1569
|
### Bug Fixes
|
|
1330
1570
|
|
|
1331
|
-
* [datePicker]添加getPopupContainer属性 ([49ca22d](https://github.com/
|
|
1332
|
-
* [form]修复rules不更新问题 ([3f8e09f](https://github.com/
|
|
1333
|
-
* [menu]修复亮色模式悬浮色bug ([9566b28](https://github.com/
|
|
1571
|
+
* [datePicker]添加getPopupContainer属性 ([49ca22d](https://github.com/kingdee/kdesign/commit/49ca22d2f1b266bbbc54eb90cb57078eab001675))
|
|
1572
|
+
* [form]修复rules不更新问题 ([3f8e09f](https://github.com/kingdee/kdesign/commit/3f8e09f77c68881d9eb79cc71f79e41d23d7c2d9))
|
|
1573
|
+
* [menu]修复亮色模式悬浮色bug ([9566b28](https://github.com/kingdee/kdesign/commit/9566b28806aa2bf3bf93997b77844e05bd82f76f))
|
|
1334
1574
|
|
|
1335
1575
|
|
|
1336
1576
|
### Features
|
|
1337
1577
|
|
|
1338
|
-
* [dropdown] kd-dropdown-link样式写入demo ([5e5fe95](https://github.com/
|
|
1339
|
-
* [upload] 添加itemRender 支持 ([2814db1](https://github.com/
|
|
1340
|
-
* [upload] 优化代码结构和处理警告 ([8293cb3](https://github.com/
|
|
1578
|
+
* [dropdown] kd-dropdown-link样式写入demo ([5e5fe95](https://github.com/kingdee/kdesign/commit/5e5fe9566308fa6a494fa9d24fc687d182421816))
|
|
1579
|
+
* [upload] 添加itemRender 支持 ([2814db1](https://github.com/kingdee/kdesign/commit/2814db1b0f4b15e960190efdfac58ae6c5331628))
|
|
1580
|
+
* [upload] 优化代码结构和处理警告 ([8293cb3](https://github.com/kingdee/kdesign/commit/8293cb38bd8c5c261810323ea79b64463b92ff16))
|
|
1341
1581
|
|
|
1342
1582
|
|
|
1343
1583
|
|
|
1344
|
-
## [1.6.8](https://github.com/
|
|
1584
|
+
## [1.6.8](https://github.com/kingdee/kdesign/compare/v1.6.7...v1.6.8) (2022-10-13)
|
|
1345
1585
|
|
|
1346
1586
|
|
|
1347
1587
|
### Bug Fixes
|
|
1348
1588
|
|
|
1349
|
-
* [slider] 修复onAfterChange在移出到边界外不触发的问题 ([14eb93d](https://github.com/
|
|
1589
|
+
* [slider] 修复onAfterChange在移出到边界外不触发的问题 ([14eb93d](https://github.com/kingdee/kdesign/commit/14eb93db7e50194401c361663d2aef50663206f1))
|
|
1350
1590
|
|
|
1351
1591
|
|
|
1352
1592
|
|
|
1353
|
-
## [1.6.7](https://github.com/
|
|
1593
|
+
## [1.6.7](https://github.com/kingdee/kdesign/compare/v1.6.6...v1.6.7) (2022-10-13)
|
|
1354
1594
|
|
|
1355
1595
|
|
|
1356
1596
|
### Bug Fixes
|
|
1357
1597
|
|
|
1358
|
-
* [carousel] 去除列表元素的默认样式 ([8080ed6](https://github.com/
|
|
1359
|
-
* [cascader] 更新清空按钮悬浮样式 ([8e52e06](https://github.com/
|
|
1360
|
-
* [date-pikcer]更新清空按钮颜色 ([819080b](https://github.com/
|
|
1361
|
-
* [datepicker]修复bug及优化样式 ([008e434](https://github.com/
|
|
1362
|
-
* [form]更新文档 ([c0bed1a](https://github.com/
|
|
1363
|
-
* [form]item为label添加htmlFor属性 ([c5e1c08](https://github.com/
|
|
1364
|
-
* [input]修复清空按钮样式 ([995db86](https://github.com/
|
|
1365
|
-
* [modal] 修复强控制提示弹窗demo的多次点击重复隐藏问题 ([953cf88](https://github.com/
|
|
1366
|
-
* [search] 增加搜索框圆角 ([8e75cd3](https://github.com/
|
|
1367
|
-
* [select] 调整选择器清除按钮样式 ([62245b4](https://github.com/
|
|
1368
|
-
* [select] 去除选择器多余代码 ([ed79aac](https://github.com/
|
|
1369
|
-
* [select] 新增支持直接在输入框内输入内容搜索 ([b480ee7](https://github.com/
|
|
1370
|
-
* [split-panel] 去掉分割容器拖动transition ([3e989b1](https://github.com/
|
|
1371
|
-
* [steps] 修复title多行情况下布局错乱问题 ([7491d5f](https://github.com/
|
|
1598
|
+
* [carousel] 去除列表元素的默认样式 ([8080ed6](https://github.com/kingdee/kdesign/commit/8080ed679b8f94436abdb9d3376769fd42b539c5))
|
|
1599
|
+
* [cascader] 更新清空按钮悬浮样式 ([8e52e06](https://github.com/kingdee/kdesign/commit/8e52e060b760d7302ec97563c8b294634b2a98e1))
|
|
1600
|
+
* [date-pikcer]更新清空按钮颜色 ([819080b](https://github.com/kingdee/kdesign/commit/819080be0ef035a8cda1c57169aee10f87a71dab))
|
|
1601
|
+
* [datepicker]修复bug及优化样式 ([008e434](https://github.com/kingdee/kdesign/commit/008e434e1a5966882f6af35bec76ce783c41e73d))
|
|
1602
|
+
* [form]更新文档 ([c0bed1a](https://github.com/kingdee/kdesign/commit/c0bed1af151dc1915e63460c125371ebd85d814d))
|
|
1603
|
+
* [form]item为label添加htmlFor属性 ([c5e1c08](https://github.com/kingdee/kdesign/commit/c5e1c085e92ed00714b90f878bc35a71fc3a5e7f))
|
|
1604
|
+
* [input]修复清空按钮样式 ([995db86](https://github.com/kingdee/kdesign/commit/995db861d9e1f83da47d24c2864c30c13a4ce782))
|
|
1605
|
+
* [modal] 修复强控制提示弹窗demo的多次点击重复隐藏问题 ([953cf88](https://github.com/kingdee/kdesign/commit/953cf88620f46f3006121fe04b6af363c0a0c202))
|
|
1606
|
+
* [search] 增加搜索框圆角 ([8e75cd3](https://github.com/kingdee/kdesign/commit/8e75cd30aaee8943406c46dd5711c31ecaea003a))
|
|
1607
|
+
* [select] 调整选择器清除按钮样式 ([62245b4](https://github.com/kingdee/kdesign/commit/62245b4fc87b84ff62a937c60e09d5ae1e90d330))
|
|
1608
|
+
* [select] 去除选择器多余代码 ([ed79aac](https://github.com/kingdee/kdesign/commit/ed79aac4b4e925228fb4ac274dcdf07202efbea8))
|
|
1609
|
+
* [select] 新增支持直接在输入框内输入内容搜索 ([b480ee7](https://github.com/kingdee/kdesign/commit/b480ee75279702dc5c59748d4825e5cf7fe73d01))
|
|
1610
|
+
* [split-panel] 去掉分割容器拖动transition ([3e989b1](https://github.com/kingdee/kdesign/commit/3e989b1f07d56edc240fe8a7b896532b05547c5e))
|
|
1611
|
+
* [steps] 修复title多行情况下布局错乱问题 ([7491d5f](https://github.com/kingdee/kdesign/commit/7491d5f7e753fde7facac1bd07f3a62a873b2907))
|
|
1372
1612
|
|
|
1373
1613
|
|
|
1374
1614
|
### Features
|
|
1375
1615
|
|
|
1376
|
-
* 添加融合行悬浮高亮 ([3e6b0c7](https://github.com/
|
|
1616
|
+
* 添加融合行悬浮高亮 ([3e6b0c7](https://github.com/kingdee/kdesign/commit/3e6b0c77302701fe659b4d03909242317aedefe6))
|
|
1377
1617
|
|
|
1378
1618
|
|
|
1379
1619
|
|
|
1380
|
-
## [1.6.6](https://github.com/
|
|
1620
|
+
## [1.6.6](https://github.com/kingdee/kdesign/compare/v1.6.5...v1.6.6) (2022-09-29)
|
|
1381
1621
|
|
|
1382
1622
|
|
|
1383
1623
|
### Bug Fixes
|
|
1384
1624
|
|
|
1385
|
-
* [cli] 文档内容更新 ([409dd4c](https://github.com/
|
|
1386
|
-
* [tooltip] 修复重复的token变量 ([eafce52](https://github.com/
|
|
1625
|
+
* [cli] 文档内容更新 ([409dd4c](https://github.com/kingdee/kdesign/commit/409dd4c59d224303ac4619e7b3ee862ca226e83b))
|
|
1626
|
+
* [tooltip] 修复重复的token变量 ([eafce52](https://github.com/kingdee/kdesign/commit/eafce52af218ff3eb7120ca3ca69d2500efdff1a))
|
|
1387
1627
|
|
|
1388
1628
|
|
|
1389
1629
|
### Features
|
|
1390
1630
|
|
|
1391
|
-
* [input] 开放countPosition属性用来摆放计数器位置 ([999b540](https://github.com/
|
|
1392
|
-
* [table] 添加表格向外提供的api ([f8684f5](https://github.com/
|
|
1631
|
+
* [input] 开放countPosition属性用来摆放计数器位置 ([999b540](https://github.com/kingdee/kdesign/commit/999b540b270cceb7c49a3b207ee7352098a62373))
|
|
1632
|
+
* [table] 添加表格向外提供的api ([f8684f5](https://github.com/kingdee/kdesign/commit/f8684f53b3f1769340fe5cbe6a0c8457b7f74d0d))
|
|
1393
1633
|
|
|
1394
1634
|
|
|
1395
1635
|
|
|
1396
|
-
## [1.6.5](https://github.com/
|
|
1636
|
+
## [1.6.5](https://github.com/kingdee/kdesign/compare/v1.6.4...v1.6.5) (2022-09-22)
|
|
1397
1637
|
|
|
1398
1638
|
|
|
1399
1639
|
### Bug Fixes
|
|
1400
1640
|
|
|
1401
|
-
* [cascader] 更改清空按钮样式 ([ae4adec](https://github.com/
|
|
1402
|
-
* [cascader]点击清空图标没有触发onChange的问题 ([f48d308](https://github.com/
|
|
1403
|
-
* [rate] 修复当value值为0时不触发视图更新的bug ([07ef798](https://github.com/
|
|
1404
|
-
* [search] 修复basic模式下onFocus和onBlur不生效的问题 ([0b7cbf3](https://github.com/
|
|
1405
|
-
* [transfer] 添加清空搜索框的方法clearSearch ([5024a62](https://github.com/
|
|
1406
|
-
* [upload] 修复demo默认上传按钮的样式 ([2a461cc](https://github.com/
|
|
1407
|
-
* [upload] 修复hover上传列表时操作按钮与文件列表背景色不同步的问题 ([478dd7b](https://github.com/
|
|
1641
|
+
* [cascader] 更改清空按钮样式 ([ae4adec](https://github.com/kingdee/kdesign/commit/ae4adec4c280d1d1aaee33c3a371050f8cb9cc6b))
|
|
1642
|
+
* [cascader]点击清空图标没有触发onChange的问题 ([f48d308](https://github.com/kingdee/kdesign/commit/f48d3083a0ab06eebd97cfe347931ba18a6bd3a5))
|
|
1643
|
+
* [rate] 修复当value值为0时不触发视图更新的bug ([07ef798](https://github.com/kingdee/kdesign/commit/07ef7980a83e425e65608efaa9bd38807d37b484))
|
|
1644
|
+
* [search] 修复basic模式下onFocus和onBlur不生效的问题 ([0b7cbf3](https://github.com/kingdee/kdesign/commit/0b7cbf3d4ec247744fbd7e697a9b0e6be9f6e573))
|
|
1645
|
+
* [transfer] 添加清空搜索框的方法clearSearch ([5024a62](https://github.com/kingdee/kdesign/commit/5024a623178b62765d7d798b7344ccf2a0245e1e))
|
|
1646
|
+
* [upload] 修复demo默认上传按钮的样式 ([2a461cc](https://github.com/kingdee/kdesign/commit/2a461ccf6c51f5f38fb11c1ec2952ff28099bd5c))
|
|
1647
|
+
* [upload] 修复hover上传列表时操作按钮与文件列表背景色不同步的问题 ([478dd7b](https://github.com/kingdee/kdesign/commit/478dd7b14735bb4ea8dad04f66114988706fef60))
|
|
1408
1648
|
|
|
1409
1649
|
|
|
1410
1650
|
### Features
|
|
1411
1651
|
|
|
1412
|
-
* [pagination]添加配置总计的显示方式 ([5900254](https://github.com/
|
|
1652
|
+
* [pagination]添加配置总计的显示方式 ([5900254](https://github.com/kingdee/kdesign/commit/59002540c1bdb561d922cdd34a46f35fbb7801c2))
|
|
1413
1653
|
|
|
1414
1654
|
|
|
1415
1655
|
|
|
1416
|
-
## [1.6.4](https://github.com/
|
|
1656
|
+
## [1.6.4](https://github.com/kingdee/kdesign/compare/v1.6.3...v1.6.4) (2022-09-15)
|
|
1417
1657
|
|
|
1418
1658
|
|
|
1419
1659
|
### Bug Fixes
|
|
1420
1660
|
|
|
1421
|
-
* [date-picker] 修复z-index及禁用时的样式问题 ([3e10535](https://github.com/
|
|
1661
|
+
* [date-picker] 修复z-index及禁用时的样式问题 ([3e10535](https://github.com/kingdee/kdesign/commit/3e10535868b85582f30fb90a56bb447ad607c323))
|
|
1422
1662
|
|
|
1423
1663
|
|
|
1424
1664
|
|
|
1425
|
-
## [1.6.3](https://github.com/
|
|
1665
|
+
## [1.6.3](https://github.com/kingdee/kdesign/compare/v1.6.2...v1.6.3) (2022-09-09)
|
|
1426
1666
|
|
|
1427
1667
|
|
|
1428
1668
|
|
|
1429
|
-
## [1.6.2](https://github.com/
|
|
1669
|
+
## [1.6.2](https://github.com/kingdee/kdesign/compare/v1.6.1...v1.6.2) (2022-09-08)
|
|
1430
1670
|
|
|
1431
1671
|
|
|
1432
1672
|
### Bug Fixes
|
|
1433
1673
|
|
|
1434
|
-
* [cli] 调整在文档首页时翻页按钮位置 ([f1fbdd4](https://github.com/
|
|
1435
|
-
* [icon] 去除demo中重复图标 ([9d847e9](https://github.com/
|
|
1436
|
-
* [pagination] 修复api showSizeChanger设置不生效问题 ([c6f6932](https://github.com/
|
|
1437
|
-
* [search] 修复api borderType设置bordered无效问题 ([901bcbb](https://github.com/
|
|
1438
|
-
* [search] 修复type为为quick-search时placeholder不生效问题 ([ac7603b](https://github.com/
|
|
1439
|
-
* [transfer] 添加穿梭框的搜索框 placeholder 支持自定义功能 ([0b03aa1](https://github.com/
|
|
1440
|
-
* [transfer] 修复分页时当前页数显示错误问题 ([d597085](https://github.com/
|
|
1441
|
-
* [transfer] 修复分页页数出现小数问题 ([c38d630](https://github.com/
|
|
1442
|
-
* [transfer] 增加分页模式下可多选功能 ([7736b02](https://github.com/
|
|
1443
|
-
* [tree] 调整树控件拖拽展开逻辑 ([414a22f](https://github.com/
|
|
1444
|
-
* [tree] 解决拖拽时border导致节点内容收缩 ([d79cd73](https://github.com/
|
|
1445
|
-
* [tree] 增加树控件垂直方向padding ([5c9606b](https://github.com/
|
|
1674
|
+
* [cli] 调整在文档首页时翻页按钮位置 ([f1fbdd4](https://github.com/kingdee/kdesign/commit/f1fbdd4d38223204497b12e70c80c13e936d2002))
|
|
1675
|
+
* [icon] 去除demo中重复图标 ([9d847e9](https://github.com/kingdee/kdesign/commit/9d847e9c746b09d52e0b21e24ae12cb4a621c239))
|
|
1676
|
+
* [pagination] 修复api showSizeChanger设置不生效问题 ([c6f6932](https://github.com/kingdee/kdesign/commit/c6f6932046859369c8afe520d83ac6d73ab6d03a))
|
|
1677
|
+
* [search] 修复api borderType设置bordered无效问题 ([901bcbb](https://github.com/kingdee/kdesign/commit/901bcbba48c83a489e7324b822f6d7c377a5d512))
|
|
1678
|
+
* [search] 修复type为为quick-search时placeholder不生效问题 ([ac7603b](https://github.com/kingdee/kdesign/commit/ac7603bccbc8d762ee74aeaf0d711d9f697d2551))
|
|
1679
|
+
* [transfer] 添加穿梭框的搜索框 placeholder 支持自定义功能 ([0b03aa1](https://github.com/kingdee/kdesign/commit/0b03aa1f8b35447b2c5c36b73b6c8230eb5b0c8a))
|
|
1680
|
+
* [transfer] 修复分页时当前页数显示错误问题 ([d597085](https://github.com/kingdee/kdesign/commit/d597085cc978841673643007533aa8e98cf0bfce))
|
|
1681
|
+
* [transfer] 修复分页页数出现小数问题 ([c38d630](https://github.com/kingdee/kdesign/commit/c38d6300dea305f9af6217d7a674ec40caf12322))
|
|
1682
|
+
* [transfer] 增加分页模式下可多选功能 ([7736b02](https://github.com/kingdee/kdesign/commit/7736b024cd89b2a997d7bb2bb031b08b326cda79))
|
|
1683
|
+
* [tree] 调整树控件拖拽展开逻辑 ([414a22f](https://github.com/kingdee/kdesign/commit/414a22f0bbeda544c71161e32eb28a5647440f7a))
|
|
1684
|
+
* [tree] 解决拖拽时border导致节点内容收缩 ([d79cd73](https://github.com/kingdee/kdesign/commit/d79cd73f798658ff9a214782e8cc02c7e4e62ebf))
|
|
1685
|
+
* [tree] 增加树控件垂直方向padding ([5c9606b](https://github.com/kingdee/kdesign/commit/5c9606bfe4849b7f028ac60df680bd91c8c1f5a9))
|
|
1446
1686
|
|
|
1447
1687
|
|
|
1448
1688
|
### Features
|
|
1449
1689
|
|
|
1450
|
-
* [date-picker] 更新token文档 ([4e4d2df](https://github.com/
|
|
1451
|
-
* [tree] 新增拖拽到节点上方功能 ([afe016b](https://github.com/
|
|
1690
|
+
* [date-picker] 更新token文档 ([4e4d2df](https://github.com/kingdee/kdesign/commit/4e4d2dfdd9cfffdcc91a6ab2b0d714e4f5f0dcc5))
|
|
1691
|
+
* [tree] 新增拖拽到节点上方功能 ([afe016b](https://github.com/kingdee/kdesign/commit/afe016baef12b760832774efcaf70a2c28c64687))
|
|
1452
1692
|
|
|
1453
1693
|
|
|
1454
1694
|
|
|
1455
|
-
## [1.6.1](https://github.com/
|
|
1695
|
+
## [1.6.1](https://github.com/kingdee/kdesign/compare/v1.6.0...v1.6.1) (2022-09-02)
|
|
1456
1696
|
|
|
1457
1697
|
|
|
1458
1698
|
### Bug Fixes
|
|
1459
1699
|
|
|
1460
|
-
* [dropdown]下拉菜单项点击不触发事件问题 ([a30bca4](https://github.com/
|
|
1461
|
-
* [tree] 修复拖拽完成后存在多余样式问题 ([dc8ca3e](https://github.com/
|
|
1700
|
+
* [dropdown]下拉菜单项点击不触发事件问题 ([a30bca4](https://github.com/kingdee/kdesign/commit/a30bca418c5b7aa957fcb3b5cb8b8a96624f5d81))
|
|
1701
|
+
* [tree] 修复拖拽完成后存在多余样式问题 ([dc8ca3e](https://github.com/kingdee/kdesign/commit/dc8ca3ef8d8a813032993c1fcddd7a52adb74b3b))
|
|
1462
1702
|
|
|
1463
1703
|
|
|
1464
1704
|
|
|
1465
|
-
# [1.6.0](https://github.com/
|
|
1705
|
+
# [1.6.0](https://github.com/kingdee/kdesign/compare/v1.5.11...v1.6.0) (2022-09-01)
|
|
1466
1706
|
|
|
1467
1707
|
|
|
1468
1708
|
### Bug Fixes
|
|
1469
1709
|
|
|
1470
|
-
* [avatar] 修复头像组件图标位置偏下问题 ([b8b537b](https://github.com/
|
|
1471
|
-
* [date-picker] 更新demo与文档描述内容 ([755d329](https://github.com/
|
|
1472
|
-
* [slider] 修复api tipFormatter配置无效问题 ([e9d4d26](https://github.com/
|
|
1473
|
-
* [steps] 修复步骤条警告信息 ([fd81be8](https://github.com/
|
|
1474
|
-
* [tree] 调整树控件外边距 ([aad7d2d](https://github.com/
|
|
1710
|
+
* [avatar] 修复头像组件图标位置偏下问题 ([b8b537b](https://github.com/kingdee/kdesign/commit/b8b537b2715784344cdab65b0b06d4dfec37ea2f))
|
|
1711
|
+
* [date-picker] 更新demo与文档描述内容 ([755d329](https://github.com/kingdee/kdesign/commit/755d3290f7b50332e86a477ab0d9390c4e2f9dbe))
|
|
1712
|
+
* [slider] 修复api tipFormatter配置无效问题 ([e9d4d26](https://github.com/kingdee/kdesign/commit/e9d4d263ddd2092fa6992257bb9166246477e3a5))
|
|
1713
|
+
* [steps] 修复步骤条警告信息 ([fd81be8](https://github.com/kingdee/kdesign/commit/fd81be8940d73c00e944904cb5028d3537551481))
|
|
1714
|
+
* [tree] 调整树控件外边距 ([aad7d2d](https://github.com/kingdee/kdesign/commit/aad7d2d24097d410ba2da1842f310c06c4742799))
|
|
1475
1715
|
|
|
1476
1716
|
|
|
1477
1717
|
|
|
1478
|
-
## [1.5.11](https://github.com/
|
|
1718
|
+
## [1.5.11](https://github.com/kingdee/kdesign/compare/v1.5.10...v1.5.11) (2022-08-25)
|
|
1479
1719
|
|
|
1480
1720
|
|
|
1481
1721
|
### Bug Fixes
|
|
1482
1722
|
|
|
1483
|
-
* [Alert]demo展示样式问题 ([0c69266](https://github.com/
|
|
1484
|
-
* [button] 新增按钮超出隐藏并出现省略号 ([b418fb3](https://github.com/
|
|
1485
|
-
* [button] 修复按钮文字换行问题 ([0ebd417](https://github.com/
|
|
1486
|
-
* [Cascader]demo点击跳转问题 ([e073102](https://github.com/
|
|
1487
|
-
* [drawer] 调整demo ([71414fb](https://github.com/
|
|
1488
|
-
* [drawer] 修复抽屉显示时使页面抖动问题 ([9c6ce88](https://github.com/
|
|
1489
|
-
* [message] 修复手动点击关闭,不触发消息提示控件问题 ([672ed89](https://github.com/
|
|
1490
|
-
* [Pagination]颜色问题 ([de56c91](https://github.com/
|
|
1491
|
-
* [search] 修复demo图片不显示问题 ([e181c58](https://github.com/
|
|
1492
|
-
* [space] 修复demo显示问题 ([cfe1089](https://github.com/
|
|
1493
|
-
* [transfer] 修复穿梭框方向键文字换行问题 ([c1618e4](https://github.com/
|
|
1723
|
+
* [Alert]demo展示样式问题 ([0c69266](https://github.com/kingdee/kdesign/commit/0c69266b9b236c8d9ebd65e021d8c1c62ad21e81))
|
|
1724
|
+
* [button] 新增按钮超出隐藏并出现省略号 ([b418fb3](https://github.com/kingdee/kdesign/commit/b418fb38c67ef68a6e6cdeac0bef397032c966dd))
|
|
1725
|
+
* [button] 修复按钮文字换行问题 ([0ebd417](https://github.com/kingdee/kdesign/commit/0ebd417b9251b8bfee9c4f8dc2ec529288c89faf))
|
|
1726
|
+
* [Cascader]demo点击跳转问题 ([e073102](https://github.com/kingdee/kdesign/commit/e07310247f2a31b548ea5c81920f200af7cf68d7))
|
|
1727
|
+
* [drawer] 调整demo ([71414fb](https://github.com/kingdee/kdesign/commit/71414fb8ce64dd98dc27e6cd6f55416c244bbb7c))
|
|
1728
|
+
* [drawer] 修复抽屉显示时使页面抖动问题 ([9c6ce88](https://github.com/kingdee/kdesign/commit/9c6ce88de5b6399297ab0320994aa221711aa99b))
|
|
1729
|
+
* [message] 修复手动点击关闭,不触发消息提示控件问题 ([672ed89](https://github.com/kingdee/kdesign/commit/672ed89fc7c8497136b08f908f2d1af19adbed57))
|
|
1730
|
+
* [Pagination]颜色问题 ([de56c91](https://github.com/kingdee/kdesign/commit/de56c91f04f699789f408d2de9b1cf699a3b2ca4))
|
|
1731
|
+
* [search] 修复demo图片不显示问题 ([e181c58](https://github.com/kingdee/kdesign/commit/e181c583d4bf93976f907a7b5bb5f59044df3403))
|
|
1732
|
+
* [space] 修复demo显示问题 ([cfe1089](https://github.com/kingdee/kdesign/commit/cfe10897f4170a5a657523ab8a7fba949509d45e))
|
|
1733
|
+
* [transfer] 修复穿梭框方向键文字换行问题 ([c1618e4](https://github.com/kingdee/kdesign/commit/c1618e4e7bc66655e016a67de4a5de674c55d3ad))
|
|
1494
1734
|
|
|
1495
1735
|
|
|
1496
1736
|
|
|
1497
|
-
## [1.5.10](https://github.com/
|
|
1737
|
+
## [1.5.10](https://github.com/kingdee/kdesign/compare/v1.5.9...v1.5.10) (2022-08-22)
|
|
1498
1738
|
|
|
1499
1739
|
|
|
1500
1740
|
### Bug Fixes
|
|
1501
1741
|
|
|
1502
|
-
* [table] 修复表格虚模式下表格从不可见到可见出现滚动条跳动问题 ([9971ad1](https://github.com/
|
|
1742
|
+
* [table] 修复表格虚模式下表格从不可见到可见出现滚动条跳动问题 ([9971ad1](https://github.com/kingdee/kdesign/commit/9971ad1ac7f8e97338308fc935c3abf86450a1b1))
|
|
1503
1743
|
|
|
1504
1744
|
|
|
1505
1745
|
|
|
1506
|
-
## [1.5.9](https://github.com/
|
|
1746
|
+
## [1.5.9](https://github.com/kingdee/kdesign/compare/v1.5.8...v1.5.9) (2022-08-18)
|
|
1507
1747
|
|
|
1508
1748
|
|
|
1509
1749
|
### Bug Fixes
|
|
1510
1750
|
|
|
1511
|
-
* [dropdown]选项传入自定义类名点击事件失效的问题 ([16b1744](https://github.com/
|
|
1512
|
-
* [progress] 修复视觉走查问题点 ([fff4898](https://github.com/
|
|
1513
|
-
* [tabs] 修复页签组件视觉走查问题 ([82fffbf](https://github.com/
|
|
1514
|
-
* [token] 修复组件token变量 ([3d00fb4](https://github.com/
|
|
1515
|
-
* [tree] 修复树控件视觉走查问题 ([6d4792b](https://github.com/
|
|
1516
|
-
* [tree] 修复异步加载时loading按钮显示不全问题 ([92bc2d7](https://github.com/
|
|
1517
|
-
* [usePopper]修复浮层贴右侧边缘时导致的问题 ([07c72ca](https://github.com/
|
|
1751
|
+
* [dropdown]选项传入自定义类名点击事件失效的问题 ([16b1744](https://github.com/kingdee/kdesign/commit/16b1744a79eed85476824da74e86d252af487b07))
|
|
1752
|
+
* [progress] 修复视觉走查问题点 ([fff4898](https://github.com/kingdee/kdesign/commit/fff4898f3255dfba9e0b86da0a098ce1ea263708))
|
|
1753
|
+
* [tabs] 修复页签组件视觉走查问题 ([82fffbf](https://github.com/kingdee/kdesign/commit/82fffbfbbd703cde69603832309479db0dec3d8c))
|
|
1754
|
+
* [token] 修复组件token变量 ([3d00fb4](https://github.com/kingdee/kdesign/commit/3d00fb485fc5f87a5a2524b8b53e9ef1004d721f))
|
|
1755
|
+
* [tree] 修复树控件视觉走查问题 ([6d4792b](https://github.com/kingdee/kdesign/commit/6d4792bc9e5e745b07eba79e7d7b52aae3144135))
|
|
1756
|
+
* [tree] 修复异步加载时loading按钮显示不全问题 ([92bc2d7](https://github.com/kingdee/kdesign/commit/92bc2d791c81712859b4fd92a62845c1a0ca2e30))
|
|
1757
|
+
* [usePopper]修复浮层贴右侧边缘时导致的问题 ([07c72ca](https://github.com/kingdee/kdesign/commit/07c72ca86844d6fdc6c27e114997950d30fc33aa))
|
|
1518
1758
|
|
|
1519
1759
|
|
|
1520
1760
|
### Features
|
|
1521
1761
|
|
|
1522
|
-
* [modal] 修复视觉走查问题点 ([3d88d74](https://github.com/
|
|
1523
|
-
* [upload] 修复视觉走查问题点 ([8838d3a](https://github.com/
|
|
1762
|
+
* [modal] 修复视觉走查问题点 ([3d88d74](https://github.com/kingdee/kdesign/commit/3d88d746d73149620ae0d103f84153fa25ea368c))
|
|
1763
|
+
* [upload] 修复视觉走查问题点 ([8838d3a](https://github.com/kingdee/kdesign/commit/8838d3aa897f6a0a0fb5313a4cbc1391ae8a9cfd))
|
|
1524
1764
|
|
|
1525
1765
|
|
|
1526
1766
|
|
|
1527
|
-
## [1.5.8](https://github.com/
|
|
1767
|
+
## [1.5.8](https://github.com/kingdee/kdesign/compare/v1.5.7...v1.5.8) (2022-08-12)
|
|
1528
1768
|
|
|
1529
1769
|
|
|
1530
1770
|
### Bug Fixes
|
|
1531
1771
|
|
|
1532
|
-
* [usePopper] 修复贴左侧边缘时导致的报错问题 ([ca4686d](https://github.com/
|
|
1772
|
+
* [usePopper] 修复贴左侧边缘时导致的报错问题 ([ca4686d](https://github.com/kingdee/kdesign/commit/ca4686d670b448ba9c22774e016e38d33e6e0bbd))
|
|
1533
1773
|
|
|
1534
1774
|
|
|
1535
1775
|
|
|
1536
|
-
## [1.5.7](https://github.com/
|
|
1776
|
+
## [1.5.7](https://github.com/kingdee/kdesign/compare/v1.5.6...v1.5.7) (2022-08-12)
|
|
1537
1777
|
|
|
1538
1778
|
|
|
1539
1779
|
### Reverts
|
|
1540
1780
|
|
|
1541
|
-
* Revert "fix: [Tooltip] 修复当触发元素在右上角,trigger=top时,浮层超出显示边界的问题" ([16dde4e](https://github.com/
|
|
1781
|
+
* Revert "fix: [Tooltip] 修复当触发元素在右上角,trigger=top时,浮层超出显示边界的问题" ([16dde4e](https://github.com/kingdee/kdesign/commit/16dde4e71654bd8a6b4c44d6472ac28aa44ee007))
|
|
1542
1782
|
|
|
1543
1783
|
|
|
1544
1784
|
|
|
1545
|
-
## [1.5.6](https://github.com/
|
|
1785
|
+
## [1.5.6](https://github.com/kingdee/kdesign/compare/v1.5.5...v1.5.6) (2022-08-11)
|
|
1546
1786
|
|
|
1547
1787
|
|
|
1548
1788
|
### Bug Fixes
|
|
1549
1789
|
|
|
1550
|
-
* [Tooltip] 修复当触发元素在右上角,trigger=top时,浮层超出显示边界的问题 ([f487389](https://github.com/
|
|
1790
|
+
* [Tooltip] 修复当触发元素在右上角,trigger=top时,浮层超出显示边界的问题 ([f487389](https://github.com/kingdee/kdesign/commit/f487389d95ca759658b5bf7ff988de30aa485f9c))
|
|
1551
1791
|
|
|
1552
1792
|
|
|
1553
1793
|
|
|
1554
|
-
## [1.5.5](https://github.com/
|
|
1794
|
+
## [1.5.5](https://github.com/kingdee/kdesign/compare/v1.5.4...v1.5.5) (2022-08-11)
|
|
1555
1795
|
|
|
1556
1796
|
|
|
1557
1797
|
### Bug Fixes
|
|
1558
1798
|
|
|
1559
|
-
* [dropdown]修复设置defaultVisible后下拉菜单无法关闭的问题 ([0641a0f](https://github.com/
|
|
1560
|
-
* [radio] BT-00876996 修复disabled状态下的鼠标悬浮手势 ([912a8ff](https://github.com/
|
|
1561
|
-
* [spin] 修复视觉走查问题点 ([4577e31](https://github.com/
|
|
1562
|
-
* [timeline] 修复视觉走查问题点 ([5ad075b](https://github.com/
|
|
1799
|
+
* [dropdown]修复设置defaultVisible后下拉菜单无法关闭的问题 ([0641a0f](https://github.com/kingdee/kdesign/commit/0641a0fb7d75dd00426be3bd69a6ffc6e664ef3a))
|
|
1800
|
+
* [radio] BT-00876996 修复disabled状态下的鼠标悬浮手势 ([912a8ff](https://github.com/kingdee/kdesign/commit/912a8ff19cb00f9b29f5e97c560b9c004d9a32dd))
|
|
1801
|
+
* [spin] 修复视觉走查问题点 ([4577e31](https://github.com/kingdee/kdesign/commit/4577e31786f45ddb2b4274d1ec21456442c35ca1))
|
|
1802
|
+
* [timeline] 修复视觉走查问题点 ([5ad075b](https://github.com/kingdee/kdesign/commit/5ad075bdccf6145e490005f7723670adba4138a8))
|
|
1563
1803
|
|
|
1564
1804
|
|
|
1565
1805
|
### Features
|
|
1566
1806
|
|
|
1567
|
-
* [alert] 修复视觉走查问题点 ([ca149c3](https://github.com/
|
|
1568
|
-
* [dropdown] 修复视觉走查问题点 ([72623bf](https://github.com/
|
|
1569
|
-
* [tree] 新增缩进模式配置 ([63d37a9](https://github.com/
|
|
1570
|
-
* [tree] 增加异步加载功能 ([ff7111a](https://github.com/
|
|
1807
|
+
* [alert] 修复视觉走查问题点 ([ca149c3](https://github.com/kingdee/kdesign/commit/ca149c3012c8b0a6be23a0a92d87d907028d8839))
|
|
1808
|
+
* [dropdown] 修复视觉走查问题点 ([72623bf](https://github.com/kingdee/kdesign/commit/72623bf11e408e0e476d795efd4e0571b2a7255f))
|
|
1809
|
+
* [tree] 新增缩进模式配置 ([63d37a9](https://github.com/kingdee/kdesign/commit/63d37a9decf8a1dd417bdf2ad5eb68902204738d))
|
|
1810
|
+
* [tree] 增加异步加载功能 ([ff7111a](https://github.com/kingdee/kdesign/commit/ff7111ab51de812371dd2e657ff71cdb185a0275))
|
|
1571
1811
|
|
|
1572
1812
|
|
|
1573
1813
|
|
|
1574
|
-
## [1.5.4](https://github.com/
|
|
1814
|
+
## [1.5.4](https://github.com/kingdee/kdesign/compare/v1.5.3...v1.5.4) (2022-08-04)
|
|
1575
1815
|
|
|
1576
1816
|
|
|
1577
1817
|
### Bug Fixes
|
|
1578
1818
|
|
|
1579
|
-
* [cli] 更改统一导航菜单 ([505bbde](https://github.com/
|
|
1580
|
-
* [cli] 更新footer的图片 ([1850985](https://github.com/
|
|
1581
|
-
* [drawer] 修复纵向抽屉无法设置高度问题 ([dd3b9e1](https://github.com/
|
|
1582
|
-
* [Dropdown]dropdown组件item里面包含标签时点击无响应的bug ([d9368eb](https://github.com/
|
|
1583
|
-
* [Filter]修复Filter组件demo展示问题 ([9e1e807](https://github.com/
|
|
1584
|
-
* [radio] 修复单选组合禁用状态样式问题 ([41782c2](https://github.com/
|
|
1585
|
-
* [select] 解决allowClear模式下 value为0时清空按钮被渲染为0的问题 ([4a383f4](https://github.com/
|
|
1586
|
-
* [stepper] 修复步进器禁用状态无效问题 ([7d9cc6b](https://github.com/
|
|
1587
|
-
* [tabs] 修复页签border宽度问题 ([a005a7b](https://github.com/
|
|
1588
|
-
* [Tooltip]组件-子组件的ref获取不到bug ([81b69f4](https://github.com/
|
|
1589
|
-
* [tree] 调整demo展开收起图标 ([4e87537](https://github.com/
|
|
1590
|
-
* [tree] 增加节点过滤功能api ([c88575a](https://github.com/
|
|
1819
|
+
* [cli] 更改统一导航菜单 ([505bbde](https://github.com/kingdee/kdesign/commit/505bbdea8cdfa1b9a793398d96af0cb42d19f087))
|
|
1820
|
+
* [cli] 更新footer的图片 ([1850985](https://github.com/kingdee/kdesign/commit/18509858492013208c1f4eff36db71bf8d4721a4))
|
|
1821
|
+
* [drawer] 修复纵向抽屉无法设置高度问题 ([dd3b9e1](https://github.com/kingdee/kdesign/commit/dd3b9e1b1696904d6b75f796fc9719b862a98f8e))
|
|
1822
|
+
* [Dropdown]dropdown组件item里面包含标签时点击无响应的bug ([d9368eb](https://github.com/kingdee/kdesign/commit/d9368ebda7e1e7a67b3b4b80d287183f7329cf24))
|
|
1823
|
+
* [Filter]修复Filter组件demo展示问题 ([9e1e807](https://github.com/kingdee/kdesign/commit/9e1e807243098f73eab16543a4f63286ca49853c))
|
|
1824
|
+
* [radio] 修复单选组合禁用状态样式问题 ([41782c2](https://github.com/kingdee/kdesign/commit/41782c28ef61ad2e9b13625e02513b86c1dbb34a))
|
|
1825
|
+
* [select] 解决allowClear模式下 value为0时清空按钮被渲染为0的问题 ([4a383f4](https://github.com/kingdee/kdesign/commit/4a383f46155f4b9051a891f910cf85506ace4fa3))
|
|
1826
|
+
* [stepper] 修复步进器禁用状态无效问题 ([7d9cc6b](https://github.com/kingdee/kdesign/commit/7d9cc6bed19ba400d4b9f49c29231566e519de8d))
|
|
1827
|
+
* [tabs] 修复页签border宽度问题 ([a005a7b](https://github.com/kingdee/kdesign/commit/a005a7b20a62fa4c604e55ccd6e9280cb86a13e8))
|
|
1828
|
+
* [Tooltip]组件-子组件的ref获取不到bug ([81b69f4](https://github.com/kingdee/kdesign/commit/81b69f4214e2e0d8e461bcb0a3eca0124b375fcd))
|
|
1829
|
+
* [tree] 调整demo展开收起图标 ([4e87537](https://github.com/kingdee/kdesign/commit/4e87537ce8059217327d636393308ee0f07095fb))
|
|
1830
|
+
* [tree] 增加节点过滤功能api ([c88575a](https://github.com/kingdee/kdesign/commit/c88575a8020183fb5ba3aa4d03f894e0462e663e))
|
|
1591
1831
|
|
|
1592
1832
|
|
|
1593
1833
|
### Features
|
|
1594
1834
|
|
|
1595
|
-
* [Dropdown]子元素的ref获取不到的bug ([b8bdabd](https://github.com/
|
|
1596
|
-
* [icon] 新增展开收起图标 ([0915da7](https://github.com/
|
|
1835
|
+
* [Dropdown]子元素的ref获取不到的bug ([b8bdabd](https://github.com/kingdee/kdesign/commit/b8bdabdc38b3ec66fd010e4c9d5dcc288a9a2a26))
|
|
1836
|
+
* [icon] 新增展开收起图标 ([0915da7](https://github.com/kingdee/kdesign/commit/0915da77c5eb782f125e6cef9a72cd578cb79996))
|
|
1597
1837
|
|
|
1598
1838
|
|
|
1599
1839
|
### Performance Improvements
|
|
1600
1840
|
|
|
1601
|
-
* [tree] 去除重复遍历计算树结构数据的层级 ([14c3f20](https://github.com/
|
|
1602
|
-
* [tree] 优化大数据虚模式下的节点过滤 ([874f1b0](https://github.com/
|
|
1841
|
+
* [tree] 去除重复遍历计算树结构数据的层级 ([14c3f20](https://github.com/kingdee/kdesign/commit/14c3f209face4a8f2ffdf761e671a11237e25ec6))
|
|
1842
|
+
* [tree] 优化大数据虚模式下的节点过滤 ([874f1b0](https://github.com/kingdee/kdesign/commit/874f1b07bde6b6b3ccd2b1d2d904fdee63011b48))
|
|
1603
1843
|
|
|
1604
1844
|
|
|
1605
1845
|
|
|
1606
|
-
## [1.5.3](https://github.com/
|
|
1846
|
+
## [1.5.3](https://github.com/kingdee/kdesign/compare/v1.5.2...v1.5.3) (2022-07-29)
|
|
1607
1847
|
|
|
1608
1848
|
|
|
1609
1849
|
### Bug Fixes
|
|
1610
1850
|
|
|
1611
|
-
* [input]修复禁用状态下样式问题 ([3ff40ea](https://github.com/
|
|
1851
|
+
* [input]修复禁用状态下样式问题 ([3ff40ea](https://github.com/kingdee/kdesign/commit/3ff40ea0f9f250b3470c8668f177269f0220285b))
|
|
1612
1852
|
|
|
1613
1853
|
|
|
1614
1854
|
|
|
1615
|
-
## [1.5.2](https://github.com/
|
|
1855
|
+
## [1.5.2](https://github.com/kingdee/kdesign/compare/v1.5.1...v1.5.2) (2022-07-28)
|
|
1616
1856
|
|
|
1617
1857
|
|
|
1618
1858
|
### Bug Fixes
|
|
1619
1859
|
|
|
1620
|
-
* [anchor] 调整锚点组件定位偏移的逻辑 ([a4cf19f](https://github.com/
|
|
1621
|
-
* [avatar] 修复srcSet不生效问题 ([59a069a](https://github.com/
|
|
1622
|
-
* [input] 修复禁用状态下样式问题 ([d4e05b5](https://github.com/
|
|
1623
|
-
* [select] 修复禁用态出现清空按钮,并能继续触发清空操作的bug ([9395796](https://github.com/
|
|
1624
|
-
* [select] 修复禁用态下的视觉 ([ca6a6cd](https://github.com/
|
|
1625
|
-
* [tree] 调整拖拽时dropPosition计算 ([cb69512](https://github.com/
|
|
1860
|
+
* [anchor] 调整锚点组件定位偏移的逻辑 ([a4cf19f](https://github.com/kingdee/kdesign/commit/a4cf19faba70462fae6f8937c38607c610a4aed6))
|
|
1861
|
+
* [avatar] 修复srcSet不生效问题 ([59a069a](https://github.com/kingdee/kdesign/commit/59a069a04423d2d1d4852292dc99d41a81234047))
|
|
1862
|
+
* [input] 修复禁用状态下样式问题 ([d4e05b5](https://github.com/kingdee/kdesign/commit/d4e05b5907892c00345b7d4e976c89ca29272df1))
|
|
1863
|
+
* [select] 修复禁用态出现清空按钮,并能继续触发清空操作的bug ([9395796](https://github.com/kingdee/kdesign/commit/939579646cc54965a7a67016dedf0eac95a8c80b))
|
|
1864
|
+
* [select] 修复禁用态下的视觉 ([ca6a6cd](https://github.com/kingdee/kdesign/commit/ca6a6cd4caf3ba0c6d2587748eab1d1de21b54d8))
|
|
1865
|
+
* [tree] 调整拖拽时dropPosition计算 ([cb69512](https://github.com/kingdee/kdesign/commit/cb69512648acdca9a8a6e99624e9778aefe1c3a6))
|
|
1626
1866
|
|
|
1627
1867
|
|
|
1628
1868
|
|
|
1629
|
-
## [1.5.1](https://github.com/
|
|
1869
|
+
## [1.5.1](https://github.com/kingdee/kdesign/compare/v1.3.8...v1.5.1) (2022-07-27)
|
|
1630
1870
|
|
|
1631
1871
|
|
|
1632
1872
|
### Bug Fixes
|
|
1633
1873
|
|
|
1634
|
-
* [table] 增加滚动加载和滚动条宽度参数 ([c4e9b03](https://github.com/
|
|
1874
|
+
* [table] 增加滚动加载和滚动条宽度参数 ([c4e9b03](https://github.com/kingdee/kdesign/commit/c4e9b0382f9290a8712eba0a3ee9313851410d8a))
|
|
1635
1875
|
|
|
1636
1876
|
|
|
1637
1877
|
|
|
1638
|
-
# [1.5.0](https://github.com/
|
|
1878
|
+
# [1.5.0](https://github.com/kingdee/kdesign/compare/v1.4.1...v1.5.0) (2022-07-21)
|
|
1639
1879
|
|
|
1640
1880
|
|
|
1641
1881
|
### Bug Fixes
|
|
1642
1882
|
|
|
1643
|
-
* [carousel] 解决走马灯children为空时报错 ([b9cc896](https://github.com/
|
|
1644
|
-
* [date-picker]修复范围选择自定义后缀及颜色问题 ([fbcf024](https://github.com/
|
|
1645
|
-
* [dropdown] 新增下拉菜单hover字体颜色token ([2bbc394](https://github.com/
|
|
1646
|
-
* [input]修复清除图标颜色问题 ([1e149a3](https://github.com/
|
|
1647
|
-
* [radio] 修复单选defaultChecked不生效问题 ([ef60dc5](https://github.com/
|
|
1648
|
-
* [site]官网改造 ([cb05cb8](https://github.com/
|
|
1649
|
-
* [tree] 调整拖拽时关系线样式 ([0009deb](https://github.com/
|
|
1650
|
-
* [tree] 树组件节点拖拽功能调整(允许拖入节点子级) ([eb0097e](https://github.com/
|
|
1883
|
+
* [carousel] 解决走马灯children为空时报错 ([b9cc896](https://github.com/kingdee/kdesign/commit/b9cc896056fcca9491d29910f254d3e89c95b75d))
|
|
1884
|
+
* [date-picker]修复范围选择自定义后缀及颜色问题 ([fbcf024](https://github.com/kingdee/kdesign/commit/fbcf0240ab3fb217b1b43b57f3541b028d259725))
|
|
1885
|
+
* [dropdown] 新增下拉菜单hover字体颜色token ([2bbc394](https://github.com/kingdee/kdesign/commit/2bbc3943f38c6c733c92e3394e0aa63798c5a75b))
|
|
1886
|
+
* [input]修复清除图标颜色问题 ([1e149a3](https://github.com/kingdee/kdesign/commit/1e149a39216f8ddc770080d0b1722c7e2c8a6a53))
|
|
1887
|
+
* [radio] 修复单选defaultChecked不生效问题 ([ef60dc5](https://github.com/kingdee/kdesign/commit/ef60dc5f27b5fe5e20243baa1676c4f9fc8a160b))
|
|
1888
|
+
* [site]官网改造 ([cb05cb8](https://github.com/kingdee/kdesign/commit/cb05cb8ab8240fdfd6c18f7da4076e5bd140b884))
|
|
1889
|
+
* [tree] 调整拖拽时关系线样式 ([0009deb](https://github.com/kingdee/kdesign/commit/0009deba03a4d71f60bf8f2944e162bda7e99269))
|
|
1890
|
+
* [tree] 树组件节点拖拽功能调整(允许拖入节点子级) ([eb0097e](https://github.com/kingdee/kdesign/commit/eb0097e88fb8ee9a3aa2135aa8b92d1d6ca44777))
|
|
1651
1891
|
|
|
1652
1892
|
|
|
1653
1893
|
### Features
|
|
1654
1894
|
|
|
1655
|
-
* [menu]新增手风琴模式 ([4b97eae](https://github.com/
|
|
1656
|
-
* [tree] 新增节点过滤功能 ([86daa0b](https://github.com/
|
|
1895
|
+
* [menu]新增手风琴模式 ([4b97eae](https://github.com/kingdee/kdesign/commit/4b97eaec8721e9f9d2c0c8bac67065ba0ef8b798))
|
|
1896
|
+
* [tree] 新增节点过滤功能 ([86daa0b](https://github.com/kingdee/kdesign/commit/86daa0b846fb924bcc5ec219a42b0c4c01173e20))
|
|
1657
1897
|
|
|
1658
1898
|
|
|
1659
1899
|
|
|
1660
|
-
## [1.4.1](https://github.com/
|
|
1900
|
+
## [1.4.1](https://github.com/kingdee/kdesign/compare/v1.4.0...v1.4.1) (2022-07-15)
|
|
1661
1901
|
|
|
1662
1902
|
|
|
1663
1903
|
### Bug Fixes
|
|
1664
1904
|
|
|
1665
|
-
* [menu]:修复组件受控时赋值问题 ([a57778f](https://github.com/
|
|
1905
|
+
* [menu]:修复组件受控时赋值问题 ([a57778f](https://github.com/kingdee/kdesign/commit/a57778f12c5e619e951dbe089263638abd15b7c8))
|
|
1666
1906
|
|
|
1667
1907
|
|
|
1668
1908
|
|
|
1669
|
-
# [1.4.0](https://github.com/
|
|
1909
|
+
# [1.4.0](https://github.com/kingdee/kdesign/compare/v1.3.9...v1.4.0) (2022-07-15)
|
|
1670
1910
|
|
|
1671
1911
|
|
|
1672
1912
|
### Bug Fixes
|
|
1673
1913
|
|
|
1674
|
-
* [menu]受控组件路径问题 ([87ccce8](https://github.com/
|
|
1675
|
-
* [menu]样式修改 ([2b0b45c](https://github.com/
|
|
1914
|
+
* [menu]受控组件路径问题 ([87ccce8](https://github.com/kingdee/kdesign/commit/87ccce82b79433fb9c1702b91a2b4e02277a79a8))
|
|
1915
|
+
* [menu]样式修改 ([2b0b45c](https://github.com/kingdee/kdesign/commit/2b0b45c2cfaea5359bd774058acf4b6b16dc453b))
|
|
1676
1916
|
|
|
1677
1917
|
|
|
1678
1918
|
|
|
1679
|
-
## [1.3.9](https://github.com/
|
|
1919
|
+
## [1.3.9](https://github.com/kingdee/kdesign/compare/v1.3.7...v1.3.9) (2022-07-14)
|
|
1680
1920
|
|
|
1681
1921
|
|
|
1682
1922
|
### Bug Fixes
|
|
1683
1923
|
|
|
1684
|
-
* [anchor] 锚点组件类名调整 ([af0619e](https://github.com/
|
|
1685
|
-
* [anchor] 锚点组件取消监听事件调整 ([07740e1](https://github.com/
|
|
1686
|
-
* [docs] 更正cra跳转链接 ([70c1bf3](https://github.com/
|
|
1687
|
-
* [form]onChange及disabled值处理 ([17cf20b](https://github.com/
|
|
1688
|
-
* [menu]菜单切换问题处理 ([3781a69](https://github.com/
|
|
1689
|
-
* [menu]修改高亮样式 ([624cc02](https://github.com/
|
|
1690
|
-
* [menu]样式修改 ([ee386ea](https://github.com/
|
|
1691
|
-
* [select] 在启用listHeight属性的时候,拓展内容未固定 ([3684321](https://github.com/
|
|
1692
|
-
* [select] select下拉面板需要z-index设置 ([eb0e46d](https://github.com/
|
|
1693
|
-
* [switch] 解决开关文字垂直没对齐问题 ([df90939](https://github.com/
|
|
1694
|
-
* [tree] 解决api estimatedItemSize设置树节点高度不生效问题 ([fe62d29](https://github.com/
|
|
1924
|
+
* [anchor] 锚点组件类名调整 ([af0619e](https://github.com/kingdee/kdesign/commit/af0619e8b7fb7565ea4f96774433d63684ff331d))
|
|
1925
|
+
* [anchor] 锚点组件取消监听事件调整 ([07740e1](https://github.com/kingdee/kdesign/commit/07740e1ca7d2d7198392300d641799109e9fcb8a))
|
|
1926
|
+
* [docs] 更正cra跳转链接 ([70c1bf3](https://github.com/kingdee/kdesign/commit/70c1bf38f441a5e36ec60e30f71d3fb4af4b7b53))
|
|
1927
|
+
* [form]onChange及disabled值处理 ([17cf20b](https://github.com/kingdee/kdesign/commit/17cf20be64730e0d929aee48fcd624d9e978b743))
|
|
1928
|
+
* [menu]菜单切换问题处理 ([3781a69](https://github.com/kingdee/kdesign/commit/3781a6967543f795d7a8c3e32d9830a9b4821f9b))
|
|
1929
|
+
* [menu]修改高亮样式 ([624cc02](https://github.com/kingdee/kdesign/commit/624cc0231ed044c0bc2caafdfb24291b2681132b))
|
|
1930
|
+
* [menu]样式修改 ([ee386ea](https://github.com/kingdee/kdesign/commit/ee386eaa41cf4e16fc1099e4246b704a6d4f4652))
|
|
1931
|
+
* [select] 在启用listHeight属性的时候,拓展内容未固定 ([3684321](https://github.com/kingdee/kdesign/commit/36843215765b711ccf8269646f673aab2ebf9c3b))
|
|
1932
|
+
* [select] select下拉面板需要z-index设置 ([eb0e46d](https://github.com/kingdee/kdesign/commit/eb0e46dffbf6af8a5ff0dd603af4e52d45843e8d))
|
|
1933
|
+
* [switch] 解决开关文字垂直没对齐问题 ([df90939](https://github.com/kingdee/kdesign/commit/df90939f3d158cd8a1b9524e69741b10939b63df))
|
|
1934
|
+
* [tree] 解决api estimatedItemSize设置树节点高度不生效问题 ([fe62d29](https://github.com/kingdee/kdesign/commit/fe62d290f7a5c9e3c7f31c8b47d764ae0d485105))
|
|
1695
1935
|
|
|
1696
1936
|
|
|
1697
1937
|
|
|
1698
|
-
## [1.3.7](https://github.com/
|
|
1938
|
+
## [1.3.7](https://github.com/kingdee/kdesign/compare/v1.3.6...v1.3.7) (2022-06-30)
|
|
1699
1939
|
|
|
1700
1940
|
|
|
1701
1941
|
### Bug Fixes
|
|
1702
1942
|
|
|
1703
|
-
* [button] 修复loading按钮以及单个图标按钮默认居中的视觉问题 ([efc3eb8](https://github.com/
|
|
1704
|
-
* [checkbox] 修复ref取值为null的bug ([19da577](https://github.com/
|
|
1943
|
+
* [button] 修复loading按钮以及单个图标按钮默认居中的视觉问题 ([efc3eb8](https://github.com/kingdee/kdesign/commit/efc3eb853685cdd9f6eeeca662e07ea600099f10))
|
|
1944
|
+
* [checkbox] 修复ref取值为null的bug ([19da577](https://github.com/kingdee/kdesign/commit/19da577d3466c15d2446f741482edde7d10a8d25))
|
|
1705
1945
|
|
|
1706
1946
|
|
|
1707
1947
|
|
|
1708
|
-
## [1.3.6](https://github.com/
|
|
1948
|
+
## [1.3.6](https://github.com/kingdee/kdesign/compare/v1.3.5...v1.3.6) (2022-06-27)
|
|
1709
1949
|
|
|
1710
1950
|
|
|
1711
1951
|
### Bug Fixes
|
|
1712
1952
|
|
|
1713
|
-
* [table] 更新table版本 ([860ac40](https://github.com/
|
|
1953
|
+
* [table] 更新table版本 ([860ac40](https://github.com/kingdee/kdesign/commit/860ac408ffb9bf6486477f8160decb1fdd4b1c2d))
|
|
1714
1954
|
|
|
1715
1955
|
|
|
1716
1956
|
|
|
1717
|
-
## [1.3.5](https://github.com/
|
|
1957
|
+
## [1.3.5](https://github.com/kingdee/kdesign/compare/v1.3.4...v1.3.5) (2022-06-23)
|
|
1718
1958
|
|
|
1719
1959
|
|
|
1720
1960
|
### Bug Fixes
|
|
1721
1961
|
|
|
1722
|
-
* [anchor] 锚点组件跟随页面滚动问题 ([50ce512](https://github.com/
|
|
1723
|
-
* [basedata] 下拉面板鼠标样式 ([82a649b](https://github.com/
|
|
1724
|
-
* [cli] 调整滚动条样式 ([ca07525](https://github.com/
|
|
1725
|
-
* [cli] 修复[@popperjs](https://github.com/popperjs)版本更新导致的单测报错 ([9d9bd7f](https://github.com/
|
|
1726
|
-
* [form]onChange及disabled值处理 ([92c585b](https://github.com/
|
|
1727
|
-
* [menu]菜单切换问题处理 ([32f939b](https://github.com/
|
|
1728
|
-
* [menu]样式修改 ([87fa585](https://github.com/
|
|
1729
|
-
* [select] 多选下 全选与取消全选onChange返回值问题 ([5c71a03](https://github.com/
|
|
1730
|
-
* [select] 解决select onChange回调第二个参数缺失问题 ([d1aa79d](https://github.com/
|
|
1731
|
-
* [token] 更新组件token文档 ([5c53761](https://github.com/
|
|
1962
|
+
* [anchor] 锚点组件跟随页面滚动问题 ([50ce512](https://github.com/kingdee/kdesign/commit/50ce5127aecbf158016c0afc688a41cb4379280d))
|
|
1963
|
+
* [basedata] 下拉面板鼠标样式 ([82a649b](https://github.com/kingdee/kdesign/commit/82a649b2906594a76d2f32615bf5174eafd1e618))
|
|
1964
|
+
* [cli] 调整滚动条样式 ([ca07525](https://github.com/kingdee/kdesign/commit/ca07525c925048d8921b916d11cfe46f75aa88ad))
|
|
1965
|
+
* [cli] 修复[@popperjs](https://github.com/popperjs)版本更新导致的单测报错 ([9d9bd7f](https://github.com/kingdee/kdesign/commit/9d9bd7f960454b1139837b68121c037c82c499e3))
|
|
1966
|
+
* [form]onChange及disabled值处理 ([92c585b](https://github.com/kingdee/kdesign/commit/92c585b6f60d81aded34e091e4eb79118bf4e32c))
|
|
1967
|
+
* [menu]菜单切换问题处理 ([32f939b](https://github.com/kingdee/kdesign/commit/32f939b45781b90ee7b21a3eb9d1a53f45e65847))
|
|
1968
|
+
* [menu]样式修改 ([87fa585](https://github.com/kingdee/kdesign/commit/87fa58509196b1d065afec9272e1643e0b7beaac))
|
|
1969
|
+
* [select] 多选下 全选与取消全选onChange返回值问题 ([5c71a03](https://github.com/kingdee/kdesign/commit/5c71a0376bb2c6c3b238887c775af43b3fea6f8e))
|
|
1970
|
+
* [select] 解决select onChange回调第二个参数缺失问题 ([d1aa79d](https://github.com/kingdee/kdesign/commit/d1aa79d9cea88e33a350d75f63704febcc4b5e5a))
|
|
1971
|
+
* [token] 更新组件token文档 ([5c53761](https://github.com/kingdee/kdesign/commit/5c53761a19b4795e0cfaffe4b8cb9b2c63287b3c))
|
|
1732
1972
|
|
|
1733
1973
|
|
|
1734
1974
|
### Features
|
|
1735
1975
|
|
|
1736
|
-
* [table] 增加范围选中功能 ([7e9c3c0](https://github.com/
|
|
1737
|
-
* [table] 增加外部可配置表格复选框和单选框参数 ([3d80d3c](https://github.com/
|
|
1976
|
+
* [table] 增加范围选中功能 ([7e9c3c0](https://github.com/kingdee/kdesign/commit/7e9c3c02cb1e0d212d6ab7e31e142dce7fd030c8))
|
|
1977
|
+
* [table] 增加外部可配置表格复选框和单选框参数 ([3d80d3c](https://github.com/kingdee/kdesign/commit/3d80d3cea1a27ee7feba4b851a2f2d4a40218674))
|
|
1738
1978
|
|
|
1739
1979
|
|
|
1740
1980
|
|
|
1741
|
-
## [1.3.4](https://github.com/
|
|
1981
|
+
## [1.3.4](https://github.com/kingdee/kdesign/compare/v1.3.3...v1.3.4) (2022-06-17)
|
|
1742
1982
|
|
|
1743
1983
|
|
|
1744
1984
|
### Bug Fixes
|
|
1745
1985
|
|
|
1746
|
-
* [table] 修复@kdcloudjs/table更新导致的错误 ([fe36940](https://github.com/
|
|
1986
|
+
* [table] 修复@kdcloudjs/table更新导致的错误 ([fe36940](https://github.com/kingdee/kdesign/commit/fe369404d2dd8a8909e898f8a70119bfe3afebc2))
|
|
1747
1987
|
|
|
1748
1988
|
|
|
1749
1989
|
|
|
1750
|
-
## [1.3.3](https://github.com/
|
|
1990
|
+
## [1.3.3](https://github.com/kingdee/kdesign/compare/v1.3.2...v1.3.3) (2022-06-16)
|
|
1751
1991
|
|
|
1752
1992
|
|
|
1753
1993
|
### Bug Fixes
|
|
1754
1994
|
|
|
1755
|
-
* [basedata] 基础资料选择demo调整 ([236d171](https://github.com/
|
|
1756
|
-
* [button] 调整集合按钮圆角以及下拉面板空隙 ([d57875c](https://github.com/
|
|
1757
|
-
* [button] 集合按钮颜色调整 ([94c3b4e](https://github.com/
|
|
1758
|
-
* [checkbox] 修复外层包裹添加点击事件,执行操作时触发两次的bug ([7ba7db7](https://github.com/
|
|
1759
|
-
* [menu]菜单受控问题处理 ([5d7538e](https://github.com/
|
|
1760
|
-
* [menu]菜单组件问题修复 ([d668b62](https://github.com/
|
|
1761
|
-
* [menu]受控问题处理 ([ced402c](https://github.com/
|
|
1762
|
-
* [select] 解决多选情况下showSearch为false时不生效 ([206c09e](https://github.com/
|
|
1995
|
+
* [basedata] 基础资料选择demo调整 ([236d171](https://github.com/kingdee/kdesign/commit/236d1719fcad58df0382e4d4096e3f3b68317cfc))
|
|
1996
|
+
* [button] 调整集合按钮圆角以及下拉面板空隙 ([d57875c](https://github.com/kingdee/kdesign/commit/d57875c2553fc1ee853cc227ae88b1bb95e428eb))
|
|
1997
|
+
* [button] 集合按钮颜色调整 ([94c3b4e](https://github.com/kingdee/kdesign/commit/94c3b4e572aff0c3a3526aa18a8f291696637e9f))
|
|
1998
|
+
* [checkbox] 修复外层包裹添加点击事件,执行操作时触发两次的bug ([7ba7db7](https://github.com/kingdee/kdesign/commit/7ba7db74c65b5fc7a5b638abb8117e050b5d5835))
|
|
1999
|
+
* [menu]菜单受控问题处理 ([5d7538e](https://github.com/kingdee/kdesign/commit/5d7538e9d1dd80f2e12ea27e94dcb101d3996ddf))
|
|
2000
|
+
* [menu]菜单组件问题修复 ([d668b62](https://github.com/kingdee/kdesign/commit/d668b628fa5f47292e0823cdc6e8a0a0a8547e47))
|
|
2001
|
+
* [menu]受控问题处理 ([ced402c](https://github.com/kingdee/kdesign/commit/ced402c16b5b424e080cfec08cdfd081dce07a41))
|
|
2002
|
+
* [select] 解决多选情况下showSearch为false时不生效 ([206c09e](https://github.com/kingdee/kdesign/commit/206c09e237818a72cfb0912bcadec17dff0b63a9))
|
|
1763
2003
|
|
|
1764
2004
|
|
|
1765
2005
|
|
|
1766
|
-
## [1.3.2](https://github.com/
|
|
2006
|
+
## [1.3.2](https://github.com/kingdee/kdesign/compare/v1.3.1...v1.3.2) (2022-06-09)
|
|
1767
2007
|
|
|
1768
2008
|
|
|
1769
2009
|
### Bug Fixes
|
|
1770
2010
|
|
|
1771
|
-
* [cli] 修复fixfox下组件页面左侧sidebar无法滚动 ([adb71e3](https://github.com/
|
|
1772
|
-
* [form]识别组件库组件设置默认属性名 ([216b2b7](https://github.com/
|
|
1773
|
-
* [menu] 删除菜单hover改userpopper修复commitId:1332189 ([fa0a270](https://github.com/
|
|
1774
|
-
* [menu]菜单组件问题修复 ([1332189](https://github.com/
|
|
1775
|
-
* [table] 更新引用@kdcloudjs/table版本 ([56524c0](https://github.com/
|
|
2011
|
+
* [cli] 修复fixfox下组件页面左侧sidebar无法滚动 ([adb71e3](https://github.com/kingdee/kdesign/commit/adb71e3b6bc9ba6155415fc6ad3580dfbe3d706e))
|
|
2012
|
+
* [form]识别组件库组件设置默认属性名 ([216b2b7](https://github.com/kingdee/kdesign/commit/216b2b72c63a7ea53cfdbb0d45dd8735156da4b7))
|
|
2013
|
+
* [menu] 删除菜单hover改userpopper修复commitId:1332189 ([fa0a270](https://github.com/kingdee/kdesign/commit/fa0a270ab7ade684c07159fc1e581a54c93a5ccd))
|
|
2014
|
+
* [menu]菜单组件问题修复 ([1332189](https://github.com/kingdee/kdesign/commit/13321899cd69222bcb21021549bdca91731e61f5))
|
|
2015
|
+
* [table] 更新引用@kdcloudjs/table版本 ([56524c0](https://github.com/kingdee/kdesign/commit/56524c097b544e03db3178e61855ee920ea7ff01))
|
|
1776
2016
|
|
|
1777
2017
|
|
|
1778
2018
|
### Features
|
|
1779
2019
|
|
|
1780
|
-
* [icon] 添加仪表板图标 ([b57d322](https://github.com/
|
|
2020
|
+
* [icon] 添加仪表板图标 ([b57d322](https://github.com/kingdee/kdesign/commit/b57d322387992aac92d392ac431fa0d29440ae66))
|
|
1781
2021
|
|
|
1782
2022
|
|
|
1783
2023
|
### Reverts
|
|
1784
2024
|
|
|
1785
|
-
* Revert "fix: [table] 更新引用@kdcloudjs/table版本" ([17bdcdb](https://github.com/
|
|
1786
|
-
* Revert "docs: [table] 完善primaryKey和行选中的说明" ([3af047e](https://github.com/
|
|
1787
|
-
* Revert "feat: [table] 增加外部可配置表格复选框和单选框参数" ([c0f034c](https://github.com/
|
|
1788
|
-
* Revert "docs: [table] 更新表格api说明" ([e25acdf](https://github.com/
|
|
2025
|
+
* Revert "fix: [table] 更新引用@kdcloudjs/table版本" ([17bdcdb](https://github.com/kingdee/kdesign/commit/17bdcdb3940dff1e4e9ff221271da5a10a43b4b7))
|
|
2026
|
+
* Revert "docs: [table] 完善primaryKey和行选中的说明" ([3af047e](https://github.com/kingdee/kdesign/commit/3af047e558971e61ef8133e7d4e80e0ce70b289d))
|
|
2027
|
+
* Revert "feat: [table] 增加外部可配置表格复选框和单选框参数" ([c0f034c](https://github.com/kingdee/kdesign/commit/c0f034c153bd8590ba2f798a725ac1f9ea41c5c1))
|
|
2028
|
+
* Revert "docs: [table] 更新表格api说明" ([e25acdf](https://github.com/kingdee/kdesign/commit/e25acdfd143ada221be302324a022c224cb4464e))
|
|
1789
2029
|
|
|
1790
2030
|
|
|
1791
2031
|
|
|
1792
|
-
## [1.3.1](https://github.com/
|
|
2032
|
+
## [1.3.1](https://github.com/kingdee/kdesign/compare/v1.3.0...v1.3.1) (2022-05-27)
|
|
1793
2033
|
|
|
1794
2034
|
|
|
1795
2035
|
### Bug Fixes
|
|
1796
2036
|
|
|
1797
|
-
* [select] 更新半选禁用状态下样式 ([3f43b7a](https://github.com/
|
|
1798
|
-
* [select] 修复多选模式下删除选项展开下拉框的问题 ([6e1e45f](https://github.com/
|
|
2037
|
+
* [select] 更新半选禁用状态下样式 ([3f43b7a](https://github.com/kingdee/kdesign/commit/3f43b7a645390a38c5b5cf46888670ef02d22226))
|
|
2038
|
+
* [select] 修复多选模式下删除选项展开下拉框的问题 ([6e1e45f](https://github.com/kingdee/kdesign/commit/6e1e45fcbfce8c4eb89bb6b2945aee2ef65fecf2))
|
|
1799
2039
|
|
|
1800
2040
|
|
|
1801
2041
|
|
|
1802
|
-
# [1.3.0](https://github.com/
|
|
2042
|
+
# [1.3.0](https://github.com/kingdee/kdesign/compare/v1.2.3...v1.3.0) (2022-05-19)
|
|
1803
2043
|
|
|
1804
2044
|
|
|
1805
2045
|
### Bug Fixes
|
|
1806
2046
|
|
|
1807
|
-
* [badge] status属性对应颜色调整 ([c442795](https://github.com/
|
|
1808
|
-
* [badge] status显示问题 ([b667474](https://github.com/
|
|
1809
|
-
* [carousel] 走马灯样式问题修复 ([133ed61](https://github.com/
|
|
1810
|
-
* [checkbox] 修复group的name传值问题 ([82119f2](https://github.com/
|
|
1811
|
-
* [form]新增valuePropName属性 ([2d4534b](https://github.com/
|
|
1812
|
-
* [select] 修复ts类型报错 ([d8bd48a](https://github.com/
|
|
1813
|
-
* [tag] 分类由 导航 => 数据展示 ([251bef1](https://github.com/
|
|
2047
|
+
* [badge] status属性对应颜色调整 ([c442795](https://github.com/kingdee/kdesign/commit/c442795602962854e0bf089a4bdad57e657ce23f))
|
|
2048
|
+
* [badge] status显示问题 ([b667474](https://github.com/kingdee/kdesign/commit/b667474ea0ede932c408340c2d3c5d036c5eaee6))
|
|
2049
|
+
* [carousel] 走马灯样式问题修复 ([133ed61](https://github.com/kingdee/kdesign/commit/133ed61793b313f8c215b20b411ce5027076437e))
|
|
2050
|
+
* [checkbox] 修复group的name传值问题 ([82119f2](https://github.com/kingdee/kdesign/commit/82119f2378e80cfca2f5f7df57df79a7aa2f84cb))
|
|
2051
|
+
* [form]新增valuePropName属性 ([2d4534b](https://github.com/kingdee/kdesign/commit/2d4534b9ec0c217504d08c1fcb7d5660736e65db))
|
|
2052
|
+
* [select] 修复ts类型报错 ([d8bd48a](https://github.com/kingdee/kdesign/commit/d8bd48aab3217b6eccab80ce0c7c5d59d61f2b2b))
|
|
2053
|
+
* [tag] 分类由 导航 => 数据展示 ([251bef1](https://github.com/kingdee/kdesign/commit/251bef15101992a24359e1f6eafc24269519182f))
|
|
1814
2054
|
|
|
1815
2055
|
|
|
1816
2056
|
|
|
1817
|
-
## [1.2.3](https://github.com/
|
|
2057
|
+
## [1.2.3](https://github.com/kingdee/kdesign/compare/v1.2.2...v1.2.3) (2022-05-12)
|
|
1818
2058
|
|
|
1819
2059
|
|
|
1820
2060
|
### Bug Fixes
|
|
1821
2061
|
|
|
1822
|
-
* [button] 更新主要按钮禁用色 ([edc68e9](https://github.com/
|
|
1823
|
-
* [button] 修复幽灵按钮的文字颜色 ([ea1da1d](https://github.com/
|
|
1824
|
-
* [carousel] 解决走马灯自适应问题 ([06969d1](https://github.com/
|
|
1825
|
-
* [form]fix error message ([04d1b6d](https://github.com/
|
|
1826
|
-
* [form]reset errormessage ([6232844](https://github.com/
|
|
1827
|
-
* [menu]del title ([a172601](https://github.com/
|
|
1828
|
-
* [menu]fix hover ([d498cca](https://github.com/
|
|
1829
|
-
* [others] 更新gio的请求id ([46ef68d](https://github.com/
|
|
1830
|
-
* [select] 修复禁用状态下的样式 ([a6b837d](https://github.com/
|
|
1831
|
-
* [stepper] 修复stepper的demo点击递增显示错误 ([85dd79a](https://github.com/
|
|
1832
|
-
* [tooltip] 修复视觉走查问题点 ([4db4648](https://github.com/
|
|
2062
|
+
* [button] 更新主要按钮禁用色 ([edc68e9](https://github.com/kingdee/kdesign/commit/edc68e91ad1760812690c2a44d98d151ac7dac5f))
|
|
2063
|
+
* [button] 修复幽灵按钮的文字颜色 ([ea1da1d](https://github.com/kingdee/kdesign/commit/ea1da1d65351e13575a46501d64479e82eeb5812))
|
|
2064
|
+
* [carousel] 解决走马灯自适应问题 ([06969d1](https://github.com/kingdee/kdesign/commit/06969d1816c369a41162eeb768d4c14907d5d28b))
|
|
2065
|
+
* [form]fix error message ([04d1b6d](https://github.com/kingdee/kdesign/commit/04d1b6d120a4bbb62c88694de7c2275550b69cc5))
|
|
2066
|
+
* [form]reset errormessage ([6232844](https://github.com/kingdee/kdesign/commit/6232844630b131a54eb4238a07dbee2e6d9af191))
|
|
2067
|
+
* [menu]del title ([a172601](https://github.com/kingdee/kdesign/commit/a172601a96283e871ad604389e6b4e5410a531c5))
|
|
2068
|
+
* [menu]fix hover ([d498cca](https://github.com/kingdee/kdesign/commit/d498ccaab616fe20cf005c89413fd0ff055c8b62))
|
|
2069
|
+
* [others] 更新gio的请求id ([46ef68d](https://github.com/kingdee/kdesign/commit/46ef68ddd0bd9f6d1ac2b6260ccfe5428646a83e))
|
|
2070
|
+
* [select] 修复禁用状态下的样式 ([a6b837d](https://github.com/kingdee/kdesign/commit/a6b837d3cab29cf4ee511377e481354c9f29818f))
|
|
2071
|
+
* [stepper] 修复stepper的demo点击递增显示错误 ([85dd79a](https://github.com/kingdee/kdesign/commit/85dd79a582a644bf63b621d5e7536969fde5e7ce))
|
|
2072
|
+
* [tooltip] 修复视觉走查问题点 ([4db4648](https://github.com/kingdee/kdesign/commit/4db464805141060a60603e7b8fe045701ab79753))
|
|
1833
2073
|
|
|
1834
2074
|
|
|
1835
2075
|
|
|
1836
|
-
## [1.2.2](https://github.com/
|
|
2076
|
+
## [1.2.2](https://github.com/kingdee/kdesign/compare/v1.2.1...v1.2.2) (2022-04-28)
|
|
1837
2077
|
|
|
1838
2078
|
|
|
1839
2079
|
### Bug Fixes
|
|
1840
2080
|
|
|
1841
|
-
* [carousel] 调整样式类名 ([7fd8afd](https://github.com/
|
|
1842
|
-
* [city-picker] 去除demo的部分内容 ([130f04e](https://github.com/
|
|
1843
|
-
* [collapse] 修复单测报错问题 ([b13b756](https://github.com/
|
|
1844
|
-
* [radio] 修复阴影动画丢失的问题 ([205fc63](https://github.com/
|
|
1845
|
-
* [tabs] 解决Tabs组件effect的值为fade和scrollx的时候没有动画效果 ([6e1754a](https://github.com/
|
|
2081
|
+
* [carousel] 调整样式类名 ([7fd8afd](https://github.com/kingdee/kdesign/commit/7fd8afdc38605cd362efe7c1179a62d30e319428))
|
|
2082
|
+
* [city-picker] 去除demo的部分内容 ([130f04e](https://github.com/kingdee/kdesign/commit/130f04e51ea3721efcebcccd5dcf1703d1c55ce3))
|
|
2083
|
+
* [collapse] 修复单测报错问题 ([b13b756](https://github.com/kingdee/kdesign/commit/b13b75696f99f2be15a5f79d05335d70e69eaa7a))
|
|
2084
|
+
* [radio] 修复阴影动画丢失的问题 ([205fc63](https://github.com/kingdee/kdesign/commit/205fc637eb96812fc8fdb2cb84fdec5ef1ccc494))
|
|
2085
|
+
* [tabs] 解决Tabs组件effect的值为fade和scrollx的时候没有动画效果 ([6e1754a](https://github.com/kingdee/kdesign/commit/6e1754a60e75f6018372e17cefb32f53f298fcbd))
|
|
1846
2086
|
|
|
1847
2087
|
|
|
1848
2088
|
|
|
1849
|
-
## [1.2.1](https://github.com/
|
|
2089
|
+
## [1.2.1](https://github.com/kingdee/kdesign/compare/v1.2.0...v1.2.1) (2022-04-21)
|
|
1850
2090
|
|
|
1851
2091
|
|
|
1852
2092
|
### Bug Fixes
|
|
1853
2093
|
|
|
1854
|
-
* [collapse] 修复视觉走查问题点 ([265a244](https://github.com/
|
|
1855
|
-
* [drawer] 抽屉顶部关闭会出现闪烁 ([fea1c79](https://github.com/
|
|
1856
|
-
* [radio] 修复视觉走查问题点 ([9a4a5c8](https://github.com/
|
|
1857
|
-
* [select] 修复视觉走查问题点 ([b56fddd](https://github.com/
|
|
1858
|
-
* [steps] fix token ([e4df3aa](https://github.com/
|
|
1859
|
-
* [tag] 修复标签视觉走查问题点 ([511fd9e](https://github.com/
|
|
1860
|
-
* [tree] 修复点击整行的触发意图混淆的问题 ([44c662c](https://github.com/
|
|
1861
|
-
* 修复了usePopper没有把borderWidth加入计算的bug ([14aa6fb](https://github.com/
|
|
2094
|
+
* [collapse] 修复视觉走查问题点 ([265a244](https://github.com/kingdee/kdesign/commit/265a244042bbfe349457ca6410de3717144e39ba))
|
|
2095
|
+
* [drawer] 抽屉顶部关闭会出现闪烁 ([fea1c79](https://github.com/kingdee/kdesign/commit/fea1c79db3c611fef2ca078798ac0bcaac93f000))
|
|
2096
|
+
* [radio] 修复视觉走查问题点 ([9a4a5c8](https://github.com/kingdee/kdesign/commit/9a4a5c8798c67f0c3014918dd210c9f294fd3526))
|
|
2097
|
+
* [select] 修复视觉走查问题点 ([b56fddd](https://github.com/kingdee/kdesign/commit/b56fddd1ff426ca957688fe85066d5e244e6bc14))
|
|
2098
|
+
* [steps] fix token ([e4df3aa](https://github.com/kingdee/kdesign/commit/e4df3aacb9074dad1a766dfeb494327ff842104d))
|
|
2099
|
+
* [tag] 修复标签视觉走查问题点 ([511fd9e](https://github.com/kingdee/kdesign/commit/511fd9ea77871dc745b6dd2ff87c298a28430ea8))
|
|
2100
|
+
* [tree] 修复点击整行的触发意图混淆的问题 ([44c662c](https://github.com/kingdee/kdesign/commit/44c662c9f3039345ef361d0afbd9b490cdb40a57))
|
|
2101
|
+
* 修复了usePopper没有把borderWidth加入计算的bug ([14aa6fb](https://github.com/kingdee/kdesign/commit/14aa6fb878a874cbd8f10d94de698f573188fa57))
|
|
1862
2102
|
|
|
1863
2103
|
|
|
1864
2104
|
|
|
1865
|
-
# [1.2.0](https://github.com/
|
|
2105
|
+
# [1.2.0](https://github.com/kingdee/kdesign/compare/v1.1.3...v1.2.0) (2022-04-14)
|
|
1866
2106
|
|
|
1867
2107
|
|
|
1868
2108
|
### Bug Fixes
|
|
1869
2109
|
|
|
1870
|
-
* [anchor] 解决锚点组件锁住后重新打开,锚点浮层不能自动关闭问题 ([f26a28f](https://github.com/
|
|
1871
|
-
* [anchor] 修复视觉走查问题点 ([5c1c1e3](https://github.com/
|
|
1872
|
-
* [button] 样式优化 ([c96d1cc](https://github.com/
|
|
1873
|
-
* [carousel] 解决走马灯自动播放时内存泄漏问题 ([ad07b89](https://github.com/
|
|
1874
|
-
* [empty] 去除demo中多余的name属性 ([a129609](https://github.com/
|
|
1875
|
-
* [empty] 修复当页面中出现多个空组件时隐藏第一个组件导致渐变色不渲染的视觉问题 ([1fffb00](https://github.com/
|
|
1876
|
-
* [image] 样式优化 ([0137fae](https://github.com/
|
|
1877
|
-
* [stepper] 样式优化 ([0f50ee8](https://github.com/
|
|
1878
|
-
* [switch] 样式优化 ([43ed9f1](https://github.com/
|
|
2110
|
+
* [anchor] 解决锚点组件锁住后重新打开,锚点浮层不能自动关闭问题 ([f26a28f](https://github.com/kingdee/kdesign/commit/f26a28fbbebcb77a1597a1fbf21fbd4d76bcfc5e))
|
|
2111
|
+
* [anchor] 修复视觉走查问题点 ([5c1c1e3](https://github.com/kingdee/kdesign/commit/5c1c1e329267be7d8db9db096020ddb92c194e0b))
|
|
2112
|
+
* [button] 样式优化 ([c96d1cc](https://github.com/kingdee/kdesign/commit/c96d1cce4df2c2880afd31c8781f70f311fbfd99))
|
|
2113
|
+
* [carousel] 解决走马灯自动播放时内存泄漏问题 ([ad07b89](https://github.com/kingdee/kdesign/commit/ad07b899e85aec430ae74e635cbbc517b01e16ef))
|
|
2114
|
+
* [empty] 去除demo中多余的name属性 ([a129609](https://github.com/kingdee/kdesign/commit/a1296095bb5095c7e8ee1a85c03f1608e5a82914))
|
|
2115
|
+
* [empty] 修复当页面中出现多个空组件时隐藏第一个组件导致渐变色不渲染的视觉问题 ([1fffb00](https://github.com/kingdee/kdesign/commit/1fffb00bb894f0ab76d60bd1f9341e606fa19e50))
|
|
2116
|
+
* [image] 样式优化 ([0137fae](https://github.com/kingdee/kdesign/commit/0137fae3838a00163dfe1b58bb1aa1e8b1ce9207))
|
|
2117
|
+
* [stepper] 样式优化 ([0f50ee8](https://github.com/kingdee/kdesign/commit/0f50ee85d9969b85985700fe833bb0be85ada016))
|
|
2118
|
+
* [switch] 样式优化 ([43ed9f1](https://github.com/kingdee/kdesign/commit/43ed9f169566320b7b801f1531a7c2e0851e8e91))
|
|
1879
2119
|
|
|
1880
2120
|
|
|
1881
2121
|
### Features
|
|
1882
2122
|
|
|
1883
|
-
* [button] 新增集合按钮 ([7fd3989](https://github.com/
|
|
1884
|
-
* [icon] 新增sigma图标 ([531788b](https://github.com/
|
|
1885
|
-
* [rate]更新样式 ([d94ee6e](https://github.com/
|
|
2123
|
+
* [button] 新增集合按钮 ([7fd3989](https://github.com/kingdee/kdesign/commit/7fd398926c099fca7a6405cad72497481b73994c))
|
|
2124
|
+
* [icon] 新增sigma图标 ([531788b](https://github.com/kingdee/kdesign/commit/531788bb120e040ad31a5a2e737da3fc28ee4854))
|
|
2125
|
+
* [rate]更新样式 ([d94ee6e](https://github.com/kingdee/kdesign/commit/d94ee6eec8e22f39b0fdccf59b39cc43c15ac88d))
|
|
1886
2126
|
|
|
1887
2127
|
|
|
1888
2128
|
|
|
1889
|
-
## [1.1.3](https://github.com/
|
|
2129
|
+
## [1.1.3](https://github.com/kingdee/kdesign/compare/v1.1.2...v1.1.3) (2022-04-07)
|
|
1890
2130
|
|
|
1891
2131
|
|
|
1892
2132
|
### Bug Fixes
|
|
1893
2133
|
|
|
1894
|
-
* [checkbox] 修复视觉走查问题点 ([342505b](https://github.com/
|
|
1895
|
-
* [cli] 修复引用kdesign.less文件提示字体包缺失问题 ([7520eb2](https://github.com/
|
|
1896
|
-
* [layout] 修改siderTrigger的line-height为46px,防止出现滚动条 ([83dd35e](https://github.com/
|
|
1897
|
-
* [radio] 修复点击label中有input元素时的双击事件 ([037743e](https://github.com/
|
|
1898
|
-
* [usePopper] 去除了使用usePopper的时候useResizeObserver检测元素没有的警告 ([fb35c39](https://github.com/
|
|
2134
|
+
* [checkbox] 修复视觉走查问题点 ([342505b](https://github.com/kingdee/kdesign/commit/342505bd9bffd8f9b2108c87fbd87b5a5409642b))
|
|
2135
|
+
* [cli] 修复引用kdesign.less文件提示字体包缺失问题 ([7520eb2](https://github.com/kingdee/kdesign/commit/7520eb2dbeaff0a01768b51bf7578ee081c02f50))
|
|
2136
|
+
* [layout] 修改siderTrigger的line-height为46px,防止出现滚动条 ([83dd35e](https://github.com/kingdee/kdesign/commit/83dd35e7265595e75a034796b90d1b2cd9c575b4))
|
|
2137
|
+
* [radio] 修复点击label中有input元素时的双击事件 ([037743e](https://github.com/kingdee/kdesign/commit/037743ee304a43010322c2b494c446e9fd334fd2))
|
|
2138
|
+
* [usePopper] 去除了使用usePopper的时候useResizeObserver检测元素没有的警告 ([fb35c39](https://github.com/kingdee/kdesign/commit/fb35c393533c3086a7f8c14bff6b2778ff0342b4))
|
|
1899
2139
|
|
|
1900
2140
|
|
|
1901
2141
|
### Features
|
|
1902
2142
|
|
|
1903
|
-
* [pagination] 更新样式 ([80f2135](https://github.com/
|
|
2143
|
+
* [pagination] 更新样式 ([80f2135](https://github.com/kingdee/kdesign/commit/80f213578d70c1d16308bd21984f7428cf83bed8))
|
|
1904
2144
|
|
|
1905
2145
|
|
|
1906
2146
|
|
|
1907
|
-
## [1.1.2](https://github.com/
|
|
2147
|
+
## [1.1.2](https://github.com/kingdee/kdesign/compare/v1.1.1...v1.1.2) (2022-04-02)
|
|
1908
2148
|
|
|
1909
2149
|
|
|
1910
2150
|
### Bug Fixes
|
|
1911
2151
|
|
|
1912
|
-
* [date-picker] 修复日期区间选择的选择块不跟随主题色的问题 ([885a339](https://github.com/
|
|
2152
|
+
* [date-picker] 修复日期区间选择的选择块不跟随主题色的问题 ([885a339](https://github.com/kingdee/kdesign/commit/885a33981d87ca41ac4007193694f3075582141d))
|
|
1913
2153
|
|
|
1914
2154
|
|
|
1915
2155
|
### Features
|
|
1916
2156
|
|
|
1917
|
-
* [icon] 新增多个图标 ([be90eaf](https://github.com/
|
|
2157
|
+
* [icon] 新增多个图标 ([be90eaf](https://github.com/kingdee/kdesign/commit/be90eaff8d64dd8f4bd86480f019536b3e56ef7b))
|
|
1918
2158
|
|
|
1919
2159
|
|
|
1920
2160
|
### Reverts
|
|
1921
2161
|
|
|
1922
|
-
* Revert "fix: [menu] 1:删除子菜单title;2:收起class根据collapsed属性添加;3:添加默认宽度,删除demo中的宽度;4:token相关修改 (#29)" ([2357672](https://github.com/
|
|
2162
|
+
* Revert "fix: [menu] 1:删除子菜单title;2:收起class根据collapsed属性添加;3:添加默认宽度,删除demo中的宽度;4:token相关修改 (#29)" ([2357672](https://github.com/kingdee/kdesign/commit/2357672ed74c9dbd659229cf6282b22fb93ee82b)), closes [#29](https://github.com/kingdee/kdesign/issues/29)
|
|
1923
2163
|
|
|
1924
2164
|
|
|
1925
2165
|
|
|
1926
|
-
## [1.1.1](https://github.com/
|
|
2166
|
+
## [1.1.1](https://github.com/kingdee/kdesign/compare/v1.1.0...v1.1.1) (2022-04-01)
|
|
1927
2167
|
|
|
1928
2168
|
|
|
1929
2169
|
### Bug Fixes
|
|
1930
2170
|
|
|
1931
|
-
* [base-data] 更正开放token属性及选中项颜色值 ([5cb9c65](https://github.com/
|
|
1932
|
-
* [form]检验require未正确添加 ([607b251](https://github.com/
|
|
1933
|
-
* [form]fix token ([8ccf9aa](https://github.com/
|
|
1934
|
-
* [icon] 优化图标名称 ([b2b7838](https://github.com/
|
|
1935
|
-
* [menu] 1:删除子菜单title;2:收起class根据collapsed属性添加;3:添加默认宽度,删除demo中的宽度;4:token相关修改 ([#29](https://github.com/
|
|
1936
|
-
* [message] 更新消息提示视觉稿 ([f416344](https://github.com/
|
|
1937
|
-
* [select] 修复选中时字体颜色值 ([c94dcfc](https://github.com/
|
|
1938
|
-
* [token] 格式修改 ([e34b377](https://github.com/
|
|
1939
|
-
* [tree] 更新选中时图标与字体颜色 ([e62f32e](https://github.com/
|
|
2171
|
+
* [base-data] 更正开放token属性及选中项颜色值 ([5cb9c65](https://github.com/kingdee/kdesign/commit/5cb9c65b373231b50b83e71f197c3d41fa7c8ce5))
|
|
2172
|
+
* [form]检验require未正确添加 ([607b251](https://github.com/kingdee/kdesign/commit/607b2511aa2c88f6cedd85af3793a9e09191ffe1))
|
|
2173
|
+
* [form]fix token ([8ccf9aa](https://github.com/kingdee/kdesign/commit/8ccf9aa99210315f7236967797b310d99d63140d))
|
|
2174
|
+
* [icon] 优化图标名称 ([b2b7838](https://github.com/kingdee/kdesign/commit/b2b7838461d4a9b8d5ea20aa98babb31774939b3))
|
|
2175
|
+
* [menu] 1:删除子菜单title;2:收起class根据collapsed属性添加;3:添加默认宽度,删除demo中的宽度;4:token相关修改 ([#29](https://github.com/kingdee/kdesign/issues/29)) ([bb1b8fa](https://github.com/kingdee/kdesign/commit/bb1b8faa5bffc6b20f250c452c2af037e2f4e6a7))
|
|
2176
|
+
* [message] 更新消息提示视觉稿 ([f416344](https://github.com/kingdee/kdesign/commit/f416344ef8de7b36ef3068f67816f1f907d2a26f))
|
|
2177
|
+
* [select] 修复选中时字体颜色值 ([c94dcfc](https://github.com/kingdee/kdesign/commit/c94dcfcfdc89b0157b8f8dc0b08c7241f3ff55f7))
|
|
2178
|
+
* [token] 格式修改 ([e34b377](https://github.com/kingdee/kdesign/commit/e34b377c0889b06f84e3ed4ebf3a92740b366dd5))
|
|
2179
|
+
* [tree] 更新选中时图标与字体颜色 ([e62f32e](https://github.com/kingdee/kdesign/commit/e62f32ef324c783641794e53dbb65c374228a089))
|
|
1940
2180
|
|
|
1941
2181
|
|
|
1942
2182
|
### Features
|
|
1943
2183
|
|
|
1944
|
-
* [carousel] 更新样式 ([872a1fb](https://github.com/
|
|
1945
|
-
* [icon] 新增图标:xingzhuangjiehe ([be6c304](https://github.com/
|
|
2184
|
+
* [carousel] 更新样式 ([872a1fb](https://github.com/kingdee/kdesign/commit/872a1fb3b7cf51b2bd88b97596d69952a352090c))
|
|
2185
|
+
* [icon] 新增图标:xingzhuangjiehe ([be6c304](https://github.com/kingdee/kdesign/commit/be6c304c60ae86f25f0b4ca245da422fe537c68b))
|
|
1946
2186
|
|
|
1947
2187
|
|
|
1948
2188
|
|
|
1949
|
-
# [1.1.0](https://github.com/
|
|
2189
|
+
# [1.1.0](https://github.com/kingdee/kdesign/compare/v1.0.4...v1.1.0) (2022-03-24)
|
|
1950
2190
|
|
|
1951
2191
|
|
|
1952
2192
|
### Bug Fixes
|
|
1953
2193
|
|
|
1954
|
-
* [anchor] 修复锚点鼠标悬浮上去的样式 ([b32a060](https://github.com/
|
|
1955
|
-
* [card]新增配置项extra ([05bc54b](https://github.com/
|
|
1956
|
-
* [cli] kdesign组件库文档 底部样式修改 ,内容更新 ([b928661](https://github.com/
|
|
1957
|
-
* [link] 修复链接组件文档错误 ([d72e4b1](https://github.com/
|
|
1958
|
-
* [notification]提示内容部分类名修改 ([1b40f9c](https://github.com/
|
|
1959
|
-
* [notification]自定义样式例子优化 ([af9181c](https://github.com/
|
|
1960
|
-
* [split-panel] 更新分隔容器视觉稿 ([034f347](https://github.com/
|
|
1961
|
-
* [transfer]样式问题修复 ([f1c902d](https://github.com/
|
|
1962
|
-
* 修复pagination不能通过pageSize更改分页下拉选中选型的bug ([738de73](https://github.com/
|
|
1963
|
-
* del memu title ([e2594f9](https://github.com/
|
|
2194
|
+
* [anchor] 修复锚点鼠标悬浮上去的样式 ([b32a060](https://github.com/kingdee/kdesign/commit/b32a060755e6efdeedf7510459c0870c9223f7e9))
|
|
2195
|
+
* [card]新增配置项extra ([05bc54b](https://github.com/kingdee/kdesign/commit/05bc54b4fcfcc19cf429f0a6808514dd604ca1d6))
|
|
2196
|
+
* [cli] kdesign组件库文档 底部样式修改 ,内容更新 ([b928661](https://github.com/kingdee/kdesign/commit/b9286612cc5d3f7755e5f71436e530f48b05d3a6))
|
|
2197
|
+
* [link] 修复链接组件文档错误 ([d72e4b1](https://github.com/kingdee/kdesign/commit/d72e4b1ecb0a92c04886ca1bf420e7480bd00824))
|
|
2198
|
+
* [notification]提示内容部分类名修改 ([1b40f9c](https://github.com/kingdee/kdesign/commit/1b40f9c907cb30095ac01f775e075389f6324e7b))
|
|
2199
|
+
* [notification]自定义样式例子优化 ([af9181c](https://github.com/kingdee/kdesign/commit/af9181c28974ff93678e8f193b50c28d842c44b3))
|
|
2200
|
+
* [split-panel] 更新分隔容器视觉稿 ([034f347](https://github.com/kingdee/kdesign/commit/034f34748c01dac0b67dffcdc17aba3352908f15))
|
|
2201
|
+
* [transfer]样式问题修复 ([f1c902d](https://github.com/kingdee/kdesign/commit/f1c902df67228ab01b30c50a272f2cd5756610c3))
|
|
2202
|
+
* 修复pagination不能通过pageSize更改分页下拉选中选型的bug ([738de73](https://github.com/kingdee/kdesign/commit/738de73f5b079e4bfcf8852b7a7679a8e1ef5553))
|
|
2203
|
+
* del memu title ([e2594f9](https://github.com/kingdee/kdesign/commit/e2594f9435f1c7b749aec80516d819ba27549353))
|
|
1964
2204
|
|
|
1965
2205
|
|
|
1966
2206
|
### Features
|
|
1967
2207
|
|
|
1968
|
-
* [drawer]抽屉组件样式更新 ([9889b2f](https://github.com/
|
|
2208
|
+
* [drawer]抽屉组件样式更新 ([9889b2f](https://github.com/kingdee/kdesign/commit/9889b2fed0a375fa535fc33666ff79c2334add89))
|
|
1969
2209
|
|
|
1970
2210
|
|
|
1971
2211
|
|
|
1972
|
-
## [1.0.4](https://github.com/
|
|
2212
|
+
## [1.0.4](https://github.com/kingdee/kdesign/compare/e94657f8a428cba3bce8f8747dbc7314c8fd736b...v1.0.4) (2022-03-02)
|
|
1973
2213
|
|
|
1974
2214
|
|
|
1975
2215
|
### Bug Fixes
|
|
1976
2216
|
|
|
1977
|
-
* [官网] 修复官网IE11兼容问题 ([e0f78a1](https://github.com/
|
|
1978
|
-
* [changelog] 更新生成日志脚本 ([dd8d88d](https://github.com/
|
|
2217
|
+
* [官网] 修复官网IE11兼容问题 ([e0f78a1](https://github.com/kingdee/kdesign/commit/e0f78a179870cdacbf7692f7978c725a359d2dbe))
|
|
2218
|
+
* [changelog] 更新生成日志脚本 ([dd8d88d](https://github.com/kingdee/kdesign/commit/dd8d88dd159df3edfb6c02b550b3222e25167ba6))
|
|
1979
2219
|
|
|
1980
2220
|
|
|
1981
2221
|
### Features
|
|
1982
2222
|
|
|
1983
|
-
* [cli] 增加Design Token功能 ([49dfb66](https://github.com/
|
|
1984
|
-
* init ([e94657f](https://github.com/
|
|
2223
|
+
* [cli] 增加Design Token功能 ([49dfb66](https://github.com/kingdee/kdesign/commit/49dfb6677dda32768cc6f295c32ad10c6a6085d0))
|
|
2224
|
+
* init ([e94657f](https://github.com/kingdee/kdesign/commit/e94657f8a428cba3bce8f8747dbc7314c8fd736b))
|
|
1985
2225
|
|
|
1986
2226
|
|
|
1987
2227
|
|