Releases: eureka2/ab-datepicker
Releases · eureka2/ab-datepicker
Release 2.1.9
- Added the ability to disable dates
- Added 'isMonthDisabled' and 'isYearDisabled' callback functions
Release 2.1.8
2.1.7
Release 2.1.6
- 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
v2.1.5 fixed bug in createDateFromFormat for non-numeric date format
Release 2.1.4
v2.1.4 Added startView option
Version 2.1.3 : maintenance release
v2.1.3 added methods getDate and setDate
Version 2.1.2 : maintenance release
- Add 'onUpdate' option
- fix bug #6 : Incorrect "headers" attribute on date table cells. Thanks to @tmorehouse
Version 2.1.1 : maintenance release
Fix bug of positionning of the picker when its container is not positioned (static)
Version 2.1.0
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