SpinKit v2.0.1 Release Notes
Release Date: 2019-10-30 // over 5 years ago-
- ๐ Fixed: Chase spinner's HTML snippet now has the correct number of children
Previous changes from v2.0.0
-
- ๐ New: Added examples.html, with an overview of all spinners
- ๐ New: Added a brand new chase spinner
- ๐ New: Added spinkit.min.css
- ๐ Fixed:
inline-block
is no longed used to position any spinners (decoupling spacing from any potential font effects) - ๐ Changed: Most spinners now have more distinct and shorter names
- ๐ Changed: No positioning is now applied by default on any of the spinners (center the spinner with the utility class
sk-center
) - ๐ Changed: All elements now only have one single class
- ๐ Changed: No more dependencies. gulp, npm, node, etc. is not required to build this project. There's nothing to build
- ๐ Changed: No more SCSS. All configuration is now done through CSS vars
- ๐ Fixed: All keyframe animations are now named after the elements/classes that are using them