Skip to content

Releases: danilowoz/react-content-loader

v7.0.0

08 Mar 17:47
1f9577c
Compare
Choose a tag to compare

7.0.0 (2024-03-08)

Features

BREAKING CHANGES

  • svg: The keyTimes, gradientTransform, and animateBegin options have been removed.

v6.2.1

12 Mar 11:56
c3a0e7c
Compare
Choose a tag to compare

6.2.1 (2023-03-12)

Bug Fixes

v6.2.0

09 Mar 18:22
7799084
Compare
Choose a tag to compare

6.2.0 (2022-03-09)

Features

v6.1.0

05 Dec 22:02
Compare
Choose a tag to compare

6.1.0 (2021-12-05)

Features

  • beforemask: add beforeMask prop for custom shape (#267) (b20fe47)

v6.0.3

06 Apr 08:07
b3cbb33
Compare
Choose a tag to compare

6.0.3 (2021-04-06)

Bug Fixes

  • web/svg.tsx: remove role=presentation from defs element. (#237) (b3cbb33)

v6.0.2

04 Mar 12:02
db8f64b
Compare
Choose a tag to compare

6.0.2 (2021-03-04)

Bug Fixes

v6.0.1

19 Jan 18:55
fb0e704
Compare
Choose a tag to compare

6.0.1 (2021-01-19)

Bug Fixes

  • react native: handle animated prop correctly on the animated callback (fb0e704)

v6.0.0

14 Jan 20:40
c6da59d
Compare
Choose a tag to compare

6.0.0 (2021-01-14)

Features

  • native/svg.tsx native/index.ts: implement 'interval' prop for RN (baee556)

BREAKING CHANGES

  • native/svg.tsx native/index.ts: The current delay is same as the speed. After the change it is a quarter of the
    speed by default.

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)