Iview Versions Save

A high quality UI Toolkit built on Vue.js 2.0

v3.3.0

5 years ago
  • Table adds new property draggable and event @on-drag-drop, after opening, you can drag and drop the order of the columns. #4729
  • Table adds new property tooltip-theme, you can configure the theme color of the Tooltip. #4158
  • Select adds new property transfer-class-name.
  • Dropdown adds new property transfer-class-name.
  • Tree adds new property check-directly. When enabled, in the show-checkbox mode, the select interaction will also be converted to check. https://github.com/iview/iview/commit/467e2cf9a4527da596a5eec09b4df46e464114b1
  • Drawer adds new property draggable and event @on-resize-width, after opening, you can drag and adjust the width.
  • Drawer adds new property before-close, return Promise to prevent close. #4895
  • DatePicker, TimePicker adds new property separator, which can be used to customize the separator. #5146
  • AutoComplete adds new event @on-clear.
  • Avatar adds new event @on-error, triggered when src is set and the image is not loaded successfully. #5136
  • Upload adds new property disabled. #5071
  • Progress adds new property stroke-color. #4334
  • Divider adds new property size. #4415
  • Adjusted the default media query breakpoints, adding xl, xxl breakpoints. https://github.com/iview/iview/commit/6e97df10d95ac095ee4d6446f4b4beacb4bfd041
  • Adjusted the Tabs includes TanPane's arithmetic. https://github.com/iview/iview/commit/4d8b40165622632cd57f9c0de9680bb83c96cad4
  • Fixed Select is not correct in the Safari browser in filterable and disabled mode. #5249
  • Fixed an issue where Input could still be emptied in clearable and disabled mode. #5296
  • Fixed some issues with TS. #5330
  • Update Russian. #5279
  • Update Arabic. #5304
  • Update Korean. #5298
  • Added Polish. #5245 @qbunia
  • Added Arabic-Egypt. #5304 @mahmoudzohdi

  • Table 新增属性 draggable 及事件 @on-drag-drop,开启后可以拖拽调整行的顺序。 #4729
  • Table 新增属性 tooltip-theme,可以配置 Tooltip 的主题色。 #4158
  • Select 新增属性 transfer-class-name
  • Dropdown 新增属性 transfer-class-name
  • Tree 新增属性 check-directly,开启后,在 show-checkbox 模式下,select 的交互也将转为 check。 https://github.com/iview/iview/commit/467e2cf9a4527da596a5eec09b4df46e464114b1
  • Drawer 新增属性 draggable 及事件 @on-resize-width,开启后可以拖拽调整宽度。
  • Drawer 新增属性 before-close,返回 Promise 可阻止关闭。 #4895
  • DatePicker、TimePicker 新增属性 separator,可自定义分隔符。 #5146
  • AutoComplete 新增事件 @on-clear
  • Avatar 新增事件 @on-error,在设置 src 且图片加载不成功时触发。 #5136
  • Upload 新增属性 disabled。 #5071
  • Progress 新增属性 stroke-color。 #4334
  • Divider 新增属性 size。 #4415
  • 调整了默认的媒体查询断点,新增 xl、xxl 断点。 https://github.com/iview/iview/commit/6e97df10d95ac095ee4d6446f4b4beacb4bfd041
  • 调整了 Tabs 包裹 TanPane 的计算方式。https://github.com/iview/iview/commit/4d8b40165622632cd57f9c0de9680bb83c96cad4
  • 修复 Select 在 filterable 且 disabled 状态下,在 Safari 浏览器中颜色显示不正确的问题。 #5249
  • 修复 Input 在 clearable 且 disabled 状态下,仍然能清空的问题。 #5296
  • 修复 TS 的一些问题。 #5330
  • 更新俄语。 #5279
  • 更新阿拉伯语。 #5304
  • 更新韩语。 #5298
  • 新增波兰语。 #5245 @qbunia
  • 新增阿拉伯语-埃及。 #5304 @mahmoudzohdi

v3.2.2

5 years ago
  • Fixed Select problem that can not select accurately under remote mode in 3.2.0 version. #5087
  • Fixed Select problem that the selected value is not updated when Option changes dynamically sometimes. #5090
  • Fixed Select problem that the query is not cleared when blur in filterable mode. #5155
  • Fixed Select problem In filterable mode, sometimes press the Enter key to report an error. #5116
  • Fixed AutoComplete problem that the Dropdown will be displayed after set value. #5150
  • Fixed Slider In range mode, click on the sliders that sometimes overlap. #3968
  • Fixed the problem that the Slider can't drag to the left when the two sliders are in the 100% position in range mode. #4281
  • Fixed the trigger condition that Slider modifies currentValue. #3400
  • Fixed an issue where the sliding rate was inconsistent when the Slider changed its width. #5183
  • Fixed an issue where Divider was not styled correctly in dashed mode. #5135
  • Fixed an issue where the content style was incorrect when Cascader's width was too small. #5153
  • Fixed an issue where pressing the tab style error when Input was included in the Tabs. #5111
  • Fixed an issue where the scrollbar flashed when Drawer used inner property. #5076
  • Fixed an issue where the table header was fixed and the content was empty, sometimes the header style was wrong. #5174
  • Fixed the problem that the Tag style is not correct in dot and color mode. #5194
  • Fixed some issues with TS. #5147 #5156
  • Update Italian. #5182
  • Added Danish. #5154 @miloandco

  • 修复由 3.2.0 版本导致 Select 在 remote 模式下,选择出错的问题。 #5087
  • 修复 Select 内的 Option 动态改变时,有时选中值未更新的问题。 #5090
  • 修复 Select 在 filterable 模式下,失焦后搜索词未清空的问题。 #5155
  • 修复 Select 在 filterable 模式下,有时按回车键报错的问题。 #5116
  • 修复 AutoComplete 主动赋值后,强行显示下拉框的问题。 #5150
  • 修复 Slider 在 range 模式下,点击滑条有时重叠的问题。 #3968
  • 修复 Slider 在 range 模式下,两个滑块到 100% 位置时,无法向左拖动的问题。 #4281
  • 修复 Slider 修改 currentValue 的触发条件。 #3400
  • 修复 Slider 改变宽度时,滑动速率不一致的问题。 #5183
  • 修复 Divider 在 dashed 模式下,样式不正确的问题。 #5135
  • 修复 Cascader 宽度较小时,内容样式不正确的问题。 #5153
  • 修复 Tabs 内含有表单组件时,按下 tab 键样式出错的问题。 #5111
  • 修复 Drawer 使用 inner 时,滚动条闪动的问题。 #5076
  • 修复 Table 表头固定且内容为空时,有时表头样式错误的问题。 #5174
  • 修复 Tag 在 dot 和 color 模式下,样式不正确的问题。 #5194
  • 修复 TS 的一些问题。 #5147 #5156
  • 更新意大利语。 #5182
  • 新增丹麦语。 #5154 @miloandco

v3.2.1

5 years ago
  • Optimize the experience of Input when entering Chinese in v-model mode. #5060
  • Optimize the placeholder color of the InputNumber. #5053
  • Optimize the Select style in multiple mode when the option is too long. #4938
  • Fixed Select problem that can not scroll on the mobile. #4941
  • Fixed Select problem that can not select in group mode in 3.2.0 version. https://github.com/iview/iview/commit/57bd5393c55e6f0101e8a2f92b5ae2dff9228ce2
  • Fixed DatePicker problem in datetime mode, switching time, floating layer position is not correct. #5046
  • Fixed Cascader problem in change-on-select mode, click on the option that sometimes cannot be selected. #5021
  • Fixed Cascader problem when click option, it shows the wrong selected item sometimes. #4998
  • Fixed Cascader problem in filterable mode, the @on-change event returns an incorrect data. #4786
  • Fixed Cascader problem that could not display the full list when it was at the far right of the page (requires the transfer property to be turned on). #4189
  • Fixed Tag problem that manually modified the checked value and the UI did not respond. #4587
  • Fixed Scroll on demand problem that throw error about component was not registered. #3391
  • Fixed an issue that Modal's style was not correct in fullscreen mode with a width less than 768px. #4804
  • Fixed some issues with TS. #5044 #5054
  • Fixed an issue where Dropdown's style was wrong when used inside a Tree. #5056

  • 优化 Input 的 v-model 在输入中文时的体验。 #5060
  • 优化 InputNumber 的 placeholder 颜色。 #5053
  • 优化 Select 在 multiple 模式下,选项过长的样式。 #4938
  • 修复 Select 列表无法在移动端滚动的问题。 #4941
  • 修复由 3.2.0 版本导致 Select 在 group 模式下,无法选择的问题。https://github.com/iview/iview/commit/57bd5393c55e6f0101e8a2f92b5ae2dff9228ce2
  • 修复 DatePicker 在 datetime 模式下,切换时间,浮层位置不正确的问题。 #5046
  • 修复 Cascader 在 change-on-select 模式下,点击选项有时无法选中的问题。 #5021
  • 修复 Cascader 点击选项有时显示错误的问题。 #4998
  • 修复 Cascader 在 filterable 模式下,@on-change 事件返回数据不正确的问题。 #4786
  • 修复 Cascader 在页面最右侧时,无法显示完整列表的问题(需开启 transfer 属性)。 #4189
  • 修复 Tag 手动修改 checked 值,UI 未响应的问题。 #4587
  • 修复 Scroll 在按需加载时,报错组件未注册的问题。 #3391
  • 修复 Modal 在 fullscreen 模式下,宽度小于 768px 时,样式不正确的问题。 #4804
  • 修复 TS 的一些问题。 #5044 #5054
  • 修复 Dropdown 在 Tree 内使用时,样式不正确的问题。 #5056

v3.2.0

5 years ago
  • Table supports slot-scope usage. #4847 view demo
  • Tree add new property check-strictly, when it is turned on, in the checkbox mode, the parent-child relationship is no longer strictly followed. #4872
  • The @on-select-change and @on-check-change event of the Tree component return parameters add the current item. #4849
  • Fixed some issues with TS. #4809 #4465 #4930
  • Fixed Table problem that dynamically set the group header throw errors. #3472
  • Fixed InputNumber problem that the minimum value is set to a negative value and the value changes to 0. #5002
  • Fixed ColorPicker problem that sometimes can't focus on the input box in transfer mode. #4826
  • Fixed an issue where Modal's drag and drop functionality is not working under some browsers. #4903
  • Fixed the problem that when the Drawer multi-layer nesting is used, the inner layer is closed and the outer scrolling property is wrong. #4831
  • Fixed the Select problem that change slot dynamically, the bound value does not update the label. #4626
  • Fixed the Select problem that layer changes position due to slot changes. #4913
  • Fixed a problem where Form validation was not triggered after Select manual assignment. #4910
  • Fixed the problem that the Menu is not in the correct style in primary mode.
  • Modify the Upload event on-form-change dispatch time. #5012
  • Optimize the input experience of AutoComplete. #4985
  • Add Arabic. @OsamaElzero

  • Table 支持 slot-scope 用法。 #4847 查看示例
  • Tree 新增属性 check-strictly,开启后,在复选框模式下,将不再严格遵循父子互相关联的做法。 #4872
  • Tree 的 @on-select-change 和 @on-check-change 事件返回参数新增当前项。 #4849
  • 修复 TS 的一些问题。 #4809 #4465 #4930
  • 修复 Table 动态设置表头分组报错的问题。 #3472
  • 修复 InputNumber 在设置最小值为负数时,数值变化为 0 时的错误。 #5002
  • 修复 ColorPicker 在 transfer 模式下,有时无法聚焦输入框的问题。 #4826
  • 修复 Modal 的拖拽功能在某些浏览器下无效的问题。 #4903
  • 修复 Drawer 多层嵌套使用时,内层关闭,外层的滚动属性错误的问题。 #4831
  • 修复 Select 动态修改 slot 后,绑定的值未更新 label 的问题。 #4626
  • 修复 Select 浮层有时因 slot 改变而位置发生变化的问题。 #4913
  • 修复 Select 手动赋值后,未触发 Form 验证的问题。 #4910
  • 修复 Menu 在 primary 模式下,样式不正确的问题。
  • 修改 Upload 的 on-form-change 事件派发时机。 #5012
  • 优化 AutoComplete 的输入体验。 #4985
  • 新增阿拉伯语。 @OsamaElzero

v3.1.5

5 years ago
  • Fixed the ColorPicker problem that input could not focus under transfer mode. #4718
  • Fixed the Slider problem with InputNumber, it will throw error when clear the value. #4746
  • Fixed the AutoComplete problem that can not be selected or disappeared when select an item sometimes. #4750
  • Fixed the Table problem that can not use Cell component in Render function. #4258
  • Optimize the Switch style. #4762

  • 修复 ColorPicker 在开启 transfer 时,输入框无法聚焦的问题。 #4718
  • 修复 Slider 在使用数字输入框时,清空数值报错的问题。 #4746
  • 修复 AutoComplete 有时无法选中、选中删除瞬间消失等问题。 #4750
  • 修复 Table 内无法使用单元格组件 Cell 的问题。 #4258
  • 优化 Switch 样式。 #4762

v3.1.4

5 years ago
  • Tree add new method getCheckedAndIndeterminateNodes to get the selected and half-selected nodes. #4664
  • Fixed the Time problem that the calculation time is not accurate sometimes. #4651
  • Add Finnish. @lahdekorpi

  • Tree 新增选中及半选节点的方法 getCheckedAndIndeterminateNodes。 #4664
  • 修复 Time 组件有时计算时间不准确的 bug。#4651
  • 新增芬兰语。 @lahdekorpi

v3.1.3

5 years ago
  • The Time component supports internationalization. #4317
  • Table add new event @on-select-all-cancel. #2586
  • Optimize the performance of Cascader at trigger="hover". #4472
  • When the total property of the Page component is modified to 0, the current page is set to 1. #4460
  • Fixed the Select problem in filterable mode, it will display a complete list when matching a search item. #4273
  • Fixed the Select problem in filterable and multiple mode when set data dynamically. #4575
  • Fixed the Select problem in filterable mode with OptionGroup components. #4371
  • Fixed the Table problem when set height property, when open the expanded column, the scrollbar is wrong. #4219
  • Fixed the Carousel problem that dynamically setting height. #4324

  • Time 组件支持国际化。 #4317
  • Table 新增取消全选事件 @on-select-all-cancel。 #2586
  • 优化 Cascader 在 trigger="hover" 时的表现。 #4472
  • Page 组件的 total 动态修改为 0 时,当前页置为 1。 #4460
  • 修复 Select 在 filterable 模式下,完整匹配搜索词时显示完整列表的问题。 #4273
  • 修复 Select 在 filterable 且 multiple 模式下,动态设置数据出错的问题。 #4575
  • 修复 Select 在 filterable 模式下,使用 OptionGroup 搜索出错的问题。 #4371
  • 修复 Table 在固定高度时,配置可展开列无法动态计算滚动条的问题。 #4219
  • 修复 Carousel 动态设置 height 出错的问题。 #4324

v3.1.2

5 years ago
  • Fixed the problem that DatePicker will throw error in split-panels mode. #4524
  • Fixed the problem that DatePicker's panel will open when click the clear icon.
  • Fixed the problem that DatePicker change the month, the left month was larger than the right. #3973
  • Fixed the problem that FormItem could not be verified when using the required property. #4537

  • 修复 DatePicker 在 split-panels 模式下,有时报错的问题。 #4524
  • 修复 DatePicker 点击清空图标时,弹出选择器的问题。
  • 修复 DatePicker 切换月份时,左边月份比右边大的问题。 #3973
  • 修复 FormItem 使用 required 属性时,无法校验的问题。 #4537

v3.1.1

5 years ago

  • 修复支持 TypeScript 的一些问题。 #4447 #4449 #4490
  • 修复 3.1.0 版本下,TimePicker 报错的问题。 #4473
  • 修复 3.1.0 版本下,Modal 的遮罩层没有 z-index 的问题。 #4439
  • 修复 3.1.0 版本下,Modal 内使用其它开启 transfer 属性的组件后,层级错乱的问题。 https://github.com/iview/iview/commit/7bafe9d94c839ab811be044b4295ebb0661ab4ea
  • 修复 ColorPicker 未导入 Button 的问题。 #4483
  • 修复 InputNumber 失焦时没有触发 Form 校验的问题。 #4536
  • 新增传统蒙古语。 @XuYS

v3.1.1-rc.1

5 years ago