Update dependency use-resize-observer to v8 #297
Closed
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:
^6.1.0
->^8.0.0
Release Notes
ZeeCoder/use-resize-observer
v8.0.0
Compare Source
Bug Fixes
onResize
callback is no longer incorrectly called with the same values. (bd0f3c8)Features
box
option (0ca6c23), closes #31 #57round
option. (aa38199), closes #55 #46 #61BREAKING CHANGES
resize-observer-polyfill
in favour of@juggle/resize-observer
. (8afc8f6)v7.1.0
Compare Source
This was an accidental release, and an equivalent of V8.
7.0.1 (2021-07-27)
Bug Fixes
v7.0.1
Compare Source
Bug Fixes
v7.0.0
Compare Source
Bug Fixes
observe. This for example means that if you pass in
null
or undefined as theref, or if neither the default ref or RefCallback returned from the hook are
in use, then no ResizeObserver instance will get created until there's an
actual element to observe. Resolves: #42
its host component already unmounted.
Features
ref
option now accepts raw elements as well.BREAKING CHANGES
Previously when a custom ref object was passed, it was returned as well from
the hook as "ref".
callbackRef
return value anymore.Misc
has been greatly refactored internally (into the
useResolvedElement
hook), to handle more edge cases with the way refs are handled.
and more approachable.
works all the way back to IE11.
also announced a limit on OS projects.)
Configuration
📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.
🚦 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 has been generated by WhiteSource Renovate. View repository job log here.