Skip to content

Releases: jscottsmith/react-scroll-parallax

v1.0.0

06 Aug 06:03

Choose a tag to compare

Changes

  • Remove will-change property from elements. Should be added by users as needed, not by default.
  • Test desktop browser support for major browsers.
  • Document expected browser support.
  • Moved examples on GitHub pages to new repo
  • Use correct prop-types package

1.0.0-beta.1

23 Jun 06:32

Choose a tag to compare

1.0.0-beta.1 Pre-release
Pre-release

Changes

  • Rename ParallaxScrollListener to ParallaxController
  • Increase test coverage
  • Complete documentation of component and ParallaxController public API
  • Review and clean up code comments
  • Update GitHub pages examples

v1.0.0-alpha.2

11 Jun 07:31

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release

Changes

  • Corrected a number of publishing issues including transpiling src files with Babel in a prepublish script and fixing the main entry point.
  • Refactored ParallaxScrollListener to use a singleton pattern and changed how it is imported and initialized on the client.

v1.0.0-alpha.1

11 Jun 07:50

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release
bump alpha version

v1.0.0-alpha

11 Jun 07:27

Choose a tag to compare

v1.0.0-alpha Pre-release
Pre-release

Initial release.