Skip to content

Releases: ShuyunFF2E/ccms-components

v2.2.0

17 Nov 09:43
Compare
Choose a tag to compare

breaking changes

bug fixes

  • fix(demos): 修复 dropdown demo ( @arzyu in #234 )

features & improvements

  • feat(dropdown-select-multiselect-event): select/multiselect 增加 open/close 回调 ( @arzyu in #235 )
  • feat(dropdown-select/multiselect): 增加 is-open,auto-close 控制 ( @arzyu in #236 )

v2.1.5

17 Nov 09:41
Compare
Choose a tag to compare

breaking changes

bug fixes

features & improvements

v2.1.3

17 Nov 09:38
Compare
Choose a tag to compare

breaking changes

bug fixes

  • fix(dropdown-select/multiselect): 调整 dropdown-select/multiselect 组件高度 ( @arzyu in #225 )

features & improvements

  • refactor(scripts): 优化发布脚本 ( @arzyu in #230 )

v2.1.2

17 Nov 09:37
Compare
Choose a tag to compare

breaking changes

bug fixes

features & improvements

  • feat(customer profile board): Enable attribute edit. ( @DiscipleD in #228 )
  • refact(customer-profile-board): Set label width according to label content. ( @DiscipleD in #227 )

v2.1.1

17 Nov 09:35
Compare
Choose a tag to compare

breaking changes

bug fixes

  • fix(customer-profile-board): COMPONENTS-145 ( @DiscipleD in #224 )
  • fix(customer-profile-board): Add business logic. ( @DiscipleD in #226 )

features & improvements

v2.1.0

24 Oct 11:05
Compare
Choose a tag to compare

breaking changes

bug fixes

  • fix(flex-layout): 修复 flex-layout 未设置 overflow 的问题 ( @kuitos in #213 )
  • fix(dropdown-multiselect): 修复选项内容过长溢出 ( @arzyu in #214 )
  • fix(grid): 修复 grid 首次请求时不会触发 onRefresh 的 bug ( @kuitos in #218 )
  • fix(customer-profile-board): COMPONENTS-149 ( @DiscipleD in #211 )

features & improvements

  • feat(dropdown-select): 新增选择回调 ( @arzyu in #215 )

v2.0.10-0

10 Oct 06:56
Compare
Choose a tag to compare
v2.0.10-0 Pre-release
Pre-release

breaking changes

improvements

feat(layout): flex 容器布局 ( @kuitos in #210 )
refactor(grid): grid 支持自定义行模板 ( @kuitos in #209 )

v2.0.7-0

21 Sep 09:08
Compare
Choose a tag to compare
v2.0.7-0 Pre-release
Pre-release

breaking changes

bug fixes

  • fix(dropdown-select): 某种条件下搜索后再将model置为空,候选下拉列表不是完整的全量数据 ( @HappyZiJunLuo in #197 )
  • fix(pagination): 修正分页输入框在数值较大时宽度不够的问题 ( @arzyu in #198 )
  • fix(nicescroll): windows系统下,复杂异步场景时滚动条位置计算偏差的问题 ( @kuitos in #199 )
  • fix(menus): 页面刷新时 shopChangeStart 时机不对的问题 ( @maxsmu in #200 )
  • fix(tooltip): tooltip在容器边缘时可能出现的定位异常 ( @kuitos in #205 )

improvements

  • refactor(customer-profile-board): 部分修复 & 添加单元测试

v2.0.4-0

07 Sep 10:51
Compare
Choose a tag to compare
v2.0.4-0 Pre-release
Pre-release

breaking changes

bug fixes

  • fix(cc-bind-html): 修改遗漏的使用 bind-html 的模板 ( @kuitos in #192 )

features & improvements

  • feat(nice-scroll): 封装 niceScroll 组件 ( @kuitos in #189 )
  • feat(grid): grid 选择列功能新的实现方式 ( @arzyu in #190 )
  • feat(menus): 添加 plat 下没有 shop 则返回 undefined ( @maxsmu in #191 )

v1.7.10

29 Aug 10:39
Compare
Choose a tag to compare

breaking changes

bug fixes

  • fix(dynamic-attr): 修复未监听 cc-dynamic-attr 指令的 bug & 删除 dynamic-attr 指令 ( @kuitos in #158 )
  • fix(cc-dropdown): 当手动修改model值时, 下拉框 focus 位置不对 ( @hjzheng in #162 )

features / improvements

  • refactor(FactoryCreator): 删除 FactoryCreator API, 去除控制台警告信息 ( @kuitos in #161 )
  • style(cc-dropdown): 拆分 Controller 到独立的文件 ( @arzyu in #163 )