Skip to content

v1.5.0

Compare
Choose a tag to compare
@xxyan0205 xxyan0205 released this 20 Jul 12:00
· 1262 commits to master since this release

中文:

  • Feature
    • 新增ScrollView组件
    • 新增CheckGroup, CheckList, CheckBox组件
    • Radio新增is-across-border支持边框通栏样式
    • Steps新增slot-scoped中透传index
    • TabBar支持横向滚动
  • Fix
    • 修正Swiper异步加载数据问题 #150
    • 修正全局引用组件库的自动安装问题 #141
    • 修正Radio样式问题

English:

  • Feature
    • Add ScrollView component
    • Add CheckGroup, CheckList, CheckBox components
    • Radio support is-across-border prop
    • Steps support slot-scoped with index
    • TabBar support horizontal scroll
  • Fix
    • Swiper async load items bug #150
    • Autoinstall library in global environment #141
    • Radio style bug