Skip to content

v1.7.1

Compare
Choose a tag to compare
@arzyu arzyu released this 23 Aug 08:07
· 695 commits to dev since this release

breaking changes

bug fixes

  • fix(tips): 修复 tips 跟 hashchange 事件配合时不能正确自动销毁 ( @kuitos in #127 )
  • fix(tips): 长 tips 显示问题 ( @maxsmu in #131 #139 )
  • fix(TipService): 弹出式消息提示 fixed 定位问题 ( @kuitos in #134 )
  • fix(cc-switch): 添加 disabled switch cursor 的样式为 not-allowed ( @hjzheng in #135 )
  • fix(ng-enter): 不应该取消 ngModel 的事件监听 ( @kuitos in #133 )
  • fix(dropdown): dropdown-select 搜索 valueField 为数值型时出错 ( @arzyu in #130 )

features / improvements

  • feat(adaptor): 渐进式迁移指令版本 ( @kuitos in #126 )
  • refactor(dropdown): dropdown 系列指令增加 cc 前缀 ( @arzyu in #138 )
  • refactor(date-picker): COMPONENTS-107 日期选择器新增重置接口 ( @ashnorseman in #132 )
  • docs(cc-switch): create cc-switch component doc file ( @DiscipleD in #129 )