Skip to content

0.16.0

Choose a tag to compare

@LeeJim LeeJim released this 18 Jul 11:27
· 2273 commits to develop since this release
eeed1e8

What's Changed

❗ BREAKING CHANGES

  • Drawer: 调整 placement 属性,只支持 leftright @LeeJim (#619)
  • Button: tap 事件返回值更新为 event 对象 @anlyyao (#603)
  • Skeleton: 属性 theme 移除 avatar-text;新增 avatarimageparagraph @anlyyao (#617)
  • Skeleton: 外部样式类移除 t-class-avatart-class-imaget-class-text ;新增 t-class-col @anlyyao (#617)
  • Skeleton: 属性 rowCol 移除默认值 [1, 1, 1, { width: 70% }] @anlyyao (#617)

🚀 Features

  • Picker: 增加 autoClose 属性,点击确认、取消、遮罩层时自动关闭 @LeeJim (#614)
  • Result: 新增组件 @anlyyao (#589)

🐞 Bug Fixes

  • Picker: 修复 pick 事件返回的 label 不正确的问题 @LeeJim (#612)
  • Picker: confirm-btncancel-btn 增加 boolean 类型,值为 true 时使用默认文案 @LeeJim (#614)
  • DropdownMenu: 移除冗余的 z-index @LeeJim (#623)
  • Loading: 修复 text 为空时仍渲染非空节点的问题 @wanpan11 (#621)

🚧 Others

New Contributors

Full Changelog: 0.15.1...0.16.0