Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: -286 B (-0.02%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
packages/interface/CHANGELOG.md
Outdated
|
|
||
| ## Unreleased | ||
|
|
||
| ### Breaking Changes |
There was a problem hiding this comment.
I'm not entirely sure it's helpful when publishing with dist-tag=wp-6.7. The version bump will be from 6.8.5 to 6.8.6:
The changelog won't get updated. So if we want to keep any log, it should be listed as Bug Fix under 6.8.6 section.
packages/interface/CHANGELOG.md
Outdated
| ## 6.8.6 (2024-10-11) | ||
|
|
||
| ### Bug fix | ||
|
|
||
| - `InterfaceSkeleton` no longer supports region navigation and its props `enableRegionNavigation` and `shortcuts` are removed. ([#63611](https://github.com/WordPress/gutenberg/pull/63611)). It’s recommended to add region navigation with the higher-order component `navigateRegions` or the hook `__unstableUseNavigateRegions` from `@wordpress/components`. |
* Avoid to pass unnecessary props to useNavigateRegions. * Remove bubblesVirtually from WP logo slot. * Restore bubblesVirtually. * Move useNavigateRegions to an outermost ancestor. * Remove no longer used enableRegionNavigation prop. * Add changelog entry --------- Co-authored-by: afercia <afercia@git.wordpress.org> Co-authored-by: stokesman <presstoke@git.wordpress.org> Co-authored-by: kevin940726 <kevin940726@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: getdave <get_dave@git.wordpress.org> Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
35cd438 to
3f791b9
Compare
Manually fixes conflicts (in the CHANGELOG) and backports #63611 to the 6.7 release.
Cc @aaronrobertshaw