Skip to content

🌈 1.0.7

Compare
Choose a tag to compare
@PengYYYYY PengYYYYY released this 15 Feb 06:45
· 975 commits to develop since this release
effe0dd

🚀 Features

  • TagInput:
    • 失去焦点时,清空没有成为标签的文本内容,且 onBlur 的事件参数 inputValue 更为 '' @chaishi (#2357)
    • 支持插槽 suffix @chaishi (#2357)
    • 删除标签时机变化,由 onKeyup 更为 onKeydown,以便更快速地响应 @chaishi (#2357)
    • 支持 onClick 事件 @chaishi (#2357)
  • Guide:
    • 支持 title/content/body/highlightContent 等内容通过插槽自定义,同时支持属性函数 @chaishi (#2363)
    • 支持 popupProps.overlayInnerClassName 定义步骤浮层内容 @chaishi (#2363)
  • Select:
    • 新增 suffixsuffixIconautofocus 等API @uyarn (#2388)
    • Option 新增 title 支持自定义 hover 展示内容 @uyarn (#2388)
  • Dropdown: submenu层级结构调整,增加一层t-dropdown__submenu-wrapper @uyarn (#2370)
  • Form: 支持导出 FormRules 数据类型 @chaishi (#2378)
  • Popup: 新增 popperOptionsonScrollToBottom 事件 @uyarn (#2388)

🐞 Bug Fixes

🚧 Others

New Contributors

Full Changelog: 1.0.6...1.0.7