Block Editor: Restore ToolSelector component for backward compatibility#73592
Block Editor: Restore ToolSelector component for backward compatibility#73592
Conversation
|
It's a shame that this PR can't be shipped into 6.9.0, but I think it should be released into at least 6.9.1. |
|
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: +110 B (0%) Total Size: 2.54 MB
ℹ️ View Unchanged
|
785c0f6 to
848963b
Compare
andrewserong
left a comment
There was a problem hiding this comment.
Good idea, thanks for adding it back in!
…ty (#73592) Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
…ty (#73592) Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
|
This PR has been backported to the |

See #72193 (comment)
What?
This PR restores the
ToolsSelectorcomponent, which renders nothing for backward compatibility.Why?
This component is probably not widely used by consumers, but since it is a public component, it cannot simply be removed. In fact, it caused problems in the pattern directory. See WordPress/pattern-directory#730
How?
Restore the component with a deprecation message.
Testing Instructions
For example, use the component as follows: