All Versions
117
Latest Version
Avg Release Cycle
-
Latest Release
-

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 from module.exports = {...} to export default {...}
      • webpack changes
      • added development configuration for easier debugging
      • add html-webpack-plugin to inject the script tags to index.html
  • v0.5.5 Changes

    • 🛠 bugfix: update 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 prop
  • 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
  • v0.5.2 Changes

    • 🛠 bugfix: change css proptype to PropTypes.shape({ ... }) instead of PropTypes.string to fix console error.
    • 🛠 Fix a few console warnings on the demo site
  • v0.5.1 Changes

    • ⚡️ Update demo page link to https://www.react-spinners.com
  • v0.5.0 Changes

    • ⚡️ Update emotion package to emotion 10
    • 💥 Breaking change: replaced className prop with css prop to match Emotion 10
  • v0.4.8 Changes

    • ⚡️ update package.json to include wider range of version for recompose
  • v0.4.7 Changes

    • ➕ add loaders and spinners keyword to package.json
  • v0.4.6 Changes

    • ⚡️ update how onlyUpdateForKeys is imported from recompose. Reduced import cost from 26kb to 19kb