react-spinners
Advanced tools
Changelog
0.5.9
Changelog
0.5.7
.babelrc
example to use @babel/<name>
syntax in accordance to latest babel packagesChangelog
0.5.6
tslint
as part of the typescript conversion.index.js
import from module.exports = {...}
to export default {...}
html-webpack-plugin
to inject the script tags to index.html
Changelog
0.5.5
CommonProps
interface css
prop to used PrecompiledCss
and string
. Update PropTypes helper to be able to accept both PrecompiledCss
and string
. This is to fix the validation error for the css
propChangelog
0.5.4
Changelog
0.5.3
css
prop to {}
instead of ""
to fix console errorChangelog
0.5.2
css
proptype to PropTypes.shape({ ... })
instead of PropTypes.string
to fix console error.Changelog
0.5.1
https://www.react-spinners.com
Changelog
0.5.0
className
prop with css
prop to match Emotion 10