react-spinners
Advanced tools
Changelog
0.7.0-alpha.4
css
prop on README to be ""
instead of {}
color
prop acceptsChangelog
0.7.0-alpha.3
FadeLoader
does what we expect it to do, expand the spacing between the linesChangelog
0.7.0-alpha.2
RotateLoader
does what we expect it to do, expand the spacing between the dotsChangelog
0.7.0-alpha.1
sizeUnit
, heightUnit
, widthUnit
, and radiusUnit
. The size
, height
, width
, and radius
props now accepts number
and string
px
px
margin
prop now work the same way as other length props. Can accept number
and string
css
prop default is now ""
. No functionality change hereChangelog
0.6.0
main
key value in package.json
to point to the correct index.js
prop-types
and recompose
from dependenciesChangelog
0.6.0-beta.1
devDependencies
to latest versionsChangelog
0.6.0-alpha.10
recompose
from the list of dependencies. We currently wants the component to update for all prop changes, so the onlyUpdateForKeys
was passed in all the props anyways, so it wasn't doing muchChangelog
0.6.0-alpha.9
PacmanLoader
top
css property does not respect the sizeUnit
prop. It was hardcoded to be px
instead of using sizeUnit
propChangelog
0.6.0-alpha.8