fix(deps): update dependency react-intersection-observer to v8.34.0 #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.32.1
->8.34.0
Release Notes
thebuilder/react-intersection-observer (react-intersection-observer)
v8.34.0
Compare Source
Features
Breaking changes
tag
prop from<InView>
, that was deprecated byas
some years ago. If you haven't changed it, this could break your build. The fix would be to replace all instances oftag
withas
.as
from the oldReactType
toElementType
. This would only be a problem if you are still using the old version of the React Types.v8.33.1
Compare Source
Bug Fixes
v8.33.0
Compare Source
Features
fallbackInView
(#521) (aa50422) - Closes #495This is solution for #495 that adds support for a
fallbackInView
value.You can set the fallback globally:
You can also define the fallback locally on
useInView
or<InView>
as anoption. This will override the global fallback value.
v8.32.5
Compare Source
Bug Fixes
v8.32.4
Compare Source
Bug Fixes
v8.32.3
Compare Source
Bug Fixes
v8.32.2
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.