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

Commit 045ac47

Browse files
committed
Add bootstrap 3.3.0 styles
1 parent 4ef97d4 commit 045ac47

File tree

88 files changed

+2257
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2257
-51
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.8.4 (2014-11-05)
4+
5+
* Add bootstrap 3.3.0 styles
6+
37
## 0.8.3 (2014-08-08)
48

59
* Fix #39 revert low percentage styles in bootstrap 3.2

Gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ var paths = {
3838
'./resources/bootstrap-progressbar-3.1.0.less',
3939
'./resources/bootstrap-progressbar-3.1.1.less',
4040
'./resources/bootstrap-progressbar-3.2.0.less',
41+
'./resources/bootstrap-progressbar-3.3.0.less',
4142
]
4243
};
4344

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# bootstrap-progressbar - 0.8.3
1+
# bootstrap-progressbar - 0.8.4
22

33
`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.
44

55

6-
## What's new in v0.8.0 - v0.8.3?
6+
## What's new in v0.8.0 - v0.8.4?
77

8+
* Add bootstrap 3.3.0 styles
89
* Add bootstrap 3.2.0 styles
910
* Extend `amount_format` hook for min value
1011
* Update demo page
@@ -16,7 +17,7 @@
1617

1718
> __Note__: this version replaces the not official supported `aria-valuetransitionsgoal` with `data-transitionsgoal` which may affect (or brick) your progressbars.
1819
19-
> __Note__: Bootstrap's [low percentage styles](http://getbootstrap.com/components/#progress-low-percentages) (introduced in 3.2.0) causes flickering under some circumstances (e.g. slow transitions). To preserve correct progressbar functionality + appearance this bs feature is reverted in v0.8.3.
20+
> __Note__: Bootstrap's [low percentage styles](http://getbootstrap.com/components/#progress-low-percentages) (introduced in 3.2.0) causes flickering under some circumstances (e.g. slow transitions). To preserve correct progressbar functionality + appearance this bs feature is reverted in v0.8.3. (and reverted by bootstrap in 3.3.0)
2021
2122
> __Note__: Stacked progressbars are not supported by now.
2223
@@ -28,7 +29,7 @@
2829

2930
## Installation
3031

31-
* Download the latest release: [v0.8.3](https://github.com/minddust/bootstrap-progressbar/archive/v0.8.3.zip)
32+
* Download the latest release: [v0.8.4](https://github.com/minddust/bootstrap-progressbar/archive/v0.8.4.zip)
3233
* Clone the repository: `git clone git@github.com:minddust/bootstrap-progressbar.git`
3334
* Install with [Bower](http://bower.io): `bower install bootstrap-progressbar`
3435

bootstrap-progressbar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-progressbar-2.0.0.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! bootstrap-progressbar v0.8.3 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */
1+
/*! bootstrap-progressbar v0.8.4 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */
22
@-webkit-keyframes progress-bar-stripes {
33
from {
44
background-position: 0 0;

css/bootstrap-progressbar-2.0.0.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-progressbar-2.0.1.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! bootstrap-progressbar v0.8.3 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */
1+
/*! bootstrap-progressbar v0.8.4 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */
22
.clearfix {
33
*zoom: 1;
44
}

css/bootstrap-progressbar-2.0.1.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-progressbar-2.0.2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! bootstrap-progressbar v0.8.3 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */
1+
/*! bootstrap-progressbar v0.8.4 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */
22
.clearfix {
33
*zoom: 1;
44
}

css/bootstrap-progressbar-2.0.2.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)