This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
v2.7.2
2.7.2 (2020-05-18)
Features:
Updates to the withLoader
HOC to improve the loading state UX
- Removes the existing
PlaceholderLoading
component, which was not very pleasing visually and not customizable. - Replaces
PlaceholderLoading
with a newDefaultLoading
component, which defaults to a simple animated spinner. - Allows customization of the spinner color and size.
- Allows full screen loading state, with customizable background color, which covers the entire viewport.
- Allows use of a custom component for the loading state.