-
Notifications
You must be signed in to change notification settings - Fork 823
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 with breaking changes #2976
Comments
Internal utilities like this one aren't documented generally—we don't advertise/recommend using them. This one specifically was bumped to major because I removed a type export for a really old
As in, you'd rather see
Strongly agree. I don't know when we'd find time to set this up, but it's on our radar. |
Good to know, thank you. Is it safe to assume that every package that's not used in the docs is internal? |
Yep exactly |
Documentation
There is currently no comprehensive changelog for breaking changes e.g. what are the breaking changes in
@radix-ui/[email protected]
? This makes it hard to upgrade Radix UI packages.It's also not apparent for users how package names map to the headings in https://www.radix-ui.com/primitives/docs/overview/releases.
Ideally we'd also have GitHub releases and tagged commits so that it is apparent when a change was released. You could automate all of this with Changesets
Related to #2508
Relevant Radix Component(s)
All
Examples from other doc sites
https://github.com/mui/material-ui/releases
The text was updated successfully, but these errors were encountered: