Remove deprecation notice for __experimentalImageSizeControl
referencing private API replacements
#56403
Labels
[Package] Block editor
/packages/block-editor
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
Description
In WordPress 6.3 a deprecation notice was added to
wp.blockEditor.__experimentalImageSizeControl
referring developers towp.blockEditor.privateApis.DimensionsTool
andwp.blockEditor.privateApis.ResolutionTool
.As these are private APIs, they're unavailable to extending developers so it's not possible to act upon the deprecation notice.
The deprecation notice ought to be removed until the private APIs are made public and extenders can act upon the notice.
cc @fabiankaegy @Mamaduka
Step-by-step reproduction instructions
N/A: Developer Experience bug
Screenshots, screen recording, code snippet
gutenberg/packages/block-editor/src/components/image-size-control/index.js
Lines 34 to 38 in aa91684
Environment info
N/A
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: