Full Changelog? #65212
Unanswered
mirkonasato
asked this question in
Help
Full Changelog?
#65212
Replies: 3 comments 6 replies
|
I second this option, trying to find changelog for 14.2.7 and I am baffled that I can't find it under few minutes. Actually I haven't find it yet. 🤯 |
6 replies
|
Just needed something similar, so created a page myself: https://nextjs-changelog.vercel.app/ (bookmark it!) Filtered out all the canary and rc crap. Only stable release notes. Page is a little heavy since it's rendering all versions with all changelog items so you can just CTRL + F. Will optimize that later. Also allows for only showing the relevant release notes for your upgrade path, say like from Updates automatically on new releases |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Hi all,
Is there a place where one can easily see the full changelog for all (and only) stable releases, like e.g. react/CHANGELOG.md? Whenever I need to find out in which Next.js version something changed it's a long and time consuming investigation.
github.com/vercel/next.js/releases includes all
canaryreleases, which makes it difficult to see only the stable ones, and each release is a separate page anyway. Announcements at nextjs.org/blog mostly show new features at a high level, but not the full details.Ideally I'd like a single page with all the changes made in all 14.x releases, then another for v13.x etc. If there isn't such a resource already I may try putting it together.
Thanks
Related but not quite the same discussions:
Additional information
No response
Example
No response
All reactions