Skip to content

1.0.0-rc.2

Choose a tag to compare

@LeeJim LeeJim released this 13 Feb 12:32
· 1444 commits to develop since this release
b8ca575

What's Changed

❗ Breaking Changes

  • Icon: size 和 color 属性默认值变更为 '' @anlyyao (#1553)

🚀 Features

  • 所有组件同时支持 style 和 customStyle 属性 @LeeJim (#1532)
  • Button: 支持点击态边框颜色 css variable @anlyyao (#1530)
  • Result: 属性 icon 支持对象类型,透传至图标组件 @LeeJim (#1539)
  • TabBar: 属性 icon 支持对象类型,透传至图标组件 @LeeJim (#1539)
  • Toast: 属性 icon 支持对象类型,透传至图标组件 @LeeJim (#1539)

🐞 Bug Fixes

  • 修复因 template 引起的控制台告警 @anlyyao (#1548)
  • 修复控制台告警 @LeeJim (#1586)
  • NavBar: 补充根元素缺失的高度 @LeeJim (#1526)
  • Search: 修复插槽命名错误 @anlyyao (#1529)
  • Loading: 支持无障碍访问 @yaogengzhu (#1534)
  • Checkbox: 修复 --td-checkbox-icon-size 对未选中态复选框不生效问题 @anlyyao (#1530)
  • BackTop: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • Badge: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • Grid: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • Image: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • Input: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • Link: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • Loading: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • Message: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • BackTop: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • CountDown: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • TabBar: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • TextArea: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • Toast: 优化插槽渲染不再需要传入 slot 字符串 @LeeJim (#1539)
  • CountDown: 补充 content 插槽 @LeeJim (#1539)
  • Drawer: 补充 title 插槽 @LeeJim (#1539)
  • Radio: 补充 label、content 插槽 @LeeJim (#1539)
  • TabPanel: 补充 panel 插槽 @LeeJim (#1539)
  • ImageViewer: 优化插槽渲染逻辑,不再需要传入 slot 字符串 @LeeJim (#1544)
  • ImageViewer: 修复关闭点击不生效的问题,以及 trigger 参数不对的问题 @LeeJim (#1544)
  • Calendar: 移除 tabindex 元素 的 outline 样式 @anlyyao (#1573)
  • Input: 支持名为 tips 的插槽 @anlyyao (#1572)
  • Button: 修复 CSS Variable 变量命名错误 @anlyyao (#1563)
  • Calendar: 优化 title 插槽,不再需要传入 slot 字符串 @LeeJim (#1588)

Full Changelog: 1.0.0-rc.1...1.0.0-rc.2