Skip to content

Latest commit

 

History

History
125 lines (101 loc) · 4.86 KB

History.md

File metadata and controls

125 lines (101 loc) · 4.86 KB

Changes by Michael Tamm

  • Removed support for specifying a different parent container
  • Removed spinner
  • Removed function NProgress.promise(...)
  • Removed UMD support
  • Removed NProgress.version field
  • Removed settings and NProgress.configure(...) function
  • Added build script, which produces nprogress.min.js
  • The CSS class 'nprogress-busy' is no longer added to the document
  • Made NProgress.status private

v0.2.0 - May 13, 2015

This is a maintenance release with cleanups. No functionality changes were introduced.

Minor changes:

v0.1.6 - June 25, 2014

v0.1.5 - June 21, 2014

  • #82 - Release properly to the npm registry

v0.1.4 - June 21, 2014

  • #65 - Bower: don't download package.json. Fixes browserify + jquery problem. (@amelon)
  • #75 - Fix compatibility with Karma. (@shaqq)

Internal changes:

v0.1.3 - March 26, 2014

v0.1.2 - August 21, 2013

Minor update for proper Bower and Component support.

  • Add Bower support.
  • Fix Component support and use component/jquery as a dependency.

v0.1.1 - August 21, 2013

Minor fixes.

  • Removed the busy cursor that occurs when loading.
  • Added support for IE7 to IE9. (#3, @markbao)
  • Implement trickleRate and trickleSpeed options.
  • #5 - Implement the showSpinner option to allow removing the spinner. (#9, @rahulcs)
  • Registered as a Component in Component.io.
  • #8 - Updated the Readme with better Turbolinks instructions.

v0.1.0 - August 20, 2013

Initial release.