All Versions
27
Latest Version
Avg Release Cycle
157 days
Latest Release
1388 days ago

Changelog History
Page 2

  • v2.0.1 Changes

    April 24, 2014

    ๐Ÿ›  Fixed

    • Position offsets are now applied when instantiating spinner without a target (issue [#218]).
  • v2.0.0 Changes

    March 13, 2014

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Spinner is now absolutely positioned at top: 50%, left: 50% by default.
    • top and left options now require CSS units. For example, top: 100 must instead be written as top: '100px'.
    • Spinner must now always be invoked as constructor.
  • v1.3.3 Changes

    December 24, 2013

    ๐Ÿ”„ Changed

    • Created master branch and Grunt-based build process (issue [#189]).
  • v1.3.2 Changes

    August 26, 2013

    ๐Ÿ›  Fixed

    • SyntaxError in Chrome Canary (issue [#168]).
  • v1.3.1 Changes

    August 19, 2013

    โž• Added

    • ๐Ÿ‘Œ Support for multi-colored spinners (PR [#167]).
  • v1.3.0 Changes

    April 02, 2013

    โž• Added

    • ๐Ÿ“Œ direction option to control the spinning direction (PR [#126]).
    • ๐Ÿ”Œ jQuery plugin

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Implemented UMD pattern to support AMD and CommonJS module loaders
    • ๐Ÿ‘‰ Use strict mode
  • v1.2.8 Changes

    February 07, 2013

    ๐Ÿ›  Fixed

    • 'Spinner' is undefined error in Internet Explorer 7 and 8 (issue [#78]).
  • v1.2.7 Changes

    October 02, 2012

    โž• Added

    • position option to control the corresponding CSS property (issue [#98]).
    • ๐Ÿ‘ Trailing semicolon to support concatenation tools that don't know about ASI (issue [#96] and issue [#99]).
  • v1.2.6 Changes

    August 30, 2012

    โž• Added

    • corners option to control the border-radius (issue [#93]).

    ๐Ÿ›  Fixed

    • Scroll bar appearing in wide target elements (issue [#74]).
    • Invalid Argument error in Internet Explorer (issue [#77]).
    • Broken spinner in Opera 12 (issue [#87]).
    • Unexpected positioning when specifying top and left options as a string (issue [#81] and issue [#90]).
  • v1.2.5 Changes

    March 22, 2012

    โž• Added

    • rotate option (issue [#60]).

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug that prevented the VML from being displayed when Modernizr's html5shiv was used (issue [#58]).
    • The constructor property is now preserved (issue [#61]).