block-components
block-components copied to clipboard
A collection of components built to be used in the block editor
### Description of the Change This pull request introduces a new custom React hook, `useRenderAppenderWithLimit`, which allows developers to easily enforce a maximum number of inner blocks in WordPress blocks....
### Is your enhancement related to a problem? Please describe. There are times when we need more granular control over how many blocks can be added to a block that...
### Description of the Change This PR introduces four new JavaScript filters to the `ContentPicker` and `ContentSearch` components, enabling developers to extend queried fields and customize UI display to better...
### Describe the bug The content picker uses the `title.rendered` property from the REST-API to render the title on the `PickedItemPreview` component. This `title.rendered` property might contain HTML code depending...