-
修复 Carousel 有时不响应数据动态更新的问题,#3159
-
修复 Table 的
cell-dblclick
事件无法触发的问题,#3305 -
修复禁用的 Cascader 不显示默认值的问题,#3297
-
修复 Slider 在
show-input
时初始值不正确的问题,#3281 -
修复 Tooltip 在服务端渲染时报错的问题,#3214
-
修复 DatePicker 的
range-separator
属性有时无效的问题,#3378 -
新增 Upload 的
http-request
参数,用于实现覆盖默认的上传行为,#3387 -
新增 Col 支持将
span
值设为 0 时隐藏该列的功能,#3313 -
Fixed Carousel not responding to dynamic data updates, #3159
-
Fixed
cell-dblclick
of Table not firing issue, #3305 -
Fixed disabled Cascader not displaying initial value, #3297
-
Fixed Slider not correctly displaying initial value when
show-input
is true, #3281 -
Fixed Tooltip error in server-side rendering, #3214
-
Fixed
range-separator
of DatePicker not working issue, #3378 -
Added support for dynamically update loading text of Loading directive, #3345 (by @imyzf)
-
Added
http-request
attribute for Upload, #3387 -
Added support for hiding col if its
span
is 0, #3313