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