|
@@ -1,5 +1,16 @@
|
|
|
## Changelog
|
|
|
|
|
|
+### 2.3.9
|
|
|
+
|
|
|
+*2018-05-18*
|
|
|
+
|
|
|
+- Fixed when the source data does not have the field specified by a TableColumn's `prop` attribute, an error would occur when the mouse moves into that column's cells, #11137
|
|
|
+- The `lockScroll` attribute of pop up components no longer adds an inline style to the parent element, but instead adds a class name, #11114
|
|
|
+- Fixed the icon of Progress not displaying when its `status` is exception, #11172
|
|
|
+- Fixed options' `disabled` attribute not working in filterable Cascader's filter result list, #11185
|
|
|
+- Fixed an issue where Table's expanded row cannot be collapsed if the data source is updated after its expansion, #11186
|
|
|
+- `setCurrentKey` of Tree now accepts `null` as its param to cancel the currently highlighted node, #11205
|
|
|
+
|
|
|
### 2.3.8
|
|
|
|
|
|
*2018-05-11*
|