You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project/bootstrap-progressbar/index.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,15 @@ project: bootstrap-progressbar
9
9
`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.
10
10
11
11
12
-
## What's new in v0.8.1?
12
+
## What's new in v0.8.2?
13
13
14
14
* Add bootstrap 3.2.0 styles
15
15
* Extend `amount_format` hook for min value
16
16
* Update demo page
17
17
* Remove unused travis badge
18
18
* Fix #27 switch `aria-valuetransitionsgoal` to `data-transitionsgoal`
19
19
* Fix #35 wrong amount calculation for `aria-valuemin` != 0
20
+
* Fix #33 pass `$this` to `update` and `done` callback
20
21
21
22
> __Note__: this version replaces the not official supported `aria-valuetransitionsgoal` with `data-transitionsgoal` which may affect (or brick) your progressbars.
0 commit comments