-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Is your feature request related to a problem? Please describe.
Changelogs for @wordpress/* package updates are great in that they are following semantic versioning and contain the "breaking changes" section in the changelog (example). 🎉
Neither is true for Gutenberg plugin updates tho. 😞
For example in the latest update post and plugin changelog we had:
Various
Block Editor: Remove (more) legacy “editor-” class name compatibility
Describe the solution you'd like
A clear "breaking changes" section in the changelog would be helpful.
I don't mind if they're double, so the above example would be twice in the document. That way folks could only skim "breaking" section if they don't wanna read the whole thing.
Additional instructions on how to migrate would be helpful too.
"Upcoming breaking changes" could be another useful thing: so example of CSS class deprecation would be called out clearly upfront.
Describe alternatives you've considered
–