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

[CHANGELOG] Add missing entries #16030

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Dec 29, 2024

I was working on #16031 and need to know in which version #15521 was released to recreate a reproduction. I found no match for #15521 in the codebase, from there I knew something was broken.

As it turned out, this was released in v8.0.0-alpha.2. Proof: nor https://github.com/mui/mui-x/releases/tag/v8.0.0-alpha.2 or #15656 has it.

As for why it happened, I guess it's because of this, see the timeline:

SCR-20241229-oesz SCR-20241229-oeuk

Edit: Ah actually, looking at why it happened made me wonder if we didn't miss other entries in the changelog. And yes, bingo v8.0.0-alpha.1...v8.0.0-alpha.2 PR updated.

I use the CHANGELOG.md very often to pinpoint where regressions started, I would imagine developers use the CHANGELOG.md to figure out in which version changes were released. So I think we need this to be accurate.

We could solve this at the root with: mui/mui-public#259.


Edit: Ah the h2 version header is wrong, inconsistent with Material UI and Base UI. I have fixed it and updated the existing ones for the past, and the changelog generation script for the future.


Edit: While I was at it, I brought the least changelog from the v7.x branch.


Edit: Ah #15655 as the same issue with missing entries v7.22.3...v7.23.0, I have brought them back here.

@oliviertassinari oliviertassinari added the docs Improvements or additions to the documentation label Dec 29, 2024
@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label Dec 29, 2024
@mui-bot
Copy link

mui-bot commented Dec 29, 2024

Deploy preview: https://deploy-preview-16030--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 96e5aa4

@oliviertassinari oliviertassinari changed the title [CHANGELOG] Add missing entry [CHANGELOG] Add missing entries Dec 29, 2024
@@ -339,7 +339,7 @@ async function main(argv) {
};

const changelog = `
## __VERSION__
## v__VERSION__
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If others are fine with aligning on keeping the v prefix, I'm good with this. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants