Skip to content

v1.9.0

Compare
Choose a tag to compare
@AmyFoxFN AmyFoxFN released this 13 May 15:29
· 1880 commits to master since this release

新增

  • Toolbar: 工具栏,支持组合多个操作

优化

  • TypeScript: 支持 TypeScript
  • TimePicker: 支持任意数值的 delay,新增 showNow 属性的子配置项 text 配置现在选项的文案
  • Slide: 新增 options 属性支持 BetterScroll 的所有配置项,新增 scroll-end 事件
  • Scroll: 新增 scroll-events 属性配置需派发的 scroll 事件,新增 scroll-end 事件
  • Warn: 新增非生产环境中的 Cube 报错和提示

Breaking Changes

  • Input: 当 eye.reversefalse 时,opentrue 值对应密码可见,之前版本相反

Fixes

  • Drawer: 修复 #183
  • Slide: 修复竖向轮播时,change事件的参数 bug

依赖


New Features

  • Toolbar: Group several actions into a toolbar.

Improvements

  • TypeScript: Support TypeScript.
  • TimePicker: Support any number set to delay,add the sub option text of showNow to configure the text of now.
  • Slide: Add propertyoptions to support all the options of BetterScroll, add event scroll-end.
  • Scroll: Add property scroll-events to configure which scroll events need to be emitted, add event scroll-end
  • Warn: Add the Cube warnings and tips in non-production environment.

Breaking Changes

  • Input: When eye.reverse is false, the true value of open correspond to visible password now.

Fixes

  • Drawer: Fix #183
  • Slide: Fix the argument bug of change event in vertical slide.

Dependencies