Releases: jscottsmith/react-scroll-parallax
Releases · jscottsmith/react-scroll-parallax
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
styleInner
andstyleOuter
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
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 theparallaxController
viacontext
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
viacontext
and the available methods. - Add warning to update usage if using the old
ParallaxController.init()
without the<ParallaxProvider />
method.
v1.0.2
v1.0.0
1.0.0-beta.1
Changes
- Rename
ParallaxScrollListener
toParallaxController
- Increase test coverage
- Complete documentation of component and ParallaxController public API
- Review and clean up code comments
- Update GitHub pages examples