v5.34.2
webiny/webiny-jsv5.34.2Feb 4, 2023by adrians5j
AI Summary
Fixes Form Builder error handling and tenant headers, resolves Page Builder theme loading issues, and adds support for headers prop on Form components.
Key Highlights
- Fix Form Builder error handling and tenant headers
- Fix Page Builder theme loading during initial mount
- Add support for headers prop on Form component
- Fix theme availability checks for rendering elements
Full Release Notes
## [5.34.2](https://github.com/webiny/webiny-js/compare/v5.34.1...v5.34.2) (2023-02-04) ### Bug Fixes * **app-form-builder:** add error handling ([31e1819](https://github.com/webiny/webiny-js/commit/31e1819b6688e39bf3878a6accecdb7bd819cb32)) * **app-form-builder:** pass correct tenant header to Form element in PB editor ([fa6df4f](https://github.com/webiny/webiny-js/commit/fa6df4ffe6e696c9b65856dde4633885c0f5c08e)) * **app-form-builder:** remove formId selection from form fields ([a6440ea](https://github.com/webiny/webiny-js/commit/a6440ea91d1a1e16dffde19073f149e627038e22)) * **app-page-builder:** try loading theme during initial component mount ([51c0276](https://github.com/webiny/webiny-js/commit/51c027606701bb0ebc32882be6c83a68030bf394)) * **app-page-builder-elements:** add support for headers prop on Form component ([82b0d37](https://github.com/webiny/webiny-js/commit/82b0d37b5609eb6e7436d7c44df13cc08ec8a939)) * **app-page-builder-elements:** don't render elements if theme is not available ([2be9758](https://github.com/webiny/webiny-js/commit/2be97589f9df07fd609426e5144ab63037385139)) * **cwp-template-aws:** update theme form layout ([518ff62](https://github.com/webiny/webiny-js/commit/518ff6226deeeb8fdb12e1bd58f250d0c34d966a))