Skip to content

Releases: danilowoz/react-content-loader

v5.1.4

30 Oct 12:35
c78de3f
Compare
Choose a tag to compare

5.1.4 (2020-10-30)

Bug Fixes

  • package: adjust peer dependency to support React 17 (2030cf8)

v5.1.3

19 Oct 18:28
85ed77e
Compare
Choose a tag to compare

5.1.3 (2020-10-19)

Bug Fixes

  • native: set the right initial value of the animation instance (255ff3e)

v5.1.2

20 Sep 18:33
113ddf1
Compare
Choose a tag to compare

5.1.2 (2020-09-20)

Bug Fixes

v5.1.1

29 Aug 14:06
Compare
Choose a tag to compare

5.1.1 (2020-08-29)

Bug Fixes

v5.1.0

22 Jun 12:36
4f6c5b0
Compare
Choose a tag to compare

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

08 Apr 09:05
Compare
Choose a tag to compare

5.0.4 (2020-04-08)

Performance Improvements

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

v5.0.3

05 Apr 14:45
5613998
Compare
Choose a tag to compare

5.0.3 (2020-04-05)

Bug Fixes

v5.0.2

20 Feb 11:04
8796960
Compare
Choose a tag to compare

5.0.2 (2020-02-20)

Bug Fixes

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

v5.0.1

27 Jan 19:13
6f77337
Compare
Choose a tag to compare

5.0.1 (2020-01-27)

Bug Fixes

v5.0.0

26 Jan 20:09
8ed714c
Compare
Choose a tag to compare

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