-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
v7.23.4 #16003
v7.23.4 #16003
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,44 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## v7.23.4 | ||
|
||
_Dec 27, 2024_ | ||
|
||
We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: | ||
Check warning on line 10 in CHANGELOG.md GitHub Actions / runner / vale
|
||
|
||
- 🌍 Improve Dutch (nl-NL) locale on the Data Grid | ||
- 🐞 Bugfixes | ||
|
||
Special thanks go out to the community contributor who has helped make this release possible: | ||
@JoepVerkoelen. | ||
Following are all team members who have contributed to this release: | ||
@arminmeh, @oliviertassinari. | ||
|
||
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> | ||
|
||
### Data Grid | ||
|
||
#### `@mui/[email protected]` | ||
|
||
- [DataGrid] Fix header filters showing clear button while empty (#15990) @k-rajat19 | ||
- [DataGrid] Replace `forwardRef` with a shim for forward compatibility (#15984) @lauri865 | ||
- [l10n] Improve Dutch (nl-NL) locale (#15920) @JoepVerkoelen | ||
|
||
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') | ||
|
||
Same changes as in `@mui/[email protected]`. | ||
|
||
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') | ||
|
||
Same changes as in `@mui/[email protected]`, plus: | ||
|
||
- [DataGridPremium] Fix column pinning with checkbox selection and row grouping (#15949) @k-rajat19 | ||
|
||
### Docs | ||
|
||
- [docs] Fix outdated link to handbook (#15855) @oliviertassinari | ||
|
||
## 7.23.3 | ||
|
||
_Dec 19, 2024_ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm, something went wrong with this release. The
And indeed, there's no @DanailH We need to release a bugfix that would include releasing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, we are on top of it. @MBilalShafi is prepping a patch because only releasing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know what caused this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did 😄 It's 9.15.1 on
master
and I figured they should match, right?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I'm not sure 🤔
Maybe someone from @mui/code-infra can advise?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no arguments against this. 🤷
It goes out of sync because we stop bumping dependencies on anything other than
master
. 🤷There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LukasTy I did it mostly for convenience - It's annoying to switch the version of
pnpm
when releasing frommaster
andv7.x
On another note - have you thought about stopping the releases for v7?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you using
corepack
?The version should be picked up automatically if you have it installed.
But I agree that it could still end up annoying if the person doing the release does not have that particular outdated version released. 🙈
I don't think we've had this discussion yet. 🤔
AFAIK, we keep releasing the current stable if there are any relevant bug fixes and/or localization changes while we are in the pre-release phase.
Once the current major changes—releasing prior versions becomes increasingly less frequent. It's mostly bigger bug fixes that we consider back-porting.