Vue2 Datepicker Versions Save

A datepicker / datetimepicker component for Vue2

v3.6.0

3 years ago

Bug Fixes

Features


修复bug

新功能

v3.5.0

4 years ago

Features

  • add argument event for open event (#457) (a4103fa)
  • add argument type for calendar-change event (#459) (c835c79)

新功能

v3.4.0

4 years ago

Bug Fixes

  • fix open event fired multiple times (be26d2a)
  • mobile support for date range (#419) (3c2e00e)
  • popup doesn't reposition when scrolling in Firefox (#427) (2d50e75)

Features

  • add calendar-change event (#432) (17d2262)
  • add pick event when date clicked (#429) (2fb9e67)
  • ignore whitespace around separator on manual range input (#416) (376a7ef)

修复bug

Features

  • 添加calendar-change事件 (#432) (17d2262)
  • 添加pick 事件 当时间点击的时候 (#429) (2fb9e67)
  • 手动输入的时候忽略分隔符周围的空格 (#416) (376a7ef)

v3.3.1

4 years ago

Bug Fixes


修复bug

v3.3.0

4 years ago

Bug Fixes

Features


修复Bug

  • get-class 对于范围模式生效 (c8f7122)
  • 修复shortcut在范围选择下失效 (#400) (bb0255f)

新功能

v3.2.1

4 years ago

Bug Fixes

  • defaultValue should be used in datetime mode (#384) (309a1bf)

修复Bug

  • defaultValue 应该有效在datetime模式 (#384) (309a1bf)

v3.2.0

4 years ago

Bug Fixes

Features


修复Bug

Features

v3.1.1

4 years ago

Bug Fixes

  • panel doesn't close after picking fixed time (#378) (8657d49)
  • when custom formatting causes the time-panel error (#377) (bf949af)

修复BUG

  • 当选择固定时间后面板没有关闭 (#378) (8657d49)
  • 自定义format函数导致时间面板的错误 (#377) (bf949af)

v3.1.0

4 years ago

Bug Fixes

  • ie style compatible (e69b9b7)
  • move sidebar element to right position (32c74a4)

Features


修复Bug

  • ie样式兼容修复 (e69b9b7)
  • 移动sidebar元素到正确位置 (32c74a4)

新功能

  • 添加 slot input (ffd3918)
  • 导出scss文件用于自定义主题 (09a4d8f)

v3.0.2

4 years ago

Bug Fixes

  • compatible with vue old version inject (c03632f)
  • should return [null, null] when clear a range (635631f)

Features

  • add prop partial-update. Determine whether update date when select year or month in type='date' or type='datetime' (07f4271)

修复 Bug

  • 兼容旧版 vue 的inject语法 (c03632f)
  • 应该返回 [null, null] 当清除范围的时候 (635631f)
  • 当年在 0 到 100 时候显示问题 (8c546cc)

新功能

  • 添加属性 partial-update, 决定是否选择年或月的时候也更新日期 (07f4271)