Skip to content

Releases: kimmobrunfeldt/progressbar.js

Improve custom animations, trailWidth option

09 Dec 09:11
Compare
Choose a tag to compare

This changes the behavior of custom animation support, but API stays the same

  • Add trailWidth option
  • Improve custom animations support. User doesn't have to interpolate values anymore.
  • Throw error if progress bars are initialized without new keyword
  • Fix bug if empty opts was passed

#breaking destroy(), stop(), svg

10 Nov 22:15
Compare
Choose a tag to compare

This release contains additions and modifications to API

  • Add destroy() method
  • Add stop() method
  • Add svg attribute for built-in shapes
  • Round progress from .value() to prevent returning very small number like 1e-30
  • Add license banner to distributable files

Add version banner to released files

28 Oct 19:21
Compare
Choose a tag to compare

Add .value() method

28 Oct 19:20
Compare
Choose a tag to compare
Add .value() method Pre-release
Pre-release
0.5.5

Release 0.5.5

Fix browserify usage

26 Oct 15:58
Compare
Choose a tag to compare

This release does not change functionality of ProgressBar.

  • Change main script to point to source file instead of bundled file to prevent browserify including shifty twice.

Add shifty back as NPM dependency for Browserify

26 Oct 15:56
Compare
Choose a tag to compare

This release does not change functionality of ProgressBar.

This release was rushed and the changes should have been released same time with 0.5.4

Fix debugging with dev version

26 Oct 00:33
Compare
Choose a tag to compare

This release does not change functionality of ProgressBar.

  • Removed --debug flag from Browserify command because it made debugger show incorrect lines. That happens because shifty is bundled inside final script.

Switch to Browserify

25 Oct 23:17
Compare
Choose a tag to compare

This release does not change functionality of ProgressBar.

  • Custom UMD module definition was removed from source code and Browserify generates it instead.
  • Removed shifty from this repository and defined it as a npm dependency.

Add attachment support for custom animations

20 Oct 21:28
Compare
Choose a tag to compare

Add new option called attachment for Path. This also changes API for step function with built-in shapes.

Custom animations and minor API additions

20 Oct 19:19
Compare
Choose a tag to compare
  • Add custom animation support
  • Add references to path and trail

There was some hassle with 0.4.0 being accidentally a branch and tag so released a new 0.4.1 just in case.