Releases: wpengine/faustjs
Releases · wpengine/faustjs
@faustjs/next@0.16.0
Minor Changes
- 53bb9a6: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.
@faustwp/wordpress-plugin@1.3.2
Patch Changes
- 84076cd: Bug: Fixes issue with blocks not showing in the block editor when running blockset command on WP >=v6.5
@faustwp/core@3.0.3
Patch Changes
- beb546a: Bug: Fixes issue with review detection via query string is too greedy and catches non WP previews
@faustwp/block-editor-utils@0.2.1
Patch Changes
-
f0543e0: 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/wordpress-plugin@1.3.1
Patch Changes
- c28624c: Improve domain_match function to handle port checks and Add Comprehensive Test Cases
@faustwp/wordpress-plugin@1.3.0
@faustwp/cli@3.0.2
Patch Changes
-
f946d7a: Faust CLI now outputs version number when running dev|build|start commands.
When running those commands it will print the current Faust core and cli versions in the console:
% npm run dev -w examples/next/faustwp-getting-started info - Faust.js v3.0.1 info - Faust.js CLI v3.0.1 ready - started server on 0.0.0.0:3000, url: http://localhost:3000 ...
@faustjs/next@0.15.14
Patch Changes
- 3c78b75: Update Next.js dependency to 12.3.4
@faustwp/wordpress-plugin@1.2.3
Patch Changes
- 4724719: Faust now errors if the NEXT_PUBLIC_WORDPRESS_URL matches the Headless URL in Faust Plugin settings.
@faustwp/experimental-app-router@0.3.1
Patch Changes
- aee31a5: Fixed issue where Faust's route handler failed to retrieve a token when trailingSlash is set to true in next.config.js.