Conversation
mj12albert
commented
Dec 10, 2024
- I have followed (at least) the PR section of the contributing guide.
Netlify deploy previewhttps://deploy-preview-44710--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
0bb62bb to
b95bf58
Compare
c4d0181 to
02ffb75
Compare
|
Quick question. I might have missed it but can we make sure Joy UI will be compatible with React19 as well? I understand it's not Prio 1 but it is used and I think a release is warranted here! |
|
MUI X also needs a Joy release to unblock mui/mui-x#15769 (comment). The types are already updated, I think we only need to release, may I ask you to include it here @mj12albert? |
02ffb75 to
e71bf65
Compare
|
I've bumped the Joy version as well! |
packages/mui-joy/package.json
Outdated
| { | ||
| "name": "@mui/joy", | ||
| "version": "5.0.0-beta.46", | ||
| "version": "5.0.0-beta.47", |
There was a problem hiding this comment.
Latest published version of joy is 5.0.0-beta.48 (released from the v5.x branch), so we should bump it to 49.
@aarongarciah @siriwatknp do you recall if there might be any issues releasing joy from this branch?
I think it should be fine, as no breaking changes to Joy should've been made since the v6 master/next split. I would prefer to release them from this branch as it's ready with React 19 changes, whereas v5.x is still missing some final changes.
There was a problem hiding this comment.
I can't recall any issues.
e71bf65 to
91eda83
Compare
|
It's not possible to install Maybe it wasn't deployed? |
|
@rodrigogs It should be fixed now (#44724 (comment)), please try again 🙏 |
|
It worked, thank you! |