- Add theme class support, see #260
- Fix on iOS, see #101
- Add options to disable days, see #171
- Add SCSS file, see #130
- Fix for bug introduced in #166; fixes #224, #230
- Fix #79 moving through months can cause calendar to "bounce around"
- Add configurable number of shown months
- #51 Add unit tests with ci: testling
- Fix #94 blur input field after date selection
- Add configuable container to render calendar into
- Add option to show week numbers, see #147
- Positioning is now optional, see #192
- 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
- Merge #119 Use a px text-indent on .pika-prev/next to prevent Firefox bug
- Merge #60 Add customizable position option
- Add Component package definition
-
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
- Fix issue #41 (minDate does not include the specified date)
- Add Bower package definition
- jQuery plugin version
- Basic documentation written
- GitHub repository is ready to go…