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

Bump history from 4.10.1 to 5.0.0 #163

Closed
wants to merge 4 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps history from 4.10.1 to 5.0.0.

Release notes

Sourced from history's releases.

v5.0.0

Today we are very pleased to announce the stable release of history version 5!

Overview

This version includes many enhancements and fixes a few important issues with the library.

New Features

  • Hash history now has support for location.state
  • Better history.block API, with support for retrying transitions
  • Full TypeScript declarations and IntelliSense docs
  • Adds development and production builds for <script type=module> users
  • Both browser and hash history have support for iframes (custom window objects)
  • About 50% smaller than v4 (and no dependencies)

Bugfixes

  • Fixed some long-standing encoding issues with location.pathname
  • Removed unfixable warnings about pushing the same path in hash history
  • Renamed browser global to HistoryLibrary so it doesn't conflict with window.History

Breaking Changes

  • Removed support for browsers that do not support the HTML5 history API (no pushState)
  • Removed relative pathname support in hash history and memory history
  • Removed getUserConfirmation, keyLength, and hashType APIs

Usage

Please refer to our installation guide for instructions about how to install the library.

There is also a getting started guide as well as a complete API reference in the docs folder.

We are very excited about this release, especially because it will serve as the foundation for the upcoming release of React Router version 6.

Thank you for your support. Enjoy! 😀

v5.0.0-beta.8

[You can track v5 beta progress in #751](ReactTraining/history#751)

You can install the v5 beta using the next tag: npm add history@next

Changes

In this release the core library was converted to TypeScript, and the type declaration files that are published with the npm package are derived from the source instead of being written by hand. This should make them both more accurate and more useful.

A migration guide will be available soon. For now, you can either browse around the docs on the dev branch or the tests.

Enjoy!

... (truncated)

Commits
  • 026d9e5 Version 5.0.0
  • ef40006 Remove api doc generation script
  • 9930845 Update doc links to master branch
  • 987ff43 Add some more type declarations
  • 4ab6a42 Restore syntax highlights in declaration blocks
  • 41bacf0 Add more links to doc comments
  • a7ae54c More docs + IntelliSense doc comments
  • 1babffe Update API docs
  • 0f95d29 More tweaks to API docs
  • f88b174 Small tweaks to api reference
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [history](https://github.com/ReactTraining/history) from 4.10.1 to 5.0.0.
- [Release notes](https://github.com/ReactTraining/history/releases)
- [Commits](remix-run/history@v4.10.1...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
Bumps [history](https://github.com/ReactTraining/history) from 4.10.1 to 5.0.0.
- [Release notes](https://github.com/ReactTraining/history/releases)
- [Commits](remix-run/history@v4.10.1...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/history-5.0.0 branch from 37db769 to c798766 Compare March 19, 2021 08:57
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2021

A newer version of history exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@runejo
Copy link
Contributor

runejo commented Mar 3, 2022

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2022

Superseded by #218.

@dependabot dependabot bot closed this Mar 3, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/history-5.0.0 branch March 3, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants