Skip to content

Releases: chramos/react-native-skeleton-placeholder

🚀 5.2.4

15 Nov 18:08
Compare
Choose a tag to compare

New

  • Add shimmerWidth prop to set width into LinearGradient

Fix

  • children type error for SkeletonPlaceholderItem

🚀 5.2.3

27 Oct 14:24
7da3acc
Compare
Choose a tag to compare

Fixes:

  • Error: While trying to resolve module react-native-skeleton-placeholder

🚀 5.2.1

17 Oct 19:14
Compare
Choose a tag to compare

Fix

  • removed deprecated masked-view library
  • added (hex | rgb | rgba) support for highlightColor prop

🚀 5.2.0

04 Oct 17:35
Compare
Choose a tag to compare

New

  • Add enabled prop, support transforming real layouts with Views, Fragments, Text, Images etc to placeholders. Add third example.
  • Add borderRadius prop.
  • Add eslint.

Optimization & Refactoring

  • Remove usage or MaskedView for animated gradient.
  • Proper usage of react hooks.
  • Replaced masked-view library by the community one

Fix

  • Crash when children or their props are falsy
  • Readme updated.

5.0.0

16 Jul 15:35
Compare
Choose a tag to compare
bump version 5.0.0

4.0.0

26 Apr 14:37
Compare
Choose a tag to compare
Bump version 4.0.0

Version 3.0

13 Nov 14:11
4c21555
Compare
Choose a tag to compare
Merge pull request #17 from chramos/version3.0

New lib version

Version 2.0

27 Dec 17:34
Compare
Choose a tag to compare

Using LinearGradient to make skeleton placeholder more beautiful.