Releases: gokcan/react-shimmer
Releases · gokcan/react-shimmer
Revamped output module build process
v3.1.0
v2.0
Introducing V2 ⭐️
- New
fallback
prop to render your own loader component.react-shimmer
will handle the async loading and decoding internals. - Promise cancellation. We now forcefully cancel the old promises when a new image is requested.
- The component can be used without
width
andheight
props. loadingIndicatorSource
string prop has been removed in favor offallback
.duration
prop has been converted to milliseconds(ms).- ...plus various fixes.
Try it out!