Skip to content

🌈 1.0.8

Compare
Choose a tag to compare
@PengYYYYY PengYYYYY released this 17 Feb 10:11
· 959 commits to develop since this release
1b30d31

🚀 Features

  • Timeline:
    • 始终保持结构 t-timeline-item__dot-content 存在 @chaishi (#2395)
    • 支持使用插槽和属性函数 label 自定义时间文本 @chaishi (#2395)
  • Avatar:
    • Avatar 头像加载失败事件新增参数 ({ e: Event }),用于获取细节信息 @chaishi (#2404)
    • Avatar 新增 content/default,以便通过 JSX 函数自定义内容 @chaishi (#2404)
    • Avatar 新增 imageProps,用于透传全部 Image 组件属性 @chaishi (#2404)
    • AvatarGroup 超出省略的最后一个 Avatar 添加类名 .t-avatar__collapse,用于区分其他元素 @chaishi (#2404)

🐞 Bug Fixes

🚧 Others