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

Releases: minddust/bootstrap-progressbar

v0.9.0

15 May 18:59
Compare
Choose a tag to compare
  • Fix #49 runtime option override support
  • Fix #48 extend bower.json

v0.8.5

04 Apr 01:52
Compare
Choose a tag to compare
  • Add bootstrap 3.3.1-3.3.4 styles
  • Add SCSS support (request #46)
  • Fix #42 wrong version name

v0.8.4

05 Nov 14:42
Compare
Choose a tag to compare
  • Add bootstrap 3.3.0 styles

v0.8.3

08 Aug 14:01
Compare
Choose a tag to compare

Fix #39 revert low percentage styles in bootstrap 3.2

v0.8.2

02 Aug 11:16
Compare
Choose a tag to compare
  • Fix #33 pass $this to update and done callback

v0.8.1

01 Aug 13:23
Compare
Choose a tag to compare
  • Fix #35 wrong amount calculation for aria-valuemin != 0

v0.8.0

01 Aug 12:31
Compare
Choose a tag to compare
  • Add bootstrap 3.2.0 styles
  • Extend amount_format hook for min value
  • Update demo page
  • Remove unused travis badge
  • Fix #27 switch aria-valuetransitionsgoal to data-transitionsgoal

Note: this version replaces the not official supported aria-valuetransitionsgoal with data-transitionsgoal which may affect (or brick) your progressbars.

Note: Bootstrap's low percentage styles (introduced in 3.2.0) causes flickring under some circumstances (e.g. slow transitions). I'm currently working on 0.8.1 to fix that.

v0.7.1

05 Mar 18:27
Compare
Choose a tag to compare
  • Add bootstrap 3.1.1 styles
  • Switch to Gulp
  • Remove bs dotfiles
  • Fix #30 compile errors with old markup
  • Fix #29 wrong style generation
  • Fix #28 element creation which will brick with django-compressor

v0.7.0

11 Feb 14:26
Compare
Choose a tag to compare
  • Add bootstrap 3.0.0-3.1.0 styles
  • Fix #22 wrong vertical styles for bootstrap 2.x
  • Fix #18 missing css requirement documentation

v0.6.0

16 Aug 14:17
Compare
Choose a tag to compare
  • 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
  • reduced lib size by 46% - just 2.2kb minified