Vue2 Datepicker Versions Save

A datepicker / datetimepicker component for Vue2

v3.11.1

1 year ago

Bug Fixes

  • should click twice to open popup in mobile (#725) (375edbb)

修复 Bug

  • 修复移动端需要点击 2 次才打开 (#725) (375edbb)

v3.10.1

2 years ago

Features

  • improve the boundary of disabledtime (#597) (071c398)

新功能

  • 提升disabledTime判断边界条件 (#597) (071c398)

v3.9.1

2 years ago

Bug Fixes

  • move vertical-align to td, th to avoid UA style dependency (#608) (#610) (705c100)
  • update:show-time-panel event invalid (#614) (7ec739a)

Features


修复Bug

Features

  • 为时间选择添加默认的图标 (#583) (e872756)

v3.9.0

3 years ago

Features


新功能

v3.8.1

3 years ago

Bug Fixes


修复bug

v3.8.0

3 years ago

Bug Fixes

Features

Performance

Refactored a lot of internal code to improve performance


修复Bug

新功能

性能

重构了大量内部代码

v3.7.0

3 years ago

Features

  • add prop formatter to replace the object usage of format (5d3d547)

功能

  • 添加属性formatter 替换原先 format 自定义格式化函数的功能 (5d3d547)

v3.6.3

3 years ago

Bug Fixes

  • rename t() to translateFn (#525 )

v3.6.2

3 years ago

Bug Fixes

  • provide scoped slot to input slot (#492) (b3126a0)
  • value entered manually in disabled range should be invalid (#508) (1bca35b)

修复bug

  • 为slot input 提供scoped slot (#492) (b3126a0)
  • 手动输入的值如果被禁用应该无效 (#508) (1bca35b)

v3.6.1

3 years ago

Bug Fixes

  • popup sholud be not auto closed in time range (a4e5019)

修复bug

  • 弹窗不应该自动关闭, 当模式为time range的时候