Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency scroll-behavior to ^0.11.0 - abandoned #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 11, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
scroll-behavior ^0.3.2 -> ^0.11.0 age adoption passing confidence

Release Notes

taion/scroll-behavior

v0.11.0

Compare Source

  • Breaking: Rename addTransitionHook to addNavigationListener (#​373)
  • Breaking: Drop addEventListener polyfill (#​374)
    • This polyfill is now required for IE8 support
  • Feature: Save scroll position on page unload and on non-POP navigations (#​369)
  • Chore: Add ES module build (#​370)

v0.10.0

Compare Source

  • Breaking: Use Page Lifecycle events instead of beforeunload (#​344)
    • This is not expected to break any user code; however, pages that use scroll-behavior should now work with the page navigation cache

v0.9.12

Compare Source

  • Bugfix: Add stop method to TypeScript definition for ScrollBehavior (#​365)

v0.9.11

Compare Source

  • Feature: Export TypeScript types (#​287)
  • Feature: Add API to pause scroll position saving (#​306)
  • Bugfix: Always save the initial scroll position (#​293)

v0.9.10

Compare Source

  • Bugfix: Restore old value of 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

  • Feature: Make scrollToTarget part of the public API that can be overridden by subclasses (#​125)

v0.9.4

Compare Source

  • Feature: Save scroll position continually for non-window elements (#​122)

v0.9.3

Compare Source

v0.9.2

Compare Source

  • Bugfix: Don't check initial scroll position to avoid browser quirks (#​110)

v0.9.1

Compare Source

  • Chore: Remove ES module build to avoid issues with transpiled imports in webpack 2 (#​108)

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.

  • Breaking: Change package export to be the ScrollBehavior class (#​107)
  • Breaking: Remove withScroll history enhancer (#​107)
  • Breaking/Feature: Remove explicit dependency on history and instead use more granular configuration of ScrollBehavior objects to allow integrate with other history management libraries (#​107)
  • Breaking: Remove readPosition method on ScrollBehavior; the read method on the provided stateStorage object exposes the same data (#​107)

v0.8.2

Compare Source

  • Refactor: Use createHref instead of createPath to minimize used surface area of history API (#​100)

v0.8.1

Compare Source

  • Bugfix: Fix CommonJS exports to not require .default (#​98)

v0.8.0

Compare Source

  • Breaking: Change ScrollBehavior to take a shouldUpdateScroll function at construction time, and change updateScroll to take the previous and next context for shouldUpdateScroll callbacks (#​91, #​94)
  • Feature: Add registerScrollElement method to extended history for managing scroll behavior of elements other than window (#​86, #​91, #​94)

v0.7.0

Compare Source

  • Breaking: Take getCurrentLocation instead of getCurrentKey in ScrollBehavior constructor (#​72)
  • Breaking: Remove scrollPosition from location.state (#​73)
  • Feature: Support hash histories without query key (#​74)

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.

  • Breaking: Remove scroll behaviors other than the former withStandardScroll, and make the former withStandardScroll the package main import (#​63)
  • Breaking: Remove async shouldUpdateScroll support (#​63)
  • Feature: Extract ScrollBehavior class with core scroll management for use in other libraries (#​63)

v0.5.0

Compare Source

  • Breaking: Extend history objects rather than enhancing history factories (#​60)
  • Feature: Add support for async shouldUpdateScroll (#​58)
  • Bugfix: Initialize prevLocation for shouldUpdateScroll callback as null instead of undefined (#​61)

v0.4.0

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/scroll-behavior-0.x branch from 2e49dec to f44c7a6 Compare March 15, 2020 10:57
@renovate renovate bot changed the title Update dependency scroll-behavior to ^0.9.0 Update dependency scroll-behavior to ^0.10.0 Mar 15, 2020
@renovate renovate bot force-pushed the renovate/scroll-behavior-0.x branch from f44c7a6 to afd2aa7 Compare April 28, 2020 04:53
@renovate renovate bot changed the title Update dependency scroll-behavior to ^0.10.0 Update dependency scroll-behavior to ^0.11.0 Apr 28, 2020
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency scroll-behavior to ^0.11.0 Update dependency scroll-behavior to ^0.11.0 - abandoned Dec 8, 2024
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant