Skip to content

Releases: awesome-reveal/react-awesome-reveal

react-awesome-reveal@4.2.4

28 Jun 07:02
026a570
Compare
Choose a tag to compare

react-awesome-reveal@4.2.4 (2023-06-27)

Patch Changes

  • cfb05d8: Fix Slide and Zoom flicker when the element is just entering the view and certain conditions are met. Slide flickers when direction is up. Zoom flickers when it is styled.

react-awesome-reveal@4.2.3

23 Jan 08:16
ed3b4d6
Compare
Choose a tag to compare

react-awesome-reveal@4.2.3 (2023-01-23)

Patch Changes

  • Removed hidden styles when animated components are not in the viewport

v4.2.2

22 Jan 17:16
7dfa3ab
Compare
Choose a tag to compare

4.2.2 (2023-01-22)

Patch Changes

  • Prevent flashing on first render

v4.2.0

22 Jan 17:02
4613ea4
Compare
Choose a tag to compare

4.2.0 (2023-01-22)

Minor Changes

  • Disable animations if user has a reduced motion setting applied system-wide
  • Removed css prop from the Reveal component

Patch Changes

  • Refactored code to be more functional
  • Emotion's css prop is not used anymore by the animated components – they now all use inline styling. This should improve runtime perfs due to less Emotion work

v4.1.0

10 Oct 07:52
587a527
Compare
Choose a tag to compare

4.1.0 (2022-10-10)

Features

  • Slighly reduced bundle size

Fixes

  • Invalid source maps (closes #137)

v4.0.1

26 Aug 17:34
Compare
Choose a tag to compare

4.0.1 (2022-08-26)

Fixes

  • Inifinite recursion when passing raw strings to any animated component (closes #133)

v4.0.0

07 Aug 21:09
7d3ef06
Compare
Choose a tag to compare

4.0.0 (2022-08-07)

Main Changes

  • React 18 support
  • Reduced package size (it is now half the v3 install size)
  • @emotion/react must be installed separately

v3.8.1

10 Jun 10:32
Compare
Choose a tag to compare

3.8.1 (2021-06-10)

Bug Fixes

  • release: fix release package to NPM (5089030)

v3.8.0

10 Jun 10:24
Compare
Choose a tag to compare

3.8.0 (2021-06-10)

Bug Fixes

  • baseurl: removed baseUrl (44d2095)
  • vercel: removed vercel.json config (547df21)

Features

  • types: component prop types are now exported (be1e2c1), closes #79
  • website: added a Docusaurus-based doc website (3f24101)
  • website: removed sample md file (0439a4c)

v3.7.2

02 Jun 11:33
Compare
Choose a tag to compare

3.7.2 (2021-06-02)

Bug Fixes

  • ci: fixed release pipeline (ad2a644)
  • ci: removed node v10 from CI pipeline (9b0e968)