Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Releases: urish/angular-spinner

1.0.1

25 Jan 12:16
Compare
Choose a tag to compare

Bower package support

TypeScript Release

23 Jan 15:54
Compare
Choose a tag to compare

Refactored the whole code to TypeScript using the bundler Webpack

Bugfix release

17 Feb 00:59
Compare
Choose a tag to compare

v0.8.0: theme support, `spinner-on` attribute

30 Oct 00:47
Compare
Choose a tag to compare
  • Improve UMD (Universal Module Definition) code, fixes (#61)
  • Theme support (#66, contributed by marknadig)
  • Add spinner-on attribute (#71, contributed by marknadig)

v0.7.0: improved browserify/webpack support (CommonJS & AMD)

09 Sep 10:24
Compare
Choose a tag to compare
  • Add CommonJS support, improve AMD support (for use with browserify, webpack, SystemJS, etc.)

v0.6.2: Support AngularJS 1.4

02 Jul 09:45
Compare
Choose a tag to compare
  • Relax Angular's dependency version lock (#52, contributed by gottfrois)

v0.6.1

06 Jan 08:49
Compare
Choose a tag to compare
  • Removed NBSP characters from source code (#40, contributed by amolghotankar)
  • Return the created AngularJS module (#37, contributed by k7sleeper)

Configurable default options & more

12 Dec 16:28
Compare
Choose a tag to compare
  • Added configurable default options (#31, contributed by aleksih)
  • Added scope eval to allow for data binding support (#21, contributed by jdamick)

v0.5.1: AMD Support + bug fixes

09 Aug 20:03
Compare
Choose a tag to compare
  • AMD / Require.js compatibility (#11, contributed by floribon)
  • Bugfix: Stop events are ignored if sent before the directive is fully initialized and startActive is true (#22, contributed by vleborgne)

0.5.0: Support angular 1.3, browserify

03 Jun 22:16
Compare
Choose a tag to compare
  • Add support for expressions in attributes (#12, contributed by aaronroberson)
  • Generate source map for the minified version (#14)
  • Add a main field to package.json (#15, contributed by elfreyshira)
  • Enable support for AngularJS 1.3.x in bower.json