Skip to content

0.14.0

Choose a tag to compare

@LeeJim LeeJim released this 02 Jul 06:23
· 2463 commits to develop since this release

What's Changed

BREAKING CHANGES

  • TextArea: 移除不生效的外部样式类 t-class-placeholder, 建议使用类名 t-textarea__placeholder 进行样式覆盖 #541 @anlyyao

Bug Fixes

  • Tabbar: 修复具名插槽无法使用的问题 #548 @LeeJim
  • 修复默认层级问题 #553 @webwyb
    • Dialog
    • DropdownMenu
    • Drawer
    • Message
    • Popup
  • Fab: 修复 text 属性不生效的问题 #561 @LeeJim
  • NoticeBar: 修复公告不滚动问题 #562 @LeeJim
  • Dialog: 修复点击遮罩层不会触发 close 事件的问题 #566 @LeeJim

Features

  • ActionSheet: 新增 t-class-content、t-class-cancel 外部样式类 #557 @webwyb
  • Progress: 新增 t-class-bar 外部样式类 #558 @anlyyao
  • Picker: #565 @LeeJim
    • 新增 confirm 事件,返回参数和 change 一致
    • confirm、change、pick 事件均返回 label 参数

Full Changelog: 0.13.2...0.14.0