This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
@faustwp/block-editor-utils@0.2.1
Patch Changes
f0543e0e: Adds missing TextAreaControl handler when specifing a control: 'textarea' in Component.config.editorFields.
Adding this configuration to your blocks will render TextAreaControls component in the editor.
// Component.js
Component.config = {
name: 'CreateBlockBlockB',
editorFields: {
textArea: {
type: 'string',
label: 'My Message',
location: 'editor',
control: 'textarea', // <--- Render a TextAreaControl field in the Gutenberg editor
},
},
};
@faustwp/core@3.0.3
Patch Changes
beb546a5: Bug: Fixes issue with review detection via query string is too greedy and catches non WP previews
@faustwp/wordpress-plugin@1.3.2
Patch Changes
84076cd1: Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.
Releases
@faustwp/block-editor-utils@0.2.1
Patch Changes
f0543e0e: Adds missing TextAreaControl handler when specifing a
control: 'textarea'
in Component.config.editorFields.Adding this configuration to your blocks will render TextAreaControls component in the editor.
@faustwp/core@3.0.3
Patch Changes
@faustwp/wordpress-plugin@1.3.2
Patch Changes