Skip to content

1.1.0

Compare
Choose a tag to compare
@LeeJim LeeJim released this 27 Mar 09:30
· 682 commits to develop since this release
189b00c

What's Changed

🚀 Features

  • Layout: 新增布局组件,包含 row 和 col 组件 @wuping97 (#1821)
  • Search: 新增 type 属性透传至 input,默认为 text @haochenli (#1828)

🐞 Bug Fixes

  • Button: 修复 disabled = true 仍触发 tap 事件的问题 @wuping97 (#1833)
  • NoticeBar: 修复二轮滚动初始位置不正确 @anlyyao (#1835)
  • PullDownRefresh: 修复 loading-texts 默认值缺失的问题 @haochenli (#1837)
  • PullDownRefresh: 解决外部样式类 t-class-text 拼写错误的问题 @LeeJim (#1839)
  • Grid: 修复 t-class-image 无法赋予 image 样式的问题 @LeeJim (#1842)
  • NoticeBar: 修复 loop 为 0 时还会循环播放的问题 @haochenli (#1826)
  • Cascader: 修复当 value 发生变更时,options 没有更新的问题 @LeeJim (#1841)
  • Tabs: 修复设置 animation 导致 panel 内容无法切换的问题 @LeeJim (#1843)
  • Tabs: 修复 theme 不等于 line 时,获取 track 报错的问题 @LeeJim (#1843)
  • Tabs: 移除滚动条 @LeeJim (#1844)

New Contributors

Full Changelog: 1.0.4...1.1.0