All Versions
95
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.5.4 Changes
- 🔨 refactored proptypes into helper functions. No functionality change here, just some cleanups
-
v0.5.3 Changes
- 🛠 bugfix: update default value for
css
prop to{}
instead of""
to fix console error
- 🛠 bugfix: update default value for
-
v0.5.2 Changes
- 🛠 bugfix: change
css
proptype toPropTypes.shape({ ... })
instead ofPropTypes.string
to fix console error. - 🛠 Fix a few console warnings on the demo site
- 🛠 bugfix: change
-
v0.5.1 Changes
- ⚡️ Update demo page link to
https://www.react-spinners.com
- ⚡️ Update demo page link to
-
v0.5.0 Changes
- ⚡️ Update emotion package to emotion 10
- 💥 Breaking change: replaced
className
prop withcss
prop to match Emotion 10
-
v0.4.8 Changes
- ⚡️ update
package.json
to include wider range of version forrecompose
- ⚡️ update
-
v0.4.7 Changes
- ➕ add
loaders
andspinners
keyword to package.json
- ➕ add
-
v0.4.6 Changes
- ⚡️ update how
onlyUpdateForKeys
is imported fromrecompose
. Reduced import cost from26kb
to19kb
- ⚡️ update how
-
v0.4.5 Changes
- ⚡️ update README
.babelrc
to useenv
preset
- ⚡️ update README
-
v0.4.4 Changes
- 🛠 fix README example import to using correct loader
- ➕ add default value for unit props to README