Skip to content

Conversation

wangyaju
Copy link
Member

@wangyaju wangyaju commented Jul 1, 2020

功能特性:

  • 对组件库进行了视觉升级,字体大小约束、颜色约束、交互等更加规范
  • 新增甘特图Gantt组件
  • 新增走马灯Carousel组件
  • DataTable组件新增支持定义表格内部结构的开发方式,开放了表格header、body以及其中的行和单元格;可以使用标准W3C的api来实现表格的结构,例如可以通过colspan、rowspan来实现单元格合并,可以控制行和单元格的样式,事件,例如可以更加方便的实现单元格编辑,扩展行,行拖拽等
  • 新增部分组件单元测试用例,closes 是否有必要做组件库单元测试 #36
  • Upload组件优化,支持多文件上传时自定义每个文件的上传选项,支持多文件一次性上传
  • Select组件优化,添加使用对象匹配不同的ngModel的demo、
  • Popover与Tooltip组件支持方向自适应,Popover增加hoverDelayTime处理需要鼠标操作弹出内容的场景
  • Tree组件支持多种父子节点check状态的联动方式,新增鼠标右键点击节点事件
  • Checkbox与Radio新增beforeChange事件,closes radio 选项切换之前希望支持一个回调功能 #34
  • Anchor组件支持哈希值跳转
  • 组件库网站新增组件搜索以及API跳转到其使用的Demo

Bug修复:

  • 修复Upload单文件上传文件上传成功后无法点击input框打开文件夹的问题
  • 修复Search组件中文输入法下存在兼容性问题以及输入单个字符时关闭按钮不显示,backspace清除时关闭按钮不消失的bug
  • 修复DataTable过滤弹框数据过多时初始化展开是空白的问题
  • 修复Tags-input支持空格输入不生效的问题
  • 修复IE11下ImagePreview 的兼容问题
  • 修复Auto-complete自定义delay时间未生效的问题

Copy link
Collaborator

@zhangwellyear zhangwellyear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice submit

Copy link
Collaborator

@zhangwellyear zhangwellyear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good submit

Copy link
Member

@GreatZPP GreatZPP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@wangyaju wangyaju merged commit 7dfd431 into master Jul 1, 2020
@wangyaju wangyaju deleted the pre-release branch July 27, 2020 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

是否有必要做组件库单元测试 radio 选项切换之前希望支持一个回调功能
5 participants