-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changlog additions and Version bump v0.5.1
- Loading branch information
1 parent
33d9d2c
commit 18000b5
Showing
4 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,31 @@ | ||
# Changelog | ||
All notable changes will be documented in this file. | ||
This project does not currently conform to Semantic Versioning. | ||
|
||
## [Unreleased][unreleased] | ||
All notable changes will be documented in this file. This project | ||
does not currently conform to Semantic Versioning. | ||
|
||
## [0.5] - 2015-07-31 | ||
## Unreleased | ||
|
||
## 0.5.1 - 2015-08-06 | ||
### Changed | ||
- Critical fix (#279) for bootstrap initialization. If you happened to | ||
list your timepicker's classes in an order other than "input-group | ||
bootstrap-timepicker", you'd be out of luck. Now we use jQuery's | ||
`hasClass` method correctly. Yay! | ||
|
||
## 0.5 - 2015-07-31 | ||
### Changed | ||
- Bootstrap 3 support. No more Bootstrap 2 support. | ||
- setTime sets time better | ||
- more tests, and they exercise Bootstrap 3 support! | ||
- snapToStep is a new option, off by default, which snaps times | ||
to the nearest step or overflows to 0 if it would otherwise snap to 60 or more. | ||
- explicitMode is a new option, off by default, which lets you leave out | ||
colons when typing times. | ||
- shift+tab now correctly moves the cursor to the previously highlighted unit, and | ||
blurs the timepicker when expected. | ||
- We have cut out significant amounts of old cruft from the repository. | ||
- Minified/Uglified code is no longer kept in the repo. Please download a release tarball | ||
or zip file to get the compiled and minified CSS and Javascript files. | ||
- snapToStep is a new option, off by default, which snaps times to the | ||
nearest step or overflows to 0 if it would otherwise snap to 60 or | ||
more. | ||
- explicitMode is a new option, off by default, which lets you leave | ||
out colons when typing times. | ||
- shift+tab now correctly moves the cursor to the previously | ||
highlighted unit, and blurs the timepicker when expected. | ||
- We have cut out significant amounts of old cruft from the | ||
repository. | ||
- Minified/Uglified code is no longer kept in the repo. Please | ||
download a release tarball or zip file to get the compiled and | ||
minified CSS and Javascript files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters