|
@@ -1,5 +1,42 @@
|
|
|
## Changelog
|
|
|
|
|
|
+### 2.3.0 Diamond
|
|
|
+
|
|
|
+*2018-03-28*
|
|
|
+
|
|
|
+#### New features
|
|
|
+- Table
|
|
|
+ - Now `formatter` of TableColumn can be dynamically updated, #10184 (by @elfman)
|
|
|
+ - Added `select-on-indeterminate` attribute, #9924 (by @syn-zeta)
|
|
|
+- Menu
|
|
|
+ - Added `collapse-transition` attribute, #8809 (by @limichange)
|
|
|
+- Input
|
|
|
+ - Added `select` method, #10229
|
|
|
+ - Added `blur` method, #10356
|
|
|
+- ColorPicker
|
|
|
+ - Added `predefine` attribute, #10170 (by @elfman)
|
|
|
+- Tree
|
|
|
+ - Added `draggable`, `allow-drop` and `allow-drag` attributes, and `node-drag-start`, `node-drag-enter`, `node-drag-leave`, `node-drag-over`, `node-drag-end` and `node-drop` events, #9251 #10372 (by @elfman)
|
|
|
+- Form
|
|
|
+ - `validate` method now has a second parameter, containing information of form items that failed the validation, #10279
|
|
|
+ - Added `validate` event, #10351
|
|
|
+- Progress
|
|
|
+ - Added `color` attribute, #10352 (by @YunYouJun)
|
|
|
+- Button
|
|
|
+ - Added `circle` attribute, #10359 (by @YunYouJun)
|
|
|
+
|
|
|
+#### Bug fixes
|
|
|
+- Form
|
|
|
+ - Fixed label of FormItem not align with mixed Input, #10189
|
|
|
+- Menu
|
|
|
+ - Now collapsed Menu will only show the Tooltip when the `title` slot of MenuItem is set, #10193 (by @PanJiaChen)
|
|
|
+- Pagination
|
|
|
+ - Fixed `current-change` event wrongly triggering without user interaction, #10247
|
|
|
+- DatePicker
|
|
|
+ - Now the date and time value in the dropdown panel are correctly formatted based on the `format` attribute, #10174(by @remizovvv)
|
|
|
+- Upload
|
|
|
+ - Fixed `accept` attribute not working when `drag` is true, #10278
|
|
|
+
|
|
|
### 2.2.2
|
|
|
|
|
|
*2018-03-14*
|