All Versions
117
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.13.6 Changes
- ๐ Improve formatting of example code to include
data-testid
prop
- ๐ Improve formatting of example code to include
-
v0.13.5 Changes
- ๐ Improve README to include additional available props via span tag
-
v0.13.4 Changes
- ๐ bugfix: fix server side render issue on
HashLoader
- ๐ bugfix: fix server side render issue on
-
v0.13.3 Changes
- ๐ bugfix: Fix PuffLoader initial rendering issue
-
v0.13.2 Changes
- โ remove next version badge until needed
-
v0.13.1 Changes
- โก๏ธ update homepage in package.json
-
v0.13.0 Changes
- Rewrite each loader from the ground up using functional components.
- ๐
Replaced
@emotion
with vanilla javascript and inline style to reduce component size by 75%. This project now have 0 dependencies, while continuing to support server side rendering. - โ Added support for custom props such as
aria-label
- ๐ renamed
css
prop tocssOverride
to avoid type conflicts with css-in-js libraries.
-
v0.13.0-beta.7 Changes
- ๐ bugfix: fix style warnings on ClipLoader and CircleLoader
-
v0.13.0-beta.6 Changes
- ๐ bugfix: fix GridLoader rendering issue
-
v0.13.0-beta.5 Changes
- ๐ฅ BREAKING CHANGE:
css
prop has been renamed tocssOverride
to avoid type conflicts with css-in-js libraries such as emotion and styled-components
- ๐ฅ BREAKING CHANGE: