π React component that monitors scroll events to trigger callbacks when it enters, exits and progresses through the viewport. All callback include the progress and velocity of the scrolling, in the event you want to manipulate stuff based on those values.
This version is covered by your current version range and after updating it in your project the build failed.
rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/ryanhefner/react-scroll-trigger/766?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).
Release Notes for v1.32.1
2020-03-06
Bug Fixes
Handle default export detection for AMD and IIFE externals that do not have a prototype (#3420)
Handle missing whitespace when the else branch of an if-statement is simplified (#3421)
Mention the importing module when reporting errors for missing named exports (#3401)
Add code to warning for missing output.name of IIFE bundles (#3372)
Pull Requests
#3372: Add warning code for missing output.name of IIFE bundle that has export (@rail44)
#3401: Missing exports errors now print the importing module (@timiyay)
#3418: Structure lifecycle hooks, add links to build time hooks (@lukastaegert)
#3420: Update generated code of getInteropBlock() to work with null prototype objects (@jdalton)
#3421: Avoid invalid code when "else" branch is simplified (@lukastaegert)
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
βοΈ Important announcement: Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency rollup was updated from
1.32.0
to1.32.1
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/ryanhefner/react-scroll-trigger/766?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v1.32.1
2020-03-06
Bug Fixes
Pull Requests
Commits
The new version differs by 8 commits.
f458cbf
1.32.1
8cbf216
Update changelog
97b8c40
warn.code for missing output.name of IIFE bundle that has export (#3372)
eeda078
Update generated code of getInteropBlock() to work with null prototype objects (#3420)
85c54ee
Avoid invalid code when "else" branch is simplified (#3421)
1e6284f
Missing exports errors now print the importing module (#3401)
baf382a
Fix internal documentation links
6f0f62b
Structure lifecycle hooks, add links to build time hooks (#3418)
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: