Download Latest Version Disabled console warnings.zip (141.2 kB)
Email in envelope

Get an email when there's a new version of ProgressBar.js

Home / 1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
#breaking Styling improvements.tar.gz 2016-03-14 124.8 kB
#breaking Styling improvements.zip 2016-03-14 140.2 kB
README.md 2016-03-14 750 Bytes
Totals: 3 Items   265.8 kB 0
  • New documentation in http://progressbarjs.readthedocs.org/en/1.0.0/
  • Fixed and updated sauce labs tests
  • Add text.autoStyleContainer option
  • HTML string or DOM element is now possible to pass in opts.text.value or to .setText method
  • breaking: Change behavior default style options. From now on, if you define anything to opts.svgStyle or opts.text.style yourself, no default values will be used. This makes customising the styles easier in JS. If you want to only change one single style attribute, you can do it after initializing the progress bar, like this:

js var bar = new ProgressBar.Line('#container'); bar.text.style.fontSize = '40px'; - Fix https://github.com/kimmobrunfeldt/progressbar.js/issues/107

Source: README.md, updated 2016-03-14