Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): release 8.1.0 #35

Merged
merged 1 commit into from
Apr 22, 2020
Merged

chore(release): release 8.1.0 #35

merged 1 commit into from
Apr 22, 2020

Conversation

wangyaju
Copy link
Member

功能特性:

  • DevUIModule默认导出FullScreen, closes 全屏组件d-fullscreen整死使用不了 #25
  • 优化Button组件加载中样式,与loading组件表现保持一致
  • 优化DataTable组件调整列宽,table整体宽度会跟随所调整列做出改变
  • 取消CheckBox固定高度32px,解决label为多行文字时的显示问题
  • DragDrop支持跨组件模块通信,解决contentChildren无法获取子组件模板内容问题
  • DragDrop组件支持边滚动边放置
  • 优化Pagination尺寸设置,与Button组件保持一致,小中大分别对应高度30px,32px.46px
  • Select组件支持搜索框清空
  • Select组件支持下拉框左侧弹出自定义面板

Bug修复:

  • 修复Tabs组件点击当前激活的tab时仍然会触发activeTabChange的问题
  • 修复Radio组件文字与图标未居中对齐的问题
  • 修复Button组件图标和文字之间缺少间距的问题
  • 修复DataTable组件固定列在IE下样式错乱的问题
  • 修复DataTable中header元素因为inline-block导致样式不一致的问题
  • 修复DataTable由于td高度设置在不同场景下导致样式错乱的问题
  • 修复DatePicker在IE11下图标显示错乱的问题
  • 修复DatePicker组件API中format属性描述错误的问题 closes dateFormat设置为“YYYY-MM-DD”时显示异常 #24
  • 修复DropDown快速划过,动画播放后无法关闭的问题
  • 修复DropDown appendToBody场景样式问题
  • 修复DragDrop计算触发滚动面板隐藏的时候存在滚动条导致无法隐藏问题
  • 修复IE11下ToolTip不显示的问题
  • 修复ToolTip组件visible初始为true,初始content从空值变为有值时,提示信息不显示的bug
  • 修复Select组件在IE11下有多个clear图标的问题
  • 修复Upload组件maximumSize计算规则有误导致用户上传文件误报错的问题
  • 修复InputNumber组件限制小数位数,但用户粘贴数据时限制无效的问题
  • 修复全局样式中的input样式设置导致用户样式受到影响的问题
  • 修复EventEmitter类型为空导致的问题

Copy link
Collaborator

@rhlin rhlin left a comment

Choose a reason for hiding this comment

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

good

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.

全屏组件d-fullscreen整死使用不了 dateFormat设置为“YYYY-MM-DD”时显示异常
4 participants