React Content Loader Versions Save

⚪ SVG-Powered component to easily create skeleton loadings.

v5.1.2

3 years ago

5.1.2 (2020-09-20)

Bug Fixes

v5.1.1

3 years ago

5.1.1 (2020-08-29)

Bug Fixes

v5.1.0

3 years ago

5.1.0 (2020-06-22)

Bug Fixes

  • dependencies: audit security issues (4e5bc2a)

Features

  • native: re-export Path from react-native-svg (589c971)

v5.0.4

4 years ago

5.0.4 (2020-04-08)

Performance Improvements

  • native: improve performance by removing the internal state (#193) (ab22b9c), closes #178 #187

v5.0.3

4 years ago

5.0.3 (2020-04-05)

Bug Fixes

v5.0.2

4 years ago

5.0.2 (2020-02-20)

Bug Fixes

  • native: creates the styles obj using assign (#183) (8796960), closes #182

v5.0.1

4 years ago

5.0.1 (2020-01-27)

Bug Fixes

v5.0.0

4 years ago

5.0.0 (2020-01-26)

V5

Migrations instructions: From now the attribute viewBox is not generated automatically anymore, so it is necessary to use the package as a regular SVG, for example:

<ContentLoader width={width} height={height} viewBox={`0 0 ${width} ${height}`} />

BREAKING CHANGES

  • Rename primaryColor to backgroundColor and secondaryColor to foregroundColor.

  • feat(api): updates uniqueKey

  • Renamed prop key uniquekey to uniqueKey

  • fix(svg): removes unnecessary keys

  • fix(web svg): adds display name

  • feat(a11y): improves attrs

  • Shift ariaLabel to title prop, the value remains

  • refactor(codebase): reestructure

  • test(web native): updates with new structure

  • test(native): sets animate false on tests

  • fix(svg): removes viewBox, width and height from api

  • fix(presets): updates to new api and some design updates

  • feat(content loader): sets new default as facebook instead of a box

  • docs(readme storybook): updates to new api

  • test(web native): updates

v4.3.4

4 years ago

4.3.4 (2019-12-26)

Bug Fixes

v4.3.3

4 years ago

4.3.3 (2019-12-06)

Bug Fixes