Releases: jscottsmith/react-scroll-parallax
Releases · jscottsmith/react-scroll-parallax
v1.3.3
Changes
- Add Issue Template
v1.3.2
v1.3.1
Changes
- README updates
v1.3.0
Changes
- Adds new
<ParallaxBanner>component - Add Storybook showcasing
<Parallax>and<ParallaxBanner> - Improve test coverage
v1.2.1
v1.2.0
Changes
- Add
styleInnerandstyleOuterprops to the<Parallax>component and add to README - Add Storybook and deploy at react-scroll-parallax-v1.surge.sh
- Add
react-test-renderfor snapshot testing - Update
parseUnitutil - Fix error boundary warning in test from react 16
- Remove old example code
v1.1.2
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
v1.1.0
Changes
- Add the
<ParallaxProvider />component that provides theparallaxControllerviacontextto 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
parallaxControllerviacontextand the available methods. - Add warning to update usage if using the old
ParallaxController.init()without the<ParallaxProvider />method.