Skip to content

Commit

Permalink
Changlog additions and Version bump v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mastodonfarm committed Aug 6, 2015
1 parent 33d9d2c commit 18000b5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 16 deletions.
37 changes: 24 additions & 13 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-timepicker",
"version": "0.5.0",
"version": "0.5.1",
"description": "A timepicker component for Twitter Bootstrap",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "jdewit/bootstrap-timepicker",
"description" : "A simple timepicker component for Twitter Bootstrap.",
"version" : "0.5.0",
"version" : "0.5.1",
"license" : "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-timepicker",
"description": "Timepicker widget for Twitter Bootstrap",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"homepage": "http://jdewit.github.com/bootstrap-timepicker",
"author": {
Expand Down

0 comments on commit 18000b5

Please sign in to comment.