react-awesome-reveal

React components to add reveal animations using the Intersection Observer API and CSS Animations.

MIT License

Downloads
110.4K
Stars
1.1K
Committers
8

Bot releases are visible (Hide)

react-awesome-reveal - v3.7.0

Published by morellodev almost 4 years ago

v3.7.0 (2021-01-18)

Dependencies

  • chore(deps): updated react peer dep version 31b361f
  • feat(jsx): make use of the new JSX transforms 8b39b3a
react-awesome-reveal - v3.6.0

Published by morellodev almost 4 years ago

v3.6.0 (2021-01-17)

Performance

  • perf(emotion): improved animation performance 88e29ec
react-awesome-reveal - v3.5.2

Published by morellodev almost 4 years ago

v3.5.2 (2021-01-06)

Dependencies

  • chore(deps): updated dependencies db2f2fa
react-awesome-reveal - v3.5.1

Published by morellodev almost 4 years ago

v3.5.1 (2020-11-20)

Dependencies

  • Updated core dependencies 6b09dae
react-awesome-reveal - v3.5.0

Published by morellodev almost 4 years ago

v3.5.0 (2020-11-16)

Dependencies

  • Updated Emotion to version 11 c304f16
react-awesome-reveal - v3.4.0

Published by morellodev almost 4 years ago

v3.4.0 (2020-11-10)

Features

  • Added onVisibilityChange hook for executing custom actions when animated elements enter or exit the viewport 6b449fd

Documentation

  • Updated README with onVisibilityChange documentation 679f360
react-awesome-reveal - v3.3.3

Published by morellodev almost 4 years ago

v3.3.3 (2020-11-08)

Packaging

  • Fixed a typo in module property of package.json 9584ee3
react-awesome-reveal - v3.3.2

Published by morellodev almost 4 years ago

v3.3.2 (2020-11-06)

Performance

  • Huge refactoring and removed some external dependencies 4418c69

Documentation

  • Fixed a typo in README 7e79139
  • Updated description field in package.json eed7efe

CI

  • Added GitHub Workflow for CI builds on commit d52b12b
  • Added GitHub Workflow for checking package size on PR submit d52b12b
react-awesome-reveal -

Published by morellodev about 4 years ago

v3.3.1 (2020-09-13)

Fixes

  • CSS classes defined on children elements are now passed down correctly bc4d0ea
react-awesome-reveal -

Published by morellodev about 4 years ago

v3.3.0 (2020-09-10)

This release does not contain breaking changes, only performance improvements due to an important update to a core dependency 🚀

  • chore(deps): updated dependencies in all packages 37a4004
  • chore(deps): updated dependencies f84b407
  • Merge branch 'master' of github.com:dennismorello/react-awesome-reveal f225140
  • docs(readme): polished "Custom Animations" section 49d5e18
  • docs(reamde): polished "Custom Animations" section 4be007b
  • docs(readme): added Openbase badge and "Fully customizable" feature highlight 3b8f238
  • Merge pull request #44 from dennismorello/dependabot/npm_and_yarn/example/yargs-parser-15.0.1 3d306cf
  • chore(deps): bump yargs-parser from 15.0.0 to 15.0.1 in /example 940a3b7
react-awesome-reveal - Documentation for Custom Animations

Published by morellodev about 4 years ago

  • docs(readme): added "Custom Animations" section b5609c0

https://github.com/dennismorello/react-awesome-reveal/compare/v3.2.0...v3.2.1

react-awesome-reveal - Fixed Reveal export

Published by morellodev about 4 years ago

  • fix(exports): fixed default export Reveal 9466935
  • fix(exports): fixed default export Reveal b2ec299

https://github.com/dennismorello/react-awesome-reveal/compare/v3.1.2...v3.2.0

react-awesome-reveal - Updated README and dependencies

Published by morellodev about 4 years ago

  • chore(deps): updated "docs" package dependencies c86ae87
  • chore(deps): updated "docs" package dependencies c1688bf
  • chore(deps): updated "example" package dependencies fb7e6de
  • chore(deps): updated @emotion/core, react-intersection-observer and some dev dependencies 56e9bfd
  • docs(readme): updated TOC c699c4d
  • docs(readme): updated AttentionSeeker component documentation 0774a07

https://github.com/dennismorello/react-awesome-reveal/compare/v3.1.1...v3.1.2

react-awesome-reveal - Release 3.1.1

Published by morellodev about 4 years ago

  • feat(classnames): added childClassName and childStyle; fixes #41 51a0d71

https://github.com/dennismorello/react-awesome-reveal/compare/v3.1.0...v3.1.1

react-awesome-reveal - Added className and Props support

Published by morellodev about 4 years ago

  • fix(classname): fixes #40 ea1d498
  • chore(funding): added GitHub sponsor username to FUNDING.yml 7445477
  • Create FUNDING.yml a400381

https://github.com/dennismorello/react-awesome-reveal/compare/v3.0.0...v3.1.0

react-awesome-reveal - React Awesome Reveal v3

Published by morellodev about 4 years ago

NEW

  • Uses Emotion CSS
  • Custom components are now directly animatable

Improvements

  • Reduced bundle size
  • Side-effects free package

Fixes

  • Initial content flickering fixed

Breaking Changes

  • <Reveal> component does not accept generic effects name anymore

Comparison with previous version: https://github.com/dennismorello/react-awesome-reveal/compare/v2.4.2...v3.0.0

react-awesome-reveal -

Published by morellodev about 4 years ago

  • chore(version): changed version in package.lock 4f34ba0
  • Merge branch 'master' into develop 21e31a9
  • docs(readme): updated README 0ebcca1
  • feat(anims): added special animations 39c8055
  • feat(anims): changed default Reveal animation to fadeInLeft 5f34865
  • Merge pull request #34 from dennismorello/dependabot/npm_and_yarn/example/elliptic-6.5.3 02614fd
  • feat(anims): added attention seekers animations 82e84f7
  • Bump elliptic from 6.5.2 to 6.5.3 in /example 4ef6ee7

https://github.com/dennismorello/react-awesome-reveal/compare/v3.0.0-alpha.2...v3.0.0-beta.0

react-awesome-reveal -

Published by morellodev about 4 years ago

  • refactor(styles): changed the way styles are passed to Emotion in Reveal component 65cd27f
  • refactor(jsx): removed useless children object passed to jsx function in Reveal component 12be1b6
  • feat(styles): added ability to pass custom Emotion styles to Reveal components 5251e15
  • feat(anims): added reversed Rotate animation c5f28b6

https://github.com/dennismorello/react-awesome-reveal/compare/v3.0.0-alpha.1...v3.0.0-alpha.2

react-awesome-reveal -

Published by morellodev about 4 years ago

  • feat(anims): added reversed Zoom animation 9a40039
  • feat(anims): added reversed Fade animation 33af712
  • feat(anims): added reversed Bounce animation ee077b2
  • feat(anims): added reversed Slide animation ad080a0
  • feat(anims): added Slide animation 6894218
  • feat(anims): added Zoom animation 9cf333e
  • style(prettier): formatted .eslintrc.js file e5424ee
  • feat(animation): added rotate animation d4ca8e0

https://github.com/dennismorello/react-awesome-reveal/compare/v3.0.0-alpha.0...v3.0.0-alpha.1