Skip to content

v2.3.0

Compare
Choose a tag to compare
@xxyan0205 xxyan0205 released this 13 Jun 12:03
· 453 commits to master since this release

中文:

  • Feature

    • CheckCheckList增加图标大小、位置等相关配置属性#383
    • CheckList插槽增加indexselected字段
      <template>
        <md-check-list :options="data">
          <template slot-scope="{ option, index, selected }">
            <!-- xxx -->
          </template>
        </md-check-list>
      </template>
    • RadioList插槽增加indexselected字段,且当icon置空时不展示图标
    • Selector增加属性multi,支持多选#296
    • Toast增加属性component,支持以组件形式引入并定制#445
    • ScrollView增加属性is-prevent,支持设置当在非可滚动区域触发滚动时是否也阻止默认行为#454
  • Fix

    • 修复Swiper属性isLoop为true时,autoplay失效的问题#452
    • 修复Dialog属性maskClosable为true时,关闭弹窗导致报错#471

English:

  • Feature

    • Check and CheckList increase the icon size, location and other related configuration properties#383
    • CheckList slot adds index, selected field
      <template>
        <md-check-list :options="data">
          <template slot-scope="{ option, index, selected }">
            <!-- xxx -->
          </template>
        </md-check-list>
      </template>
    • RadioList slot adds index, selected fields, and does not display icons when icon is empty
    • Selector adds property multi to support multiple selections#296
    • Toast adds the attribute component, which is used and customized in component form#445
    • ScrollViewadds propertyis-prevent` to support setting whether to prevent the default behavior when scrolling in non-scrollable areas#454
  • Fix

    • Fix autoplay invalidation when Swiper property isLoop is true#452
    • Fix error caused by closing dialog, when Dialog property maskClosable is true#471