Skip to content

Deprecated, use 1.12

Compare
Choose a tag to compare
@dolymood dolymood released this 12 Oct 05:52
· 1578 commits to master since this release

新增

  • Checker: 选择组件
  • Locale: 国际化支持

优化

  • Scroll: 支持双层嵌套滚动
  • createAPI: 使用 vue-create-api 实现
  • Toast: 支持 txt 类型,无 icon
  • Input: 支持离焦自动隐藏清除按钮
  • Upload: 支持动态 target, headers, datacheckSuccess 支持异步,Upload 组件支持传入 multiple, accept 两个 Prop
  • Swipe: 使用插槽时内置处理 active 逻辑,而不需要自己手工处理
  • Button: 只有 outlinedisabled 式按钮会有1px border 处理,其他情况无 1px border
  • Dialog: 支持 typeprompt 提示输入框类型
  • CheckboxGroup: 支持 min, max 配置控制选择个数

Fixes

  • DatePicker: 不能触发 onChange 回调 bug #323

New Features

  • Checker: Checker selection component
  • Locale: i18n support

Improvements

  • Scroll: support nested case
  • createAPI: depend on vue-create-api
  • Toast: support type txt, no icon style
  • Input: support hiden clear btn when blured
  • Upload: support dynamictarget, headers, data. checkSuccess support async (callback). Upload component new multiple and accept Prop
  • Swipe: Auto handle active logic when use slots, do not need to handle active logic by user
  • Button: Only outline and disabled style button have 1px borders now
  • Dialog: Support type='prompt'
  • CheckboxGroup: Support min and max props to control min and max selected count

Fixes

  • DatePicker: can not trigger onChange handler #323