Skip to content

Releases: Pikaday/Pikaday

Version 1.8.2

22 Oct 18:28
Compare
Choose a tag to compare

Fixes:

Version 1.8.0

17 Oct 18:53
Compare
Choose a tag to compare
  • Move to github organisation Pikaday/Pikaday
  • Add CSS-classes indicating position
  • Remove the Moment.js optional dependency
  • Add aria label text configuration

Version 1.7.0

17 Oct 18:52
Compare
Choose a tag to compare
  • Add keyboard input option, see #610

Version 1.6.1

14 Jun 07:40
Compare
Choose a tag to compare

Fixes:

  • Fix memory leak, see #630

Version 1.6.0

31 May 14:14
Compare
Choose a tag to compare

Adds:

  • Custom parsers, see #613
  • Pick a whole week, see #516
  • Events option: dates that you would like to differentiate from regular days, see #152
  • Configure if field is blurred when date is selected, see #631

Fixes:

  • Re-introduce correct null behavor, fixes #654
  • The (re)position issue, see #643, #642
  • Prevent error when no field is bound, fixes #611

Version 1.5.1

27 Oct 14:04
Compare
Choose a tag to compare

Adds:

  • Make Pikaday accessibile, see #522
  • Add possibility to reset the max and min date to the date picker
  • Show days in next and previous months

Fixes:

  • Make Pikaday XHTML compatible, see #492
  • Remove unnecessary setTimeout call, fixes #496
  • Make disabled buttons not clickable in IE 10 and below, fixes #288

Version 1.4.0

30 Oct 08:40
Compare
Choose a tag to compare

Fixes:

Version 1.3.2

17 Feb 15:52
Compare
Choose a tag to compare
  • Add options to disable days, see #171
  • Add Sass support, see #130

Version 1.3.1

13 Jan 11:36
Compare
Choose a tag to compare

Fix for bug introduced in #166; fixes #224, #230 #232

Version 1.3.0

09 Jan 07:44
Compare
Choose a tag to compare

This release adds the following:

  • Configurable number of shown months, see #76
  • Add unit tests with ci: testling
  • Configuable container to render calendar into
  • Option to show week numbers, see #147
  • Positioning is now optional, see #192

Fixes:

  • Moving Through Months Can Cause Calendar To "Bounce Around", see #79
  • blur input field after date selection, see #94