Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 1.16 KB

Changelog

1.2.0 - TBA

  • Fix #8 Automatically adjust datepicker position
  • Merge #45 Adjusting position
  • Merge #11 Allow using a different element to open and bind the datepicker to
  • Use new Bower package filename: bower.json
  • Merge #90 Configuration options for the title, useful for Asian languages.
  • Merge #96 Use proper UMD-wrapper
  • Merge #92 Export as CommonJS module

1.1.0 - 2013-03-29

  • Add Ruby on Rails gem

  • Add project configuration files. (jshint and editorconfig)

  • Add AMD support to pikaday and pikaday.jquery

  • Fix #52 check if date is valid when moment.js is available

  • Fix #54 add CSS support for IE8

Notes:

  • jQuery plugin needs pikaday.js loaded first
  • See the examples/ dir:
    • amd.html module loading example
    • jquery-amd.html module loading the jQuery plugin example
    • jquery.html jQuery plugin example
    • moment.html moment.js library example

1.0.0 - 2013-03-15

  • Fix issue #41 (minDate does not include the specified date)
  • Add Bower package definition

0.0.2 - 2012-10-10

  • jQuery plugin version

0.0.1 - 2012-10-08

  • Basic documentation written
  • GitHub repository is ready to go…