|
@@ -1,5 +1,29 @@
|
|
|
## Changelog
|
|
|
|
|
|
+### 2.4.10
|
|
|
+
|
|
|
+**2018-11-16**
|
|
|
+
|
|
|
+- Fixed multiple clicks on Select to display the drop-down list, #13268
|
|
|
+- The clear icon for input is not displayed when Form is disabled, #13208
|
|
|
+- Adjust the style of Select, Progress, Autocomplete, Tooltip, Collaspe, TimePicker, #13188 (by @porcelainHeart) #13210 #13266 #13257 #13290 #13347 (by @PanJiaChen)
|
|
|
+- Carousel component added `loop` attribute, #13217
|
|
|
+- When the data of Table changes, the highlighted line will remain, #13200
|
|
|
+- Table header scoped slot can receive parameters, #13263
|
|
|
+- Table's `clearFilter` method supports arguments, #13176
|
|
|
+- Tooltip is no longer created when there is no content in the Table cell, #13152 (by @rongxingsun)
|
|
|
+- The input box contents of the ColorPicker panel can be displayed correctly, #13278
|
|
|
+- ColorPicker no longer triggers form validation when dragging, #13299
|
|
|
+- InputNumber added `select `method, #13286 (by @st-sloth)
|
|
|
+- Autocomplete added `clear` event, #12171(by arthurdenner) #13326
|
|
|
+- You can close Menu by clicking on Menu outside, #13296
|
|
|
+- Form's `validateField` method can receive arguments, #13319
|
|
|
+- Cascader added `visible-change` event, #13415
|
|
|
+- DatePicker added range-seprator slot, #13272 (by @milworm)
|
|
|
+- Tree adds `iconClass` and `currentNodeKey` properties, #13337 #13197 (by @isnifer)
|
|
|
+- Progress's` status` added text #13198 (by @ali-master)
|
|
|
+- Fixing tree's `defaultCheckedKeys` caused an error, #13349 (by @dive2Pro)
|
|
|
+
|
|
|
### 2.4.9
|
|
|
|
|
|
*2018-10-26*
|