3b1b17e1fc2e3de5c6bb955e306bcbe63191a2daff522a3011b4033cf378483b2754d34f9c13b9b1cddbe833a3794bc083a292387894540db5b44d6c398757 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # Changelog
  2. ## 1.4.0 - 2015-10-30
  3. - Fix touch device support, see #374, #276, #301, #303, #324, #366 and #386
  4. ## 1.3.3 - 2015-02-17
  5. - Add theme class support, see #260
  6. - Fix on iOS, see #101, #121
  7. - Add date range example, see #337
  8. - Fix dates used in examples, see #329
  9. ## 1.3.2 - 2015-02-17
  10. - Add options to disable days, see #171
  11. - Add SCSS file, see #130
  12. ## 1.3.1 - 2015-02-04
  13. - Fix for bug introduced in #166; fixes #224, #230
  14. ## 1.3.0 - 2015-01-09
  15. - Fix #79 moving through months can cause calendar to "bounce around"
  16. - Add configurable number of shown months
  17. - #51 Add unit tests with ci: [testling](https://ci.testling.com/rikkert/pikaday)
  18. - Fix #94 blur input field after date selection
  19. - Add configuable container to render calendar into
  20. - Add option to show week numbers, see #147
  21. - Positioning is now optional, see #192
  22. ## 1.2.0 - 2014-01-28
  23. - Fix #8 Automatically adjust datepicker position
  24. - Merge #45 Adjusting position
  25. - Merge #11 Allow using a different element to open and bind the datepicker to
  26. - Use new Bower package filename: bower.json
  27. - Merge #90 Configuration options for the title, useful for Asian languages.
  28. - Merge #96 Use proper UMD-wrapper
  29. - Merge #92 Export as CommonJS module
  30. - Merge #119 Use a px text-indent on .pika-prev/next to prevent Firefox bug
  31. - Merge #60 Add customizable position option
  32. - Add Component package definition
  33. ## 1.1.0 - 2013-03-29
  34. - Add Ruby on Rails [gem](https://rubygems.org/gems/pikaday-gem)
  35. - Add project configuration files. (jshint and editorconfig)
  36. - Add AMD support to pikaday and pikaday.jquery
  37. - Fix #52 check if date is valid when moment.js is available
  38. - Fix #54 add CSS support for IE8
  39. Notes:
  40. - jQuery plugin needs pikaday.js loaded first
  41. - See the examples/ dir:
  42. - amd.html module loading example
  43. - jquery-amd.html module loading the jQuery plugin example
  44. - jquery.html jQuery plugin example
  45. - moment.html moment.js library example
  46. ## 1.0.0 - 2013-03-15
  47. - Fix issue #41 (minDate does not include the specified date)
  48. - Add Bower package definition
  49. ## 0.0.2 - 2012-10-10
  50. - jQuery plugin version
  51. ## 0.0.1 - 2012-10-08
  52. - Basic documentation written
  53. - GitHub repository is ready to go…