Skip to content

v2.0

Compare
Choose a tag to compare
@gokcan gokcan released this 12 Mar 00:09
· 61 commits to master since this release

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 and height props.
  • loadingIndicatorSource string prop has been removed in favor of fallback.
  • duration prop has been converted to milliseconds(ms).
  • ...plus various fixes.

Try it out!