WP 6.6: move from Post Editor to Site Editor versions of Utilities #37713
Closed
Labels
[Focus] Blocks
Issues related to the block editor, aka Gutenberg, and its extensions developed in Jetpack
[Focus] FSE
Issues related to the site editor / Full Site Editing / FSE feature in Gutenberg
[Pri] Normal
[Type] Janitorial
WordPress 6.6 will start moving multiple utilities from
@wordpress/edit-post
to@wordpress/editor
:PluginSidebar
PluginPostStatusInfo
PluginMoreMenuItem
PluginSidebarMoreMenuItem
PluginDocumentSettingsPanel
PluginBlockSettingsMenuItem
PluginPostPublishPanel
PluginPrePublishPanel
We use some of those utilities in Jetpack plugins, we'll consequently start loading them from
@wordpress/editor
on sites that run WordPress 6.6, to avoid deprecation notices.We should still support WordPress 6.5 for now though; only when WP 6.6 becomes the required version of WordPress in Jetpack plugins will we be able to fully remove backwards-compatibility code.
The text was updated successfully, but these errors were encountered: