Skip to content

Releases: WeBankFinTech/fes-design

v0.7.5

20 Oct 02:35
Compare
Choose a tag to compare

0.7.5 (2022-10-20)

Bug Fixes

  • 修复Select组件v-model未初始化+多选导致内部状态不同步更新到组件外问题 (#235) (9efaa1f)

v0.7.4

18 Oct 12:55
Compare
Choose a tag to compare

0.7.4 (2022-10-18)

Bug Fixes

v0.7.3

29 Sep 08:12
Compare
Choose a tag to compare

0.7.3 (2022-09-29)

Bug Fixes

  • Date-picker 默认时间范围00:00:00-23:59:59 (#228) (9beaf1f)
  • 修复useNormalModel可能丢失响应性问题 (#229) (ba696a7)

v0.7.2

26 Sep 02:52
Compare
Choose a tag to compare

0.7.2 (2022-09-26)

Bug Fixes

  • Table在处理rowkey时抛出异常 (0daaafa)
  • 修复Table多选后切换数据显示未全选问题 & 修复Table把number的rowkey处理成string问题 (e98db73)

Features

  • Table提供checkedKeys配置 (5edb855)
  • Table提供expandedKeys配置 (7e30aaa)

v0.7.1

21 Sep 06:45
Compare
Choose a tag to compare

0.7.1 (2022-09-21)

v0.7.0

07 Sep 02:14
Compare
Choose a tag to compare

0.7.0 (2022-09-07)

Bug Fixes

  • 修复select多选时过滤文本展示不全的问题 (#219) (1b3f95e)
  • flatten节点会配置Fragment包裹节点的key,避免出现渲染异常 (#218) (f7a42b3)

Features

  • 添加 descriptions 描述组件 (#223) (8092767)
  • draggable组件新增beforeDragEnd、dragStart事件、dragEnd事件 (69f6dff)
  • table支持拖拽 (#222) (5e53a5b)

Breaks

  • draggable 组件 drag-start、drag-end 事件更名为 dragstart、dragend (0fe8e80)

v0.6.4

24 Aug 08:03
Compare
Choose a tag to compare

0.6.4 (2022-08-24)

Bug Fixes

  • 修复selectTree默认值不显示问题 (#217) (be8e808)

v0.6.3

18 Aug 08:31
Compare
Choose a tag to compare

0.6.3 (2022-08-18)

Bug Fixes

  • 修复0.6.2版本带来的table渲染问题 (#216) (6eb00c6)

v0.6.2

16 Aug 10:51
Compare
Choose a tag to compare

0.6.2 (2022-08-16)

Bug Fixes

  • 修复Select组件切换选项时选项超长文本省略不生效问题 (acd95b4)

Features

  • Popper的disabled提供函数 & 重构ellipsis实现方式 (9176aba)

v0.6.1

15 Aug 02:22
Compare
Choose a tag to compare

0.6.1 (2022-08-15)

Features

  • RadioGroup可配置是否取消选项 (#213) (5c48ba5)
  • Select/SelectTree/SelectCascader/DatePicker/TimePicker支持配置class和style (#214) (048391d)