From 18000b55055a3f1599cf6059faff61614861b861 Mon Sep 17 00:00:00 2001 From: AJ Gardner Date: Thu, 6 Aug 2015 12:10:31 -0500 Subject: [PATCH] Changlog additions and Version bump v0.5.1 --- CHANGELOG.md | 37 ++++++++++++++++++++++++------------- bower.json | 2 +- composer.json | 2 +- package.json | 2 +- 4 files changed, 27 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e94b89..8ddea351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/bower.json b/bower.json index 7fae4edc..3ec56003 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/composer.json b/composer.json index 7a231f3e..fca0ffb2 100644 --- a/composer.json +++ b/composer.json @@ -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": [ { diff --git a/package.json b/package.json index f4c848b4..860392f9 100644 --- a/package.json +++ b/package.json @@ -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": {