Iview Versions Save

A high quality UI Toolkit built on Vue.js 2.0

v2.13.0

6 years ago
  • Table column add new property minWidth and maxWidth. #3284
  • DatePicker disabledDate function can now also limit hours, minutes, and seconds. #3246
  • Optimize the Table filter style. #3206
  • Fixed Table bug of using filtering and sorting in header group. #3339
  • Fixed Table bug in version 2.12.0 that will throw error when set the show-header="false".
  • Fixed bug in Poptip and Tooltip that identify placement and you can custom options for popper.js now.
  • Fixed DatePicker bug in daterange mode that show incorrect values after select year or month. #3345
  • Fixed bug that DatePicker sometimes returns incorrect values in the on-change event of the Safari browser. #3232
  • Fixed bug that DatePicker show-week-numbers cannot be dynamically set. #3277

  • Table 列新增属性 minWidthmaxWidth。#3284
  • DatePicker 的 disabledDate 功能,现在也能限制时、分、秒了。#3246
  • 优化 Table 筛选样式。#3206
  • 修复 Table 在多级表头里使用过滤和排序的 bug。#3339
  • 修复 Table 在 2.12.0 版本,设置 show-header="false" 报错的 bug。
  • 修复 Poptip 和 Tooltip 有时方向识别错误的 bug,并支持自定义 popper.js 的 options 选项。
  • 修复 DatePicker 在 daterange 模式下,选择年、月后显示值不正确的 bug。#3345
  • 修复 DatePicker 在 Safari 浏览器下 on-change 事件返回值有时不正确的 bug。#3232
  • 修复 DatePicker 的 show-week-numbers 无法动态设置的 bug。#3277

v2.12.0

6 years ago
  • Components such as Select, AutoComplete, DatePicker, TimePicker, ColorPicker, Cascader, Dropdown, etc., support the automatic recognition of the direction in which the floating layer expands. #3156
  • Table support header grouping.
  • The value of InputNumber can be removed or set to null. #3174
  • Card add new property title and icon, can set the head more simply.
  • Tree add new property children-key.
  • Slider add new property input-size. #3301
  • Poptip add new property popper-class.
  • Optimized Input In the clearable mode, the clear button is not displayed when value is empty.
  • Optimize Table filtering and sorting styles.
  • Fixed Table does not show vertical scroll bar bugs when headers and columns are fixed at the same time. #3178
  • Fixed bug where Table fixed columns could not be scrolled. #2871
  • Fixed Table header overflow sometimes. #3178
  • Fixed the bug that the Table header is too long, sometimes causing scroll bars to overflow. #3178
  • Fixed bug where TimePicker set initial value to empty array. #3161
  • Fixed a bug in the logic when the DatePicker selected the range and clicked to switch the next year button. #3158
  • Fixed Sider bug of using v-model incorrectly. #3186
  • Fixed Slider bug that setting step as a decimal, sometimes unable to drag to the maximum. #3195
  • Fixed Slider bug that click on the slider and could not trigger the on-change event for the first time. #3291
  • Fixed Menu bug in the accordion mode, the event on-open-change returns wrong value. #3298
  • Fixed the bug that the Option of Select is too long and the style is incorrect. #2931
  • Fixed Select bug that click too fast.
  • Fixed the FormItem bug as slot, can not get correct Form sometimes.

Special thanks to @huanghong1125 contribution!


  • Select、AutoComplete、DatePicker、TimePicker、ColorPicker、Cascader、Dropdown 等组件支持自动识别浮层展开方向。 #3156
  • Table 支持表头分组。
  • InputNumber 的值可以删除或设置为 null。#3174
  • Card 新增属性 titleicon,可以更简单地设置头部。
  • Tree 新增属性 children-key
  • Slider 新增属性 input-size。#3301
  • Poptip 新增属性 popper-class
  • 优化 Input 在 clearable 模式下,无数据时不显示清空按钮。
  • 优化 Table 筛选、排序样式。
  • 修复 Table 在同时固定表头和列时,不显示垂直滚动条的 bug。#3178
  • 修复 Table 固定列无法滚动的 bug。#2871
  • 修复 Table 有时表头溢出的 bug。#3178
  • 修复 Table 表头过长,有时导致滚动条溢出的 bug。#3178
  • 修复 TimePicker 设置初始输入为空数组时,报错的 bug。#3161
  • 修复 DatePicker 在选范围时,点击切换下一年按钮时,逻辑不正确的 bug。#3158
  • 修复 Sider 无法正确使用 v-model 的 bug。#3186
  • 修复 Slider 设置 step 为小数,有时无法拖动到最大值的 bug。#3195
  • 修复 Slider 首次点击滑条,无法触发 on-change 事件的 bug。#3291
  • 修复 Menu 在 accordion 模式下,事件 on-open-change 返回错误值的 bug。#3298
  • 修复 Select 中 Option 过长,样式不正确的 bug。#2931
  • 修复 Select 点击过快,错位的 bug。
  • 修复 FormItem 在 slot 内时,有时无法正确获取到 Form 的 bug。

特别感谢 @huanghong1125 的贡献!

v2.11.0

6 years ago
  • InputNumber add formatted display properties formatter and parser. #3081
  • Input add new property wrap. #3086
  • Page add new property transfer. #3112
  • Optimized Select style, enhanced keyboard accessibility, closer to native. #1647
  • Fixed Menu with inline Submenu bug that throw errors after Vue.js 2.5.14. https://github.com/iview/iview/commit/b71a171d36e1327ee8fe1cc4f35fe97887f0786c
  • Fixed Select bug in different sizes, the multiple mode style is wrong. #2451
  • Fixed Cascader style bug under search mode.
  • Fixed Input style bug when size="small" and using append or prepend.
  • Optimized Collapse style. #2973
  • Add Dutch. @mervy-sim

  • InputNumber 新增格式化展示属性 formatterparser。#3081
  • Input 增加 wrap 属性。#3086
  • Page 增加 transfer 属性。#3112
  • 优化了 Select 样式与交互,增强键盘的可访问性,更接近原生。#1647
  • 修复 Menu 多层嵌套在 Vue.js 2.5.14 版本之后报错的 bug。https://github.com/iview/iview/commit/b71a171d36e1327ee8fe1cc4f35fe97887f0786c
  • 修复 Select 在不同尺寸,多选样式和单选不一致的 bug。#2451
  • 修复 Cascader 在搜索时,样式不正确的 bug。
  • 修复 Input 在 size="small" 且使用 appendprepend 时,样式错误的 bug。
  • 优化 Collapse 样式。#2973
  • 新增荷兰语。@mervy-sim

v2.10.1

6 years ago
  • 修复 2.10.0 版本,编译后文件过大的问题。

  • Fixed the problem of large file size after compiling in version 2.10.0

v2.10.0

6 years ago
  • Refactor the DatePicker component. #2861
    • daterange supports right-to-left selection. #2731
    • Add property split-panels, when open it, the left and right panels are not interconnected during the switching year and month. #2067
    • Add property multiple, when open it, you can select multiple dates.
    • Add property start-date, you can set the date to display by default when the panel is expanded. #2814
    • Add property show-week-numbers, when open it, you can display the numbers of week.
    • Add property time-picker-options, TimePicker attributes can be configured under the type datetime and datetimerange, such as steps. #3091
    • Fixed the problem of unable to dynamically modify type. #2608
    • Fixed the data bound with v-model, sometimes failing to update the panel. #2386
    • Fixed the problem of entering a disabled date. #2544
  • Remove global style ul and ol. #3061
  • Optimized Slider, Switch style, enhanced keyboard accessibility, closer to native. #1647
  • Fixed Slider bug when set step property to decimal. #2984
  • Fixed Select bug with empty Option, press the arrow keys will throw error.
  • Fixed Avatar bug when use Chinese characters as slot, sometimes can not be centered. #3033
  • Fixed Carousel bug that dots not update when v-model is not used. #3038
  • Fixed an incorrectly-styled bug when Input was size="small" and using prepend or append. #3089
  • Add Greek. @d4rth0nyx
  • Optimize Chinese Traditional.
  • Fixed bug in Romanian file. #3060

Special thanks to @SergioCrisostomo and @Xotic750 contribution!


  • 重构了 DatePicker 组件。#2861
    • daterange 支持从右往左选择。#2731
    • 新增 split-panels 属性,开启后,左右两面板可以不联动。#2067
    • 新增 multiple 属性,开启后,可以选择多个日期。
    • 新增 start-date 属性,可以设置面板展开时默认显示的日期。#2814
    • 新增属性 show-week-numbers,开启后,可以显示星期数。
    • 新增属性 time-picker-options,可以在 type 为 datetimedatetimerange 下,配置 TimePicker 的属性,比如时间间隔 steps。#3091
    • 修复无法动态修改 type 的问题。#2608
    • 修复使用 v-model 绑定的数据,有时无法更新面板的问题。#2386
    • 修复手动输入禁用的日期报错的问题。#2544
  • 移除全局样式 ulol。#3061
  • 优化了 Slider、Switch 样式与交互,增强键盘的可访问性,更接近原生。#1647
  • 修复了 Slider 的 step 属性设置为小数时的 bug。#2984
  • 修复 Select 在无 Option 时,按下方向键报错的 bug。
  • 修复 Avatar 使用中文字符,有时不能居中的 bug。#3033
  • 修复 Carousel 在没有使用 v-model 时,指示器不更新的 bug。#3038
  • 修复 Input 在 size="small" 且使用 prependappend 时,样式不正确的 bug。#3089
  • 新增希腊语。@d4rth0nyx
  • 优化繁体中文。
  • 修复罗马尼亚语文件错误的问题。#3060

特别感谢 @SergioCrisostomo 和 @Xotic750 的贡献!

v2.9.2

6 years ago
  • Fix Slider bug that can not emit on-change event. #2975

  • 修复 Slider 无法正常触发 on-change 事件的 bug。#2975

v2.9.1

6 years ago
  • Fix Slider for min/max values greater than 100 under 2.9.0 version. #2914
  • Optimize Avatar default background color.

  • 修复了 Slider 在 2.9.0 版本下,设置 max 大于 100 时的 bug。#2914
  • 优化了 Avatar 的默认背景色。

v2.9.0

6 years ago
  • Update dependencies and use browserlist. #2835 #2837 #2839
  • Refactor the Slider component. #2393
  • Optimized Button, Radio, Checkbox style, enhanced keyboard accessibility, closer to native. #1647
  • Menu supports multi-level nesting.
  • ColorPicker add new property hue to control whether to show the hue slider. #2724
  • AutoComplete add property placement. #2803
  • Input add property clearable. #2884
  • Dropdown add new event @on-clickoutside. #2783
  • Fixed Table bug that using sort or filter on fixed column. #2832
  • Fixed Table bug that sometimes throw error when filtering. #2352
  • Fixed Table bug when there is a scrollbar, and set data to empty, the table head is wrong. #2775
  • Fixed Cascader bug when label is empty. #2722
  • Fixed Cascader bug in change-on-select mode, dynamically change the data can not select the bound value. #2793
  • Fixed Dropdown bug when trigger="click", will throw error sometimes. #2780
  • Fixed Slider bug when show-tip="always" and using in Modal, the Tooltip position is wrong. #2852
  • Optimized Table in multiple choice mode, when data is empty, can not click the checkbox all button now. #2823
  • Optimized the style of $Notice using Render function. #2752
  • Optimized the style of Input in the textarea mode.
  • Optimized the disabled style of Select in the filterable mode. #2893
  • Add Hindi. @rajnikant307
  • Add Farsi. @roshangara
  • Add Romanian. @Leonard1980

  • 更新依赖,以及使用 browserlist。#2835 #2837 #2839
  • 重构了 Slider 组件。#2393
  • 优化了 Button、Radio、Checkbox 样式,增强键盘的可访问性,更接近原生。#1647
  • Menu 支持多级嵌套。
  • ColorPicker 新增是否显示色彩滑块的属性 hue。#2672
  • AutoComplete 新增 placement 属性。#2803
  • Input 新增 clearable 属性。#2884
  • Dropdown 新增事件 @on-clickoutside。#2783
  • 修复 Table 固定列使用排序和筛选功能时的 bug。#2832
  • 修复 Table 在筛选时有时报错的 bug。#2352
  • 修复 Table 在有滚动条时,数据置空后,表头错误的 bug。#2775
  • 修复 Cascader 数据 label 为空时,报错的 bug。#2722
  • 修复 Cascader 在 change-on-select 模式下,动态改变 data 无法选中绑定值的 bug。#2793
  • 修复 Dropdown 在 trigger="click" 有时报错的问题。#2780
  • 修复 Slider 在 Modal 内使用,show-tip="always" 时,Tooltip 错位的 bug。#2852
  • 优化 Table 在多选模式下,无数据时,无法点击全选按钮。#2823
  • 优化 $Notice 使用 Render 时的样式。#2752
  • 优化 Input 在 textarea 模式下的样式。
  • 优化 Select 在 filterable 模式下, disabled 时的样式。#2893
  • 新增印地语。@rajnikant307
  • 新增波斯语。@roshangara
  • 新增罗马尼亚语。@Leonard1980

v2.8.0

6 years ago

Merry Christmas

  • Add responsive components(including Layout, Header, Sider, Content, Footer). #2646 @lison16 View
  • Tag supports custom colors. #2644
  • $Message and $Notice support Render function. #2667
  • Affix optimizes the height of the occupied area when scrolling. #2628
  • $Modal supports press ESC key to close. #2362
  • TimeRange supports steps property. #2580
  • Fixed bug that cannot load Submenu components on demand. #2553
  • Fixed the problem of the Circle and Switch tag warning under Vue 2.5.11.

  • 新增响应式布局组件 Layout(包括 Layout、Header、Sider、Content、Footer 5个组件)。#2646 @lison16 查看
  • Tag 支持自定义颜色。#2644
  • $Message 和 $Notice 支持 Render 函数。#2667
  • Affix 优化滚动时的占位区域高度。#2628
  • $Modal 支持 ESC 键关闭。#2362
  • TimeRange 也增加 steps 属性。#2580
  • 修复无法按需加载 Submenu 组件的 bug。#2553
  • 修复在 Vue 2.5.11 版本下,Circle 和 Switch 标签名警告的问题。

v2.7.4

6 years ago
  • Fixed bug that import some components on demand. #2537
  • Input add more type. #2526
  • Add Italian. @lucagentile
  • Add Thai. @NatJNP

  • 修复部分组件在按需加载时报错的问题。#2537
  • Input 增加了更多的类型。#2526
  • 新增意大利语。@lucagentile
  • 新增泰语。@NatJNP