All Versions
27
Latest Version
Avg Release Cycle
157 days
Latest Release
1388 days ago
Changelog History
Page 2
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
andleft
options now require CSS units. For example,top: 100
must instead be written astop: '100px'
.- Spinner must now always be invoked as constructor.
- 0๏ธโฃ Spinner is now absolutely positioned at
-
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
andleft
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]).