Skip to content

Releases: danilowoz/react-content-loader

v6.0.1

19 Jan 18:55
fb0e704

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

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

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

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

Choose a tag to compare

5.1.2 (2020-09-20)

Bug Fixes

v5.1.1

29 Aug 14:06

Choose a tag to compare

5.1.1 (2020-08-29)

Bug Fixes

v5.1.0

22 Jun 12:36
4f6c5b0

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

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

Choose a tag to compare

5.0.3 (2020-04-05)

Bug Fixes

v5.0.2

20 Feb 11:04
8796960

Choose a tag to compare

5.0.2 (2020-02-20)

Bug Fixes

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