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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump history from 4.10.1 to 5.0.0 #1939

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2020

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

You can trigger a rebase of this PR 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 Oct 19, 2020
@dependabot dependabot bot requested a review from a team October 19, 2020 05:19
@oponder
Copy link
Contributor

oponder commented Oct 19, 2020

Not sure how to fix this... based on a bit of googling people are suggesting to downgrade for now:

remix-run/history#804 remix-run/history#811

Wait for react-router v6 to come out? remix-run/history#803 (comment)

@axbarsan
Copy link
Contributor

Let's wait for react-router-dom v6 馃憤馃徎

@marians
Copy link
Member

marians commented Oct 29, 2020

Since keeping this PR open blocks dependabot, I'll let it close this one.

@dependabot ignore this major version

@dependabot dependabot bot closed this Oct 29, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2020

OK, I won't notify you about version 5.x.x again, unless you re-open this PR or update to a 5.x.x release yourself.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/history-5.0.0 branch October 29, 2020 13:07
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.

None yet

3 participants