Skip to content

Releases: jscottsmith/react-scroll-parallax

v1.3.3

16 Mar 19:57
Compare
Choose a tag to compare

Changes

v1.3.2

05 Mar 02:45
Compare
Choose a tag to compare

Changes

  • Add support for custom children as layer content for ParallaxBanner #22

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