All Versions
117
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v0.5.6 Changes
- ⚡️ big update for outdated devDependencies. This version should not affect any existing functionalities.
- removed eslint related packages. Will be moving to use
tslint
as part of the typescript conversion. - updated babel plus plugins/presets to latest versions
- updated
index.js
import frommodule.exports = {...}
toexport default {...}
- webpack changes
- added development configuration for easier debugging
- add
html-webpack-plugin
to inject the script tags toindex.html
- removed eslint related packages. Will be moving to use
- ⚡️ big update for outdated devDependencies. This version should not affect any existing functionalities.
-
v0.5.5 Changes
- 🛠 bugfix: update
CommonProps
interfacecss
prop to usedPrecompiledCss
andstring
. Update PropTypes helper to be able to accept bothPrecompiledCss
andstring
. This is to fix the validation error for thecss
prop
- 🛠 bugfix: update
-
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