Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 983 Bytes

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 983 Bytes

Changelog

v1.0.3

  • Added support for datepicker to appear above the input element.

[ 5/7/2013: Forked from https://github.com/eternicode/bootstrap-datepicker ]

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