Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 821 Bytes

CHANGELOG.md

File metadata and controls

30 lines (25 loc) · 821 Bytes

Changelog

v1.0.1

  • Support for Bower
  • Component pickers are now aligned under the input, not the add-on element.
  • Japanese locale now has "today" and "format".
  • "remove" method removes .data().date if the datepicker is on a non-input.
  • Events on initialized elements are no longer blocked from bubbling up the DOM (jQuery.live et al can now catch the events).
  • Component triggers now include .btn in addition to .add-on.
  • Updates to README contents.

v1.0.0

Initial release:

  • format option
  • weekStart option
  • calendarWeeks option
  • startDate / endDate options
  • daysOfWeekDisabled option
  • autoclose option
  • startView / mnViewMode options
  • todayBtn / todayHighlight options
  • keyboardNavigation option
  • language option
  • forceParse option