Skip to content

Releases: gokcan/react-shimmer

Revamped output module build process

27 Jul 19:36
5dd63b5
Compare
Choose a tag to compare
  • Use tsdx to generate output modules to be used in different environments.

v3.1.0

29 May 10:57
e7b3179
Compare
Choose a tag to compare
Release 3.1.0 (#63)

* Add Breathing loader

* Refactor Shimmer loader

v2.0

12 Mar 00:09
Compare
Choose a tag to compare

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!