Skip to content

v5.12.2

Compare
Choose a tag to compare
@awmleer awmleer released this 12 May 14:00
· 997 commits to master since this release
  • 特性
    • Tabs 增加了 --active-title-color--active-line-color CSS 变量 #5185
  • 优化
    • Image 的 src 属性现在调整为可选了 6184cfb
    • SearchBar 的取消按钮移除了不必要的 preventDefault 逻辑,避免出现报错 de25b2d
    • 一些 @types/xxx 的依赖现在从 dependencies 改为 devDependencies 了,避免影响宿主项目环境 ba87a93
  • 修复
    • 修复了一些组件中 maskStyle 属性的类型和 Mask 不一致的问题 #5175
    • 修复了 Dropdown 箭头图标没有居中的问题 #5184