mirror of
https://github.com/uxsolutions/bootstrap-datepicker.git
synced 2026-01-25 16:46:28 +00:00
Start of release branch; CHANGELOG file initiated; bootstrap and jquery requirements documented.
This commit is contained in:
parent
a9d5943af1
commit
2b0004254f
19
CHANGELOG.md
Normal file
19
CHANGELOG.md
Normal file
@ -0,0 +1,19 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
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
|
||||
@ -6,6 +6,15 @@ thanks go to him for getting this thing started!
|
||||
Please note that this fork is not used on Stefan's page at this time, nor is it maintained or
|
||||
contributed to by him (yet?)
|
||||
|
||||
Versions are incremented according to [semver](http://semver.org/).
|
||||
|
||||
# Requirements
|
||||
|
||||
* [Bootstrap](http://twitter.github.com/bootstrap/) [2.0.4](https://github.com/twitter/bootstrap/tree/v2.0.4)
|
||||
* [jQuery](http://jquery.com/) [1.7.1](https://github.com/jquery/jquery/tree/1.7.1)
|
||||
|
||||
These are the specific versions bootstrap-datpicker is tested against (`js` files) and built against (`css` files). Use other versions at your own risk.
|
||||
|
||||
# Example
|
||||
|
||||
Attached to a field with the format specified via options:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user