|
@@ -1,5 +1,22 @@
|
|
|
## Changelog
|
|
|
|
|
|
+### 2.4.1
|
|
|
+
|
|
|
+*2018-06-08*
|
|
|
+
|
|
|
+- Removed Autocomplete's duplicate type declaration, #11388
|
|
|
+- Fixed Select's dropdown arrow style in FireFox when nested in Form, #11427
|
|
|
+- Fixed clear icon of Select still showing when the initial value is `null`, #11460
|
|
|
+- Fixed disabled radio showing box-shadow when clicked, #11462
|
|
|
+- Added `iconClass` attribute for MessageBox, #11499
|
|
|
+- Added `stretch` attribute for Tabs, #11476
|
|
|
+- Fixed rendering order issue of TabPane when Tabs is `lazy`, #11461
|
|
|
+- Fixed Table not retaining current highlight row when expanded, #11464
|
|
|
+- Fixed focusing state when `before-leave` returns a resolved promise, #11386
|
|
|
+- Fixed disabled Popover still creating poppers, #11426
|
|
|
+- Fixed Tree's endless loop when a new node is added in lazy mode, #11430 (by @wangjingf)
|
|
|
+- Added `closed` event for Dialog, #11490
|
|
|
+
|
|
|
### 2.4.0 Fullerene
|
|
|
|
|
|
*2018-05-28*
|