Releases: ibestservices/ibest-ui
v2.0.4
v2.0.2
新增:
1. 已适配深色模式, 可自定义浅色与深色主题颜色;
2. 新增 SwipeCell 滑动单元格组件;
3. IBestButton 增加 icon fontColor btnBorderColor btnBorderRadius 属性;
4. IBestCalendar 增加 clock 打卡模式, clockSuccessText isShowUnClock unClockText 属性;
5. IBestCheckbox 增加 activeList placeDirection space controller 属性;
6. IBestPopup 增加 titleColor closeIconColor 属性;
7. IBestField 增加 bgColor placeholderColor 属性;
8. IBestRadio 增加 active placeDirection space 属性;
9. IBestSearch 增加 labelColor textFontSize rightBtnBgColor rightBtnPressBgColor 属性;
10. IBestSlider 增加 buttonBgColor 属性;
11. IBestStepper 增加 value 属性;
12. IBestUploader 增加 uploaderBgColor 属性;
13. IBestWatermark 增加 bgColor 属性.
重要变更:
1. IBestCheckbox IBestRadio IBestStepper 组件优化了使用方法, 支持双向绑定, 请对照文档修改.
Bug修复:
1. 修复 IBestField 的 onLeftIconClick 函数不执行问题;
2. 修复 IBestDatePicker 组件 不显示日的情况下月份范围异常问题;
3. 修复 IBestUploader 组件在元服务无法使用问题.
v2.0.0
- 增加 IBestNoticeBar 通知栏组件;
- 增加 IBestProgress 进度条组件;
- 增加 IBestPopover 气泡弹出框组件;
- 增加 IBestTextEllipsis 文本省略组件;
- 增加 IBestCountDown 倒计时组件;
- 增加 IBestSideBar 侧边导航组件;
- IBestPicker、IBestDatePicker、IBestTimePicker 增加 horizontal、itemWidth、contentHeight、optionFontSize 属性;
- IBestField 增加 showLabel 属性.
v1.19.0
新增:
1. 增加 IBestNavBar 导航栏组件;
2. 增加 IBestCircleProgress 环形进度条组件;
3. 增加 IBestCollapse 折叠面板组件;
4. 增加 IBestDivider 分割线组件;
5. IBestIcon 增加 iconRadius 属性;
6. IBestField 增加 leftIconSize rightIconSize labelFontSize labelColor 属性;
7. IBestPasswordInput 增加 isShowBorder bdColor cellBgColor cellTextColor dotFontSize textFontSize tipFontSize 属性.
bug修复:
1. 修复 IBestCalendar 在设定的时间范围时, 如果跨月了, 在翻到下月时上月日期会禁用.
v1.18.0
新增:
1. 新增 IBestBadge 徽标组件;
2. Search 增加 textColor 属性;
3. IBestCell 增加 leftContentWidth、leftIconMarginRight、rightIconMarginLeft、leftRightPadding、borderSizeType、borderLeft、bdColor 属性;
4. IBestToast 增加 iconWidth 属性;
5. IBestCheckBox IBestRadio 增加 labelFontSize 属性;
6. IBestEmpty 增加 emptyImgUrl 属性;
7. IBestPopup 增加 headerBuilder 插槽;
8. IBestSearch 增加 textColor 属性;
重要变更:
组件库全局尺寸单位默认为vp, 可自定义配置, 升级后可能会出现部分组件尺寸偏大情况, 只需将原先传递的尺寸改为原来一半即可.
修复:
1. IBestToast 同时打开无法关闭问题 #27 ;
2. IBestCascader 异步加载时崩溃问题;
v1.17.1
v1.17.0
1.17.0
- 新增 IBestIcon 组件;
- 新增 IBestPullRefresh 下拉刷新组件;
- IBestTab 新增 onTabClick 事件;
- 增加导出 IBestCascaderContent 级联组件, 可独立在页面中使用或与其他自定义组件组合使用;
- IBestCell 增加 leftIcon leftIconColor leftIconSize rightIcon rightIconColor rightIconSize 属性;
- IBestActionSheet 增加 cancelTextColor、beforeClose 属性.
另: 新发布 @ibestservices/area-data 库, 可用于Cascader相关组件.
v1.16.0
新增:
1. 增加 IBestDialogUtil 弹框API;
2. IBestDialog 增加 visible、theme、buttonSpace、confirmButtonBgColor、cancelButtonBgColor、closeOnBackPress、onOpen、onClose 属性;
3. 增加 IBestNotify 消息提示API;
4. IBestToast 增加 showLoading 方法.
变更:
IBestDialog 组件显隐控制方式由原来的controller方式变为由 visible 属性控制, 简化使用.
优化:
1. 优化 IBestLoading 组件动画效果;
2. 优化 IBestPopup 组件隐藏动画效果.
v1.15.0
新增:
1. 增加 slider 滑块组件
2. 增加 Uploader 文件上传组件
3. 增加图片预览api IBestImagePreview
4. tab增加 fontSize 属性
5. form组件新增 getFormValues 方法, 同步获取表单数据
兼容变更:
所有组件(Watermark、Signature除外)颜色相关属性类型改为 RescourseColor
v1.14.0
- Search 组件增加 customRightButton 属性
- 增加IBestActionSheet API
- 增加IBestSignature 组件
- 组件库初始化变更