Skip to content

1.10.8

Latest
Compare
Choose a tag to compare
@uyarn uyarn released this 30 Dec 10:42
· 2 commits to develop since this release
cbd32d0

🌈 1.10.8 2024-12-30

🚀 Features

  • ConfigProvider: 新增attach 配置,支持全局设置PopupDialogDrawer的挂载节点 @liweijie0812 (#3437)
  • Radio: 新增themeAPI,用于配置 RadioGroup 使用options 时渲染的子组件样式 @myronliu347 (#3402)
  • Radio: 新增 readonly API,用于支持只读属性配置 @liweijie0812 (#3431)
  • Table: 支持行高亮功能及相关操作,具体使用请参考示例代码 @uyarn (#3442)

🐞 Bug Fixes

  • Cascader@betavs
    • valueTypefull 时会意外触发 change 事件 (#3435)
    • 修复valueTypefullshowAllLevels false无法正常展示的功能问题 (#3438)
  • Dialog: 修复默认挂载节点非body的异常 @liweijie0812 (#3437)
  • Dialog: 修复1.10.6版本closeOnOverlayClick的默认行为异常的问题 @uyarn (#3433)
  • Select: @RSS1102
    • 修复onInputChange 事件丢失第二个回调参数的问题 (#3427)
    • 优化reserveKeyword配合filterable在全选下的行为 (#3440)
    • 修复分组情况下标题不存在的渲染报错的问题 (#3445)

📝 Documentation