Skip to content

Releases: mengxiong10/vue2-datepicker

v3.11.1

01 Dec 09:41
Compare
Choose a tag to compare

Bug Fixes

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

修复 Bug

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

v3.10.1

30 Aug 08:35
Compare
Choose a tag to compare

Features

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

新功能

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

v3.9.1

03 Jun 07:57
Compare
Choose a tag to compare

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

06 Feb 05:27
Compare
Choose a tag to compare

Features


新功能

v3.8.1

26 Nov 09:27
Compare
Choose a tag to compare

Bug Fixes


修复bug

v3.8.0

18 Nov 07:50
Compare
Choose a tag to compare

Bug Fixes

Features

Performance

Refactored a lot of internal code to improve performance


修复Bug

新功能

性能

重构了大量内部代码

v3.7.0

03 Nov 01:33
Compare
Choose a tag to compare

Features

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

功能

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

v3.6.3

17 Oct 05:21
Compare
Choose a tag to compare

Bug Fixes

  • rename t() to translateFn (#525 )

v3.6.2

10 Aug 06:14
Compare
Choose a tag to compare

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

13 Jul 02:34
Compare
Choose a tag to compare

Bug Fixes

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

修复bug

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