Skip to content

0.35.1

Compare
Choose a tag to compare
@xiaosansiji xiaosansiji released this 28 Feb 03:04
· 1682 commits to develop since this release

🐞 Bug Fixes

  • Slider:
  • Popup/Select: pr #445@ikeq
    • 修复 Select 多选时 options 初始化解析失败的问题,issue #458
    • 优化 Select 空状态样式
    • 修复 Popup content 事件导致的可能需多次点击进行关闭的问题
    • 修复 Popup 触发元素尺寸变化后位置不更新的问题
  • TreeSelect: 限制多选 Tag 展示宽度,默认为 300pxpr #450@Godlike-meteor
  • Button: 修复 primary outline 模式下边框展示异常的问题,pr #238@pengYYYYY

🌈 Features

  • Input: 新增 format 属性用于格式化数据,pr #447@mokywu
  • Drawer: 新增 sizeDraggable 属性用于支持用户拖动改变 Drawer 大小,pr #463@uyarn