Skip to content

Releases: WeBankFinTech/fes-design

v0.8.53

18 Jun 08:25
Compare
Choose a tag to compare

0.8.53 (2024-06-18)

Bug Fixes

  • FormItem: 修复 value 配置项校验异常的问题 (#845) (23377f6)
  • Table: 修复 columns 配置项为 null 时渲染异常的问题 (#839) (c87f999)
  • Tree: 优化顶层 node 的 no expand 逻辑 (#843) (b7203f8)

Features

  • Select: 增加 Trigger 单独的 class、style 配置 (#840) (1c11954)

v0.8.52

11 Jun 02:29
Compare
Choose a tag to compare

0.8.52 (2024-06-11)

Bug Fixes

  • Empty: 支持自定义图片和描述插槽 (#825) (01e70d0)
  • float pane 完全受控 (#824) (76e7ac2)
  • Form: labelPosition: top 时,优化 label 样式 (#833) (ba888dd)
  • Image: preview 增加拖拽样式 (#829) (2661233)
  • SelectTree: 默认过滤函数兼容自定义 label 字段 (#826) (9b9f4f4)
  • Table: 修复无数据时,固定表头无法滚动的问题 (#832) (87093ce)

Features

v0.8.51

31 May 07:07
Compare
Choose a tag to compare

0.8.51 (2024-05-31)

Bug Fixes

  • 让 float pane 可控制 (#823) (25c8267)
  • 虚拟滚动下,value值不存在时选项不渲染问题 (#807) (7f34fe8)
  • DatePicker: 修复日期范围选择组件,底部操作栏点击面板会触发面板隐藏的问题 (#822) (4c081df)

Features

v0.8.50

23 May 06:24
Compare
Choose a tag to compare

0.8.50 (2024-05-23)

Features

  • Link: 组件交互及样式优化 (8e0f4fc)

v0.8.49

21 May 12:13
Compare
Choose a tag to compare

0.8.49 (2024-05-21)

Bug Fixes

v0.8.48

20 May 02:51
Compare
Choose a tag to compare

0.8.48 (2024-05-20)

Bug Fixes

  • 兼容新的值为 undefined 的场景 (ef1dab3)
  • input slot.suffix可响应式 (#805) (122ebe8)
  • Menu: 修复 mode 和 trigger 配置项传字符串,类型报错提示的问题 (#797) (6dfc128)
  • Table: 处理 Column.formatter 返回循环依赖对象的情况 (#809) (cdf3b40)
  • Table: 修复初始化 checkedKeys 被清空逻辑异常问题 (#802) (3d9c653)
  • Tag: 修复 tag 组件 close icon 鼠标离开后,偶现 hover 状态异常问题 (#792) (c70b1f1)

Features

  • 分隔线颜色优化 (#804) (710af78)
  • Form: 调整 props.rules 类型定义,并导出 Rules 类型 (#801) (d7dc939)
  • RadioButton: 单选按钮组增加 icon slot (#795) (11019fe)

v0.8.47

07 May 03:28
Compare
Choose a tag to compare

0.8.47 (2024-05-07)

Bug Fixes

  • 处理text组件渐变样式失效的问题 (#785) (b16fb4a)
  • Draggable: 修复 tag 变量识别为原生标签的问题 (#790) (4fa2841)
  • Modal: update 方法逻辑修正,内容为空就不做处理 (#782) (a620cf8)
  • Text: gradient属性类型修正 (#788) (d3f4b30)

Features

  • gradient 支持配置纯色 (#787) (f7e04b8)
  • TextHighlight: 高亮组件新增自定义样式 (#786) (9d11004)

v0.8.46

29 Apr 02:26
Compare
Choose a tag to compare

0.8.46 (2024-04-29)

Bug Fixes

  • Cascader: 处理 data 置空时,已展开的 Menus 不会重置的问题 (#770) (2642e2d)
  • Modal: 补齐 Modal API 参数类型中缺失的字段 (#778) (0134ec7)
  • Table: 修复 Column 的 CellProps 导出类型不对的问题 (#769) (2f60437)

Features

  • Menu: 菜单组件新增 trigger 属性,处理水平模式只能打开一项菜单场景 (#767) (edf612a)
  • Menu: 支持 popper 的 getContainer (#765) (9b5142e)
  • Text: 文本组件新增 gradient 属性 (#779) (3aec03a)
  • TextHighlight: 新增 TextHighlight 文本高亮组件 (#740) (f3634c5)

v0.8.44

19 Apr 08:21
Compare
Choose a tag to compare

0.8.44 (2024-04-19)

Bug Fixes

  • 面包屑组件命名问题,补充文档 (#743) (40dbf37)
  • 修复 useResize 元素无法监听的报错情况 (#735) (25f8d86)
  • 修复暗黑模式下,输入框样式黑色背景的问题 (#725) (872ad6a)
  • Table, Transfer: 解决 build:esm-browser 报错循环依赖问题 (#748) (07552a6)
  • TimePicker: 修复 FTimePicker 组件清空值, 选择时间没有消失的问题 (#723) (6e6b22e)

Features

  • Drawer: 增加 onAfterEnter 和 onAfterLeave 事件回调 (#730) (c50a1e9)
  • Ellipsis: 增加默认 Tooltip 样式 (#739) (d546665)
  • FormItem: label 文字颜色设置为默认文字颜色,兼容跟随系统样式 (#736) (f39e4a1)
  • Menu: 垂直方向时,补充选中菜单项样式 (#732) (83150c2)
  • Modal & Drawer: modal, drawer 组件新增 wrapperClass 配置 (#731) (8cae208)
  • Modal: 增加 onAfterEnter 和 onAfterLeave 事件回调 (#727) (ddff280)
  • SelectTree, SelectCascader: expandedKeys 支持 v-model (#737) (cd281e2)
  • SelectTrigger: 折叠的 Tag 弹出框增加滚动条 (#749) (08a310d)
  • Table: 增加 afterSort 事件 (#744) (097f37b)

v0.8.43

09 Apr 02:36
Compare
Choose a tag to compare

0.8.43 (2024-04-09)

Features

  • Input & InputNumber: 增加 autofocus 配置项 (#721) (2c6f549)