Update dependency scroll-behavior to ^0.11.0 - abandoned #17
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:
^0.3.2
->^0.11.0
Release Notes
taion/scroll-behavior
v0.11.0
Compare Source
addTransitionHook
toaddNavigationListener
(#373)addEventListener
polyfill (#374)POP
navigations (#369)v0.10.0
Compare Source
beforeunload
(#344)v0.9.12
Compare Source
stop
method to TypeScript definition forScrollBehavior
(#365)v0.9.11
Compare Source
v0.9.10
Compare Source
history.scrollRestoration
before unloading page (#134)v0.9.9
Compare Source
This release was published in error. It's the same as v0.9.8.
v0.9.7
Compare Source
This release was published in error. It's the same as v0.9.6.
v0.9.5
Compare Source
scrollToTarget
part of the public API that can be overridden by subclasses (#125)v0.9.4
Compare Source
window
elements (#122)v0.9.3
Compare Source
v0.9.2
Compare Source
v0.9.1
Compare Source
v0.9.0
Compare Source
This release removes the previous
withScroll
history enhancer along with any direct dependencies on history. Instead, this library now only needs the ability to install a transition hook and to interact with page session storage.This change will allow things like simultaneous full compatibility with history v2 and v3 (net of bugs with hash history in the latter) in react-router-scroll, as well as integration with other history management libraries.
ScrollBehavior
class (#107)withScroll
history enhancer (#107)history
and instead use more granular configuration ofScrollBehavior
objects to allow integrate with other history management libraries (#107)readPosition
method onScrollBehavior
; theread
method on the providedstateStorage
object exposes the same data (#107)v0.8.2
Compare Source
createHref
instead ofcreatePath
to minimize used surface area of history API (#100)v0.8.1
Compare Source
.default
(#98)v0.8.0
Compare Source
ScrollBehavior
to take ashouldUpdateScroll
function at construction time, and changeupdateScroll
to take the previous and next context forshouldUpdateScroll
callbacks (#91, #94)registerScrollElement
method to extended history for managing scroll behavior of elements other thanwindow
(#86, #91, #94)v0.7.0
Compare Source
getCurrentLocation
instead ofgetCurrentKey
inScrollBehavior
constructor (#72)scrollPosition
fromlocation.state
(#73)v0.6.1
Compare Source
v0.6.0
Compare Source
This release is in preparation for releasing react-router-scroll, which will properly integrate this scroll behavior management with React Router.
withStandardScroll
, and make the formerwithStandardScroll
the package main import (#63)shouldUpdateScroll
support (#63)ScrollBehavior
class with core scroll management for use in other libraries (#63)v0.5.0
Compare Source
shouldUpdateScroll
(#58)prevLocation
forshouldUpdateScroll
callback asnull
instead ofundefined
(#61)v0.4.0
Compare Source
shouldUpdateScroll
(https://github.com/taion/scroll-behavior/pull/53)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 has been generated by Mend Renovate. View repository job log here.