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

Changelog History
Page 5

  • v2.6.5 Changes

    • Export resetLoading action
  • v2.6.4 Changes

    • Do not let percent become greater than maxProgress if progressIncrease > (100 - maxProgress)
  • v2.6.3 Changes

    • TypeScript definitions are not required to make LoadingBar work and thus removed from peer dependencies (thanks @larrydahooster)
  • v2.6.2 Changes

    • Add TypeScript definitions (thanks @janslow)
  • v2.6.1 Changes

    • Bump react-redux dependency version (thanks @larrydahooster)
  • v2.6.0 Changes

    • New action resetLoading to reset the loading counter and hide Loading Bar.
  • v2.5.0 Changes

    • Ability to use loading bar with immutable (thanks @greenpart)
  • v2.4.1 Changes

    • If the Loading Bar is mounted with loading count > 0, it should launch the progress simulation immediately
  • v2.4.0 Changes

    • Do not apply styling if CSS class is specified
  • v2.3.4 Changes

    • Export UI component