Skip to content

Releases: jscottsmith/react-scroll-parallax

v1.3.1

14 Feb 05:28
Compare
Choose a tag to compare

Changes

  • README updates

v1.3.0

13 Feb 07:44
Compare
Choose a tag to compare

Changes

  • Adds new <ParallaxBanner> component
  • Add Storybook showcasing <Parallax> and <ParallaxBanner>
  • Improve test coverage

v1.2.1

28 Jan 05:18
Compare
Choose a tag to compare

Changes

  • Fix for controller not re-instantiating during route changes for usage with Next.js #19

v1.2.0

23 Jan 07:47
Compare
Choose a tag to compare

Changes

  • Add styleInner and styleOuter props to the <Parallax> component and add to README
  • Add Storybook and deploy at react-scroll-parallax-v1.surge.sh
  • Add react-test-render for snapshot testing
  • Update parseUnit util
  • Fix error boundary warning in test from react 16
  • Remove old example code

v1.1.2

14 Jan 00:13
Compare
Choose a tag to compare

Changes

  • Update README to provide clarifications for #18, #17 & #9
  • Additional README updates to provide more example usages and links
  • Support React 16; move React to peerDependencies
  • Add Travis CI for sending coverage reports to codecov.io
  • Increase test coverage

v1.1.1

25 Oct 05:40
Compare
Choose a tag to compare

Changes

  • Fix re-mounting <ParallaxProvider> such as in a route change #9
  • Support IE11 without polyfill #10

v1.1.0

21 Sep 01:18
Compare
Choose a tag to compare

Changes

  • Add the <ParallaxProvider /> component that provides the parallaxController via context to children.
  • Update the Usage section of the Readme to document using the new <ParallaxProvider /> component.
  • Update the Parallax Controller Context section of the Readme to document accessing the parallaxController via context and the available methods.
  • Add warning to update usage if using the old ParallaxController.init() without the <ParallaxProvider /> method.

v1.0.2

20 Sep 22:29
Compare
Choose a tag to compare

Changes

  • Updates to the readme to clarify the ParallaxController global. See Issue #4

v1.0.0

06 Aug 06:03
Compare
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
Compare
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