-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[meta] 5.0.0 changelog #6643
Comments
Further, despite a tagged 4.4.0 version here in github, the new version has not been published to npmjs. Not sure if this is intentional or not. |
see #6630 (comment) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Came here to open the same issue. Bumping to |
See the release for now: https://github.com/ReactTraining/react-router/releases/tag/v5.0.0 |
It might be worth mentioning; I've seen this same thing before from monorepos (IIRC it was Jest) where the packages all need to be exactly the same version, but they use ranges in their dep ranges. The bigger problem that it tends to cause (which was my issue w/ Jest) was that you can't actually pull older versions. If you say It would be a good idea for all the packages to not have (recently I've got in the habit of just no longer using version ranges at all in any of my projects. they cause more problems than they solve.) Anyway, thanks for the link! I always forget that "releases" is a page on github 😆 |
Yes, that's specifically why we released 5.0 and why #6644 exists. |
Please see https://github.com/ReactTraining/react-router/releases/tag/v5.0.0 for the full 5.0.0 changelog. There is also a blog post that goes into a bit more detail. tl;dr Just take your React Router 4 app and start using v5. No breaking changes. Related: Let's move away from CHANGES.md and just log stuff in GitHub releases. No reason that file needs to be versioned with everything else, and it's just one more step for people who are trying to contribute. |
I'm strongly in favor of that as well. We have changelog files in redux and react-redux which are just links to the releases page. And ever since GitHub added release-only watching of repos, it's basically the "right" way to do it. |
There is no changelog entry for
4.4.0
and https://github.com/ReactTraining/react-router/releases/latest links to version4.3.1
.The text was updated successfully, but these errors were encountered: