iView 2.2.0 发布了,iView 是一套基于 Vue.js 的企业级 UI 组件库,主要服务于 PC 界面的中后台产品。
新增头像组件 Avatar。查看 新增颜色选择器组件 ColorPicker。查看 新增自动完成组件 AutoComplete。查看 Form 支持对 ColorPicker 和 AutoComplete 组件的验证。 Radio 和 RadioGroup 新增 size 属性。 Checkbox 和 CheckboxGroup 新增 size 属性。 具有 size 属性的组件都增加了 default。 修复 Select 在 filterable 模式下,开启 disabled 后仍然能够输入的bug。#1547 修复 Poptip 在 transfer 模式下,使用 confirm 样式错乱的bug。#1612 修复 InputNumber 的一个问题。#1654 优化 Grid 组件对 gutter 的设置。#1661
Add Avatar component. View Add ColorPicker component. View Add AutoComplete component. View Form supports validation of ColorPicker and AutoComplete components. Radio and RadioGroup add size property. Checkbox and CheckboxGroup add size property. Components with size property add default value. Fix the bug that the Select can still input when opening the disabled in the filterable mode. #1547 Fix Poptip in the transfer mode, using the confirm style bug. #1612 Fix a problem with InputNumber. #1654 Optimize the Grid component for gutter settings. #1661
|