-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat(history-service): introduce v3 of the history service #716
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/prerelease |
Prereleased with npm dist-tag "history-v5" |
/prerelease |
Prereleased with npm dist-tag "history-v5" |
unstubbable
force-pushed
the
history-v5
branch
3 times, most recently
from
September 9, 2022 09:21
81a4258
to
eac581b
Compare
unstubbable
changed the title
feat(history-service): use history v5
feat(history-service): introduce v3 of the history service
Sep 9, 2022
/prerelease |
/deploy |
Prereleased with npm dist-tag "history-v5" |
Deployed to https://eac581b3.feature-hub.io |
unstubbable
force-pushed
the
history-v5
branch
from
September 9, 2022 10:06
eac581b
to
0ee5fb2
Compare
/prerelease |
Prereleased with npm dist-tag "history-v5" |
unstubbable
force-pushed
the
history-v5
branch
from
September 9, 2022 10:24
f36a0df
to
f376f3a
Compare
/prerelease |
Prereleased with npm dist-tag "history-v5" |
/deploy |
Deployed to https://f376f3a2.feature-hub.io |
unstubbable
force-pushed
the
history-v5
branch
2 times, most recently
from
September 14, 2022 16:51
3e4d3a2
to
99f5e2f
Compare
clebert
previously approved these changes
Sep 14, 2022
BREAKING CHANGE: Version 5 of the `history` package is now required as peer dependency. Some types of the root location transformer have been slightly changed, and the deprecated `primaryConsumerId` has been removed (replaced by `primaryConsumerHistoryKey`).
…nForMultipleConsumers`
unstubbable
force-pushed
the
history-v5
branch
from
September 14, 2022 16:58
99f5e2f
to
864611d
Compare
stemey
reviewed
Sep 15, 2022
clebert
approved these changes
Sep 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Version 3 of the history service provides a
history
that is compatible with v5 of the history package and therefore can also be used together with v6 of React Router.BREAKING CHANGE: Version 5 of the
history
package is now required as peer dependency. Some types of the root location transformer have been slightly changed, and the deprecatedprimaryConsumerId
has been removed (replaced byprimaryConsumerHistoryKey
).