Skip to content
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ https://github.com/foxrunsoftware/DatePicker/issues

## Changelog

#### 1.1.0 - 12/27/2012 ####
* Merged pull request [Selectable Date Range Configuration](https://github.com/foxrunsoftware/DatePicker/pull/7)
* Merged pull request [Fixed issue #8 curcss jQuery alias](https://github.com/foxrunsoftware/DatePicker/pull/9)
* Merged pull request [Fixed #2 and #11 Month selection not working properly after setting the dates dinamically](https://github.com/foxrunsoftware/DatePicker/pull/12)
* Fixed month selection bug after setting dinamically the date with the selectable date range configuration for range mode and single modes
* Added example page inside the repo for local testing using the js/css source from the repo
* Added selectableDates reference api entry

#### 1.0.0 - 3/12/2012 ####
* Initial Release
* Ripped out the built-in date formatter, this should be handled by the client
Expand Down
689 changes: 689 additions & 0 deletions examples/datepicker/assets/css/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions examples/datepicker/assets/css/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/datepicker/assets/css/prettify/prettify.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions examples/datepicker/assets/css/prettify/prettify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions examples/datepicker/assets/js/jquery/jquery.js

Large diffs are not rendered by default.

Loading