Releases: dvtng/react-loading-skeleton
Releases · dvtng/react-loading-skeleton
v3.5.0
3.4.0
3.3.1
3.3.0
3.2.1
3.2.0
Features
- The skeleton animation no longer plays for users who have enabled the
prefers-reduced-motion
accessibility setting.
Thanks!
3.1.1
3.1.0
3.0.3
3.0.2
Bug Fixes
- Fix explicitly setting a
Skeleton
prop to undefined, like<Skeleton highlightColor={undefined}>
, blocking style options from theSkeletonTheme
(#128)- If you were relying on this behavior to block values from the
SkeletonTheme
, you can render a nestedSkeletonTheme
to override a theme defined higher up in the component tree, OR explicitly set one or moreSkeleton
props back to their default values e.g.<Skeleton baseColor="#ebebeb" />
- If you were relying on this behavior to block values from the