Skip to content

Releases: iview/iview

v2.7.3

16 Nov 03:18
Compare
Choose a tag to compare
  • Fixed problem that can not be used in Nuxt.js under version 2.7.0.
  • Fixed a bug about InputNumber. #2418
  • Update Spanish. #2426

  • 修复 2.7.0 版本下,无法在 Nuxt.js 中使用的问题。
  • 修复 InputNumber 的一个问题。#2418
  • 修改了西班牙语。#2426

v2.7.2

14 Nov 01:57
Compare
Choose a tag to compare
  • Fixed bug when Tabs was destroyed.

  • 修复 Tabs 销毁时报错的问题。

v2.7.1

14 Nov 01:34
Compare
Choose a tag to compare
  • Fix the problem of errors in Tabs. #2407

  • 修复 Tabs 组件报错的问题。#2407

v2.7.0 Lara Croft GO

13 Nov 03:47
Compare
Choose a tag to compare
  • i18n support vue-i18n 6.x+ version, and support using with script tag. Improve the i18n doc. View
  • Now you can load components on demand. View
  • Form validation method validate supporting Promise. #2018
  • Form add new property autocomplete.
  • BreadcrumbItem href support the to Object of vue-router, and add new property to, the same as href. The href property will be abandoned in the future. #2214
  • Input add new property spellcheck, and some components add autocomplete and spellcheck as default. #2324
  • Modal add new event on-visible-change.
  • Transfer add new event on-selected-change. #2019
  • InputNumber add new event on-focus and on-blur.
  • Avatar style adjusts to center. #1926
  • Fixed InputNumber bug that sometimes unable to enter the range of numbers. #2205
  • Fixed Table bug when it is not set width and in vertical scroll, the fixed column's position is wrong. #2102
  • Fixed Table bug when the column is expandable and fixed, the fixed column will be rendered again. #1648
  • Fixed DatePicker and TimePicker that can not trigger on-change event when click clear button at first time. #2215
  • Fixed DatePicker, TimePicker and ColorPicker bug that using in FormItem, the icon is incorrect. #2219
  • Fixed an IE bug of TimePicker. #2330
  • Fixed Page bug in simple mode, enter an empty string, it shows NaN. #1575
  • Fixed Tooltip bug when change the content, the position is wrong. #1482
  • Add Ukrainian. @f3man

  • i18n 兼容 vue-i18n 6.x+ 版本,并支持通过 <script> 引入,完善国际化使用文档。查看
  • 现在可以更好地按需加载组件了。查看
  • Form 验证方法 validate 支持 Promise。#2018
  • Form 新增 autocomplete 属性。
  • BreadcrumbItem 的 href 属性支持传入 vue-router 的 to 对象,同时新增 to 属性,与 href 相同,未来将废弃 href 属性。#2214
  • Input 新增 spellcheck 属性,部分可输入类组件设置了默认的 autocompletespellcheck 属性。#2324
  • Modal 增加事件 on-visible-change
  • Transfer 新增选中项变化事件 on-selected-change#2019
  • InputNumber 新增事件 on-focuson-blur
  • Avatar 样式调整为居中。#1926
  • 修复 InputNumber 有时无法输入范围内数字的 bug。#2205
  • 修复 Table 在未设置 width,垂直滚动时,固定列出现错位的 bug。#2102
  • 修复 Table 在可展开且有固定列时,固定一列重复渲染的 bug。#1648
  • 修复 DatePicker、TimePicker 第一次点击清除按钮时,无法触发 on-change 事件的 bug。#2215
  • 修复 DatePicker、TimePicker、ColorPicker 在 FormItem 内使用时,图标位置不正确的 bug。#2219
  • 修复 TimePicker 在 IE 下的一个问题。#2330
  • 修复 Page 在 simple 模式下,输入页码为空时,回车显示为 NaN 的 bug。#1575
  • 修复 Tooltip 在动态改变 content 时,错位的 bug。#1482
  • 增加乌克兰语。@f3man

v2.6.0 FRAMED

26 Oct 06:55
Compare
Choose a tag to compare
  • Refactor the Tree component to support Render function, asynchronous loading data, and perfect documentation. @SergioCrisostomo
  • Carousel add new properties loop and radius-dot. #2181 @lisafra
  • Tabs can be rolled when TabPane are too much. #1031 @marxy
  • The Date panel can display local year and month formats based on the current language package. #2097 @SergioCrisostomo
  • Table add new properties callback, quoted and separator in export csv file. #2114
  • Table add filter event on-filter-change. #2078
  • Tag add new property checkable. #2115
  • Scroll add new property distance-to-edge. #2137
  • Fix the Scroll component bug under the Firefox browser that unable to trigger the rolling event. #2135
  • Fix Select bug in remote and multiple mode, and when the data is cleared, the selected item is not empty. #2066
  • Fix Poptip bug in transfer mode, the float layer will be closed when click inside. #1700
  • Fix Tabs bug that can not update TabPane using v-for directive. #2100
  • Fix Cascader bug in trigger mode with only one item, sometimes it will be selected directly. #1922
  • Fix the bug when Input size is small, and using in FormItem, the icon's position is wrong. #2149

  • 重构 Tree 组件,支持 Render 函数、异步加载数据,完善文档。@SergioCrisostomo
  • Carousel 增加循环滚动属性 loop 和圆形指示器属性 radius-dot#2181 @lisafra
  • Tabs 标签页过多时,可以进行滚动。#1031 @marxy
  • Date 面板可根据当前语言包显示当地的年月格式。#2097 @SergioCrisostomo
  • Table 导出 csv 数据方法新增 callbackquotedseparator 选项。#2114
  • Table 新增过滤事件 on-filter-change#2078
  • Tag 新增可选择属性 checkable#2115
  • Scroll 新增边缘距离属性 distance-to-edge#2137
  • 修复 Scroll 组件在 Firefox 浏览器下,无法触发滚动事件的 bug。#2135
  • 修复 Select 在 remote、multiple 模式下,主动清空数据后,未清空选中项的 bug。#2066
  • 修复 Poptip 在 transfer 模式下,点击内部会关闭浮层的 bug。#1700
  • 修复 Tabs 的 TabPane 无法使用 v-for 动态更新的 bug。#2100
  • 修复 Cascader 在 trigger 为 hover 模式下,只有一项时,有时会直接选中的 bug。#1922
  • 修复 Input 在 FormItem 内,size 为 small 时,icon 错位的 bug。#2149

v2.5.1

18 Oct 01:08
Compare
Choose a tag to compare
  • Fixed bug in version 2.5.0 that the DatePicker will be displayed false when binding an empty data. #2119

  • 修复 2.5.0 版本下,DatePicker 绑定数据为空时,初始化显示为 false 的bug。#2119

v2.5.0 Old Man’s Journey

17 Oct 08:21
Compare
Choose a tag to compare
  • Publish management system template iview-admin.
  • Add infinite Scroll component. View
  • Date will automatically identify the weekly start Date according to the current language package. #1809
  • InputNumber add readonly and editable properties.
  • Optimize the performance of InputNumber real-time input. #2059
  • Optimized Date to focusout after entering a wrong Date format. #2002
  • Fix the problem that Date is not validated by the Form under SSR. #1971
  • Fix a problem with Date in IE11. #1937
  • Fix the bug that Date, Dropdown in transfer mode, the style is wrong when the body's width is 100%. #2050
  • Fix the bug that sometimes the error message cannot be cleared when the FormItem set error property. #2047
  • Fix Badge bug that when the dot is opened and the count is 0, the dot is displayed.
  • Fix InputNumber bug that when the precision is 0, unable to set the precision to an integer. #2026

  • 发布后台管理系统模板 iview-admin
  • 新增无限滚动组件 Scroll。查看
  • Date 会根据当前语言包自动识别每周起始日。#1809
  • InputNumber 新增 readonly 和 editable 属性。
  • 优化 InputNumber 实时输入的表现。#2059
  • 优化 Date 在输入一个错误日期格式后失焦的表现。#2002
  • 修复 Date 在 SSR 无法通过 Form 验证的问题。#1971
  • 修复 Date 在 IE11 下的一个问题。#1937
  • 修复 Date、Dropdown 在 transfer 模式下,body 宽度为 100% 时,样式错误的bug。#2050
  • 修复 FormItem 在动态设置 error 时,有时错误信息无法清空的bug。#2047
  • 修复 Badge 在开启 dot 且 count 为 0 时,扔显示 dot 的bug。
  • 修复 InputNumber 在 precision 为 0 时,无法设置精度为整数的bug。#2026

v2.4.0 Monument

25 Sep 01:31
Compare
Choose a tag to compare
  • InputNumber adds new property precision. #1810
  • Spin adds global usage $Spin. #1063
  • Optimize Spin styles, fix no longer mandatory set parent's width and height.
  • Table supports adaptive width. #690
  • Table adds property loading and named slot loading. #704
  • Table adds method clearCurrentRow to clear highlighted row. #1372
  • Table event @on-row-click and @on-row-dblclick params add index。#693
  • Date supports the dynamic toggle type. #1851
  • Steps supports dynamic setting Step.
  • All form components add name property. #812
  • FormItem adds label-for property. Input, AutoComplete, Cascader, Date, InputNumber, Select(filterable) add element-id property, click label can focus corresponding component when label-for is equivalent to element-id. #433
  • Modify the z-index value of the Menu. #823
  • Optimize Message styles. #1881
  • Optimize Select styles. #860
  • Optimize the interaction of Date when press tab key. #1930
  • Fix Table bug in stripe mode that hover style is not correct. #1380
  • Fix Tabs bug after closing all tabs. #1842
  • Fix Select bug in remote mode, highlight the search word, retype and select an item, the query is incorrect. #1865

  • InputNumber 新增精度属性 precision#1810
  • Spin 增加全局用法 $Spin#1063
  • Spin 样式调整,fix 时不再强制设置父级宽高。
  • Table 支持自适应宽度。#690
  • Table 新增加载中属性loading,及具名 slot loading#704
  • Table 新增取消单选方法 clearCurrentRow#1372
  • Table 事件 @on-row-click@on-row-dblclick 返回参数增加 index。#693
  • Date 支持动态切换 type。#1851
  • Steps 支持动态设置 Step。
  • 所有表单类组件都支持设置 name 属性。#812
  • FormItem 新增 label-for 属性,Input、AutoComplete、Cascader、Date、InputNumber、Select(filterable) 增加 element-id 属性,当设置一致时,点击 label 可以聚焦对应的控件。#433
  • 修改 Menu 的 z-index 值。#823
  • 优化 Message 样式。#1881
  • 优化 Select 样式。#860
  • 优化 Date 按 tab 建的交互。#1930
  • 修复 Table 在 stripe 模式下,hover 样式不正确的bug。#1380
  • 修复 Tabs 在关闭所有页签后,报错的bug。#1842
  • 修复 Select 在 remote 模式下,高亮搜索词时,再次键入并选择,query 不正确的bug。#1865

v2.3.2

10 Sep 08:00
Compare
Choose a tag to compare
  • Just update Select.

v2.3.1

10 Sep 07:57
Compare
Choose a tag to compare
  • Fix the bug that the slot cannot display correctly when the Switch uses true-value and false-value. #1797
  • Fix the bug that Select use the same Option data, only the first one can be selected. #1807

  • 修复 Switch 使用 true-value 和 false-value 时,设置 slot 无法正确显示的bug。#1797
  • 修复 Select 共用同一份 Option 数据时,仅第一个可以选择的bug。#1807