Skip to content

Releases: eureka2/ab-datepicker

Release 2.1.9

11 Dec 10:47
Compare
Choose a tag to compare
  • Added the ability to disable dates
  • Added 'isMonthDisabled' and 'isYearDisabled' callback functions

Release 2.1.8

08 Dec 22:01
Compare
Choose a tag to compare

2.1.7

08 Dec 18:25
Compare
Choose a tag to compare
Added 'disable' and 'enable' methods

Release 2.1.6

07 Dec 21:03
Compare
Choose a tag to compare
  • Deletion of an unnecessary TODO
  • Fix overlay broad unbinding
  • Fix event context issue
  • Fixed issue #28
  • Merge pull request #18 from ebenpack/fix-greedy-unbind : Fix greedy unbind
  • Replacement of deprecated jquery bind and unbind functions by on and off
  • Replacement of Ctrl+PgUp and Ctrl+PgDn by Alt+PgUp and Alt+PgDn

Release 2.1.5

11 Jul 19:45
Compare
Choose a tag to compare
v2.1.5

fixed bug in createDateFromFormat for non-numeric date format

Release 2.1.4

25 May 17:48
Compare
Choose a tag to compare
v2.1.4

Added startView option

Version 2.1.3 : maintenance release

07 May 09:58
Compare
Choose a tag to compare
v2.1.3

added methods getDate and setDate

Version 2.1.2 : maintenance release

19 Apr 19:30
Compare
Choose a tag to compare
  • Add 'onUpdate' option
  • fix bug #6 : Incorrect "headers" attribute on date table cells. Thanks to @tmorehouse

Version 2.1.1 : maintenance release

01 Sep 17:59
Compare
Choose a tag to compare

Fix bug of positionning of the picker when its container is not positioned (static)

Version 2.1.0

30 Aug 19:07
Compare
Choose a tag to compare

This version includes the following features and improvements:

  • add option daysOfWeekDisabled to allow disabling of some week days
  • add displaying of the days before and after the current month