Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Bump version 0.7.0
Browse files Browse the repository at this point in the history
Add missing role="progressbar"
Fix #22 vertical strip styling
Add 3.1.0 example page
Improve demo page styling
  • Loading branch information
Stephan Groß committed Feb 11, 2014
1 parent a7c9706 commit 6088f87
Show file tree
Hide file tree
Showing 53 changed files with 6,153 additions and 1,985 deletions.
48 changes: 25 additions & 23 deletions CHANGELOG.md
@@ -1,47 +1,49 @@
# Changelog

### Master
### 0.7.0 (2014-02-11)

* added bootstrap 3.0.0-3.1.0 styles
* Add bootstrap 3.0.0-3.1.0 styles
* Fix #22 wrong vertical styles for bootstrap 2.x
* Fix #18 missing css requirement documentation

### 0.6.0 (2013-08-16)

* added bootstrap 3 support
* added `noConflict` fallback
* added striped styles
* added custom string formatting
* rename `filled` option to `fill`
* switched `display_text` option dict to string setting
* switched from `data` to `aria` attributes
* switched license from Apache2 to MIT
* fixed some minor style issues
* Add bootstrap 3 support
* Add `noConflict` fallback
* Add striped styles
* Add custom string formatting
* Rename `filled` option to `fill`
* Switch `display_text` option dict to string setting
* Switch from `data` to `aria` attributes
* Switch license from Apache2 to MIT
* Fix some minor style issues

### 0.5.0 (2012-08-28)

* added vertical progressbars
* added right alignment
* moved styles to css/less
* fixed some code formatting
* fixed different font sizes
* Add vertical progressbars
* Add right alignment
* Move styles to css/less
* Fix some code formatting
* Fix different font sizes

### 0.4.6 (2012-06-27)

* fixed flickering on centered text on multiple trigger (due to last fix)
* Fix flickering on centered text on multiple trigger (due to last fix)

### 0.4.5 (2012-06-25)

* fixed stacking bug on centered text on multiple trigger
* Fix stacking bug on centered text on multiple trigger

### 0.4.4 (2012-06-13)

* fixed caching bug with data method
* added multitrigger support
* Fix caching bug with data method
* Add multitrigger support

### 0.4.3 (2012-06-11)

* switched from jQuery's `*.attr('data-*')` to `*.data('*')`
* Switch from jQuery's `*.attr('data-*')` to `*.data('*')`

### 0.4.2 (2012-06-07)

* started changelog
* switched to github markdown
* Start changelog
* Switch to github markdown
20 changes: 7 additions & 13 deletions README.md
@@ -1,20 +1,14 @@
# bootstrap-progressbar - 0.6.0 [![Build Status](https://secure.travis-ci.org/minddust/bootstrap-progressbar.png)](http://travis-ci.org/minddust/bootstrap-progressbar)
# bootstrap-progressbar - 0.7.0 [![Build Status](https://secure.travis-ci.org/minddust/bootstrap-progressbar.png)](http://travis-ci.org/minddust/bootstrap-progressbar)

`bootstrap-progressbar` is a [jQuery](http://jquery.com) plugin which extends the basic [twitter-bootstrap](https://github.com/twbs/bootstrap) progressbar. It provides the ability to animate the progressbar by adding Javascript in combination with the preexisting css transitions. Additionally you can display the current progress information in the bar or get the value via callback.


## What's new in v0.6.0?
## What's new in v0.7.0?

* bootstrap 3 support
* `noConflict` fallback
* aria support
* custom string formatting
* reduced lib size by 46% - just 2.2kb minified
* new demo page
* now with MIT license
* code cleanup and style fixes
* Add bootstrap 3.0.0-3.1.0 styles
* Fix #22 wrong vertical styles for bootstrap 2.x

> Note: this version is not 100% backwards compatible - please read the following information
> Note: this version sets (fixes) some vertical styles which may affect (or brick) your styles. Please checkout the css or less before updating.

## Demo
Expand All @@ -24,7 +18,7 @@

## Installation

* Download the latest release: [v0.6.0](https://github.com/minddust/bootstrap-progressbar/archive/v0.6.0.zip)
* Download the latest release: [v0.7.0](https://github.com/minddust/bootstrap-progressbar/archive/v0.7.0.zip)
* Clone the repository: `git clone git@github.com:minddust/bootstrap-progressbar.git`
* Install with [Bower](http://bower.io): `bower install bootstrap-progressbar`

Expand Down Expand Up @@ -247,6 +241,6 @@ to change the animation itself you have to overwrite either less or css

## Copyright and license

Copyright 2013-2013 Stephan Groß, under [MIT license](https://github.com/minddust/bootstrap-progressbar/blob/master/LICENSE).
Copyright 2013-2014 Stephan Groß, under [MIT license](https://github.com/minddust/bootstrap-progressbar/blob/master/LICENSE).

Want to appreciate my work? [minddust at Gittip](https://www.gittip.com/minddust/)
4 changes: 2 additions & 2 deletions bootstrap-progressbar.js
@@ -1,6 +1,6 @@
/*!
* bootstrap-progressbar v0.6.0 by @minddust
* Copyright (c) 2012-2013 Stephan Gross
* bootstrap-progressbar v0.7.0 by @minddust
* Copyright (c) 2012-2014 Stephan Gross
*
* https://www.minddust.com/bootstrap-progressbar
*
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-progressbar.min.js

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

2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-progressbar",
"version": "0.6.0",
"version": "0.7.0",
"main": "./bootstrap-progressbar.js",
"ignore": [
"**/.*",
Expand Down
97 changes: 47 additions & 50 deletions css/bootstrap-progressbar-2.0.0.css
@@ -1,4 +1,4 @@
/*! bootstrap-progressbar v0.6.0 | Copyright (c) 2012-2014 Stephan Gross | MIT License | minddust.com */
/*! bootstrap-progressbar v0.7.0 | Copyright (c) 2012-2014 Stephan Gross | MIT License | minddust.com */
.progress {
position: relative;
}
Expand Down Expand Up @@ -40,15 +40,16 @@
width: 18px;
height: 100%;
margin-right: 18px;
background-color: #f9f9f9;
background-image: -moz-linear-gradient(left, #f5f5f5, #f9f9f9);
background-image: -ms-linear-gradient(left, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(left, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(left, #f5f5f5, #f9f9f9);
background-image: linear-gradient(left, #f5f5f5, #f9f9f9);
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=1);
background-repeat: repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
}

.progress.vertical.bottom {
Expand All @@ -63,15 +64,7 @@
.progress.vertical .bar {
width: 100%;
height: 0;
background-color: #0480be;
background-image: -moz-linear-gradient(left, #149bdf, #0480be);
background-image: -ms-linear-gradient(left, #149bdf, #0480be);
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#149bdf), to(#0480be));
background-image: -webkit-linear-gradient(left, #149bdf, #0480be);
background-image: -o-linear-gradient(left, #149bdf, #0480be);
background-image: linear-gradient(left, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=1);
background-repeat: repeat;
-webkit-transition: height 0.6s ease;
-moz-transition: height 0.6s ease;
-ms-transition: height 0.6s ease;
Expand All @@ -86,15 +79,16 @@

.progress-danger.vertical .bar,
.progress.vertical .bar-danger {
background-color: #c43c35;
background-image: -moz-linear-gradient(left, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(left, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ee5f5b), to(#c43c35));
background-image: -webkit-linear-gradient(left, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(left, #ee5f5b, #c43c35);
background-image: linear-gradient(left, #ee5f5b, #c43c35);
background-color: #dd514c;
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=1);
background-repeat: repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped.vertical .bar,
Expand All @@ -110,15 +104,16 @@

.progress-success.vertical .bar,
.progress.vertical .bar-success {
background-color: #57a957;
background-image: -moz-linear-gradient(left, #62c462, #57a957);
background-image: -ms-linear-gradient(left, #62c462, #57a957);
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#62c462), to(#57a957));
background-image: -webkit-linear-gradient(left, #62c462, #57a957);
background-image: -o-linear-gradient(left, #62c462, #57a957);
background-image: linear-gradient(left, #62c462, #57a957);
background-color: #5eb95e;
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=1);
background-repeat: repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped.vertical .bar,
Expand All @@ -134,15 +129,16 @@

.progress-info.vertical .bar,
.progress.vertical .bar-info {
background-color: #339bb9;
background-image: -moz-linear-gradient(left, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(left, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#5bc0de), to(#339bb9));
background-image: -webkit-linear-gradient(left, #5bc0de, #339bb9);
background-image: -o-linear-gradient(left, #5bc0de, #339bb9);
background-image: linear-gradient(left, #5bc0de, #339bb9);
background-color: #4bb1cf;
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=1);
background-repeat: repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped.vertical .bar,
Expand All @@ -158,15 +154,16 @@

.progress-warning.vertical .bar,
.progress.vertical .bar-warning {
background-color: #f89406;
background-image: -moz-linear-gradient(left, #fbb450, #f89406);
background-image: -ms-linear-gradient(left, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(left, #fbb450, #f89406);
background-image: -o-linear-gradient(left, #fbb450, #f89406);
background-image: linear-gradient(left, #fbb450, #f89406);
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -ms-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(top, #fbb450, #f89406);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=1);
background-repeat: repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.progress-warning.progress-striped.vertical .bar,
Expand Down
4 changes: 2 additions & 2 deletions css/bootstrap-progressbar-2.0.0.min.css

Large diffs are not rendered by default.

0 comments on commit 6088f87

Please sign in to comment.