|
@@ -1,5 +1,23 @@
|
|
## Changelog
|
|
## Changelog
|
|
|
|
|
|
|
|
+### 2.2.2
|
|
|
|
+
|
|
|
|
+*2018-03-14*
|
|
|
|
+
|
|
|
|
+- Added `clear` event for Input, #9988 (by @blackmiaool)
|
|
|
|
+- Now manual input of ColorPicker supports `hsl`, `hsv` and `rgb` modes, #9991
|
|
|
|
+- Fixed DatePicker not triggering `change` event when its initial value is cleared, #9986
|
|
|
|
+- Now icon class related attributes of Rate support dynamic updates, #10003
|
|
|
|
+- Fixed Table with fixed columns not updating its height correctly if `max-height` is set, #10034
|
|
|
|
+- Now DatePicker's range mode supports reverse selection (clicking the end date, then clicking the start date), #8156 (by @earlymeme)
|
|
|
|
+- Added `disabled` attribute for Pagination, #10006
|
|
|
|
+- Added `after-enter` and ` after-leave` events for Popover, #10047
|
|
|
|
+- Fixed Select not triggering validation when user selects an option after executing `resetFields` of Form, #10105
|
|
|
|
+- Fixed incorrect widths of fixed columns of Table in some cases, #10130
|
|
|
|
+- Fixed MessageBox inheriting the `title` attribute of its previous instance when called without `title`, #10126 (by @Pochodaydayup)
|
|
|
|
+- Added `input-size` attribute for Slider, #10154
|
|
|
|
+- Added `left-check-change` and `right-check-change` events for Transfer, #10156
|
|
|
|
+
|
|
### 2.2.1
|
|
### 2.2.1
|
|
|
|
|
|
*2018-03-02*
|
|
*2018-03-02*
|