Skip to content

0.13.0

Compare
Choose a tag to compare
@LeeJim LeeJim released this 01 Jun 13:42
· 2008 commits to develop since this release

What's Changed

BREAKING CHANGES

  • Picker: #462 @wutianSweet
    • 事件 change 更名为 pick
    • 事件 confirm 更名为 change
  • PickerItem: #462 @wutianSweet
    • 移除 value 属性
  • DateTimePicker: #462 @wutianSweet
    • 新增 startend 属性用于替代 disable-date 属性
    • 移除 disable-date 属性
    • 事件 change 更名为 pick
    • 事件 confirm 更名为 change
    • 移除 column-change 事件
    • 事件 format 默认值改成 ''
    • 重构了事件返回参数,在传入了 format 属性时,value 则是格式化之后的值,否则就是 picker-item 的值

Bug Fixes

  • Tabs: 修复在 popup 中使用时丢失 tab-nav 的问题 #491 @LeeJim
  • Input: 修复 max-character 不生效的问题 #495 @LeeJim
  • PullDownRefresh: 修复使用组件之后无法滚动的问题 #502 @LeeJim

Features

  • Tabbar: 新增支持 icon 插槽 #485 @LeeJim
  • Button: 新增 iconProps 属性透传至 icon #492 @LeeJim
  • Collapse: 新增 t-class-header & t-class-content 外部样式类 #496 @LeeJim
  • Input: 新增 prefixIcon 属性和插槽 #498 @LeeJim

Full Changelog: 0.12.1...0.13.0