v5.34.3
webiny/webiny-jsv5.34.3May 15, 2023by adrians5j
AI Summary
Fixes text alignment compatibility, exposes the `productionEnvironments` property, adds GraphQL schema logs, and enables moving elements on the canvas.
Key Highlights
- Expose `productionEnvironments` property in application config
- Enable moving elements on the canvas
- Add GraphQL schema generation logs
- Fix text alignment modifier for backward compatibility
Full Release Notes
## [5.34.3](https://github.com/webiny/webiny-js/compare/v5.34.2...v5.34.3) (2023-02-13) ### Bug Fixes * ensure `textAlign` modifier handles both string and object values (backwards compatibility) [no ci] ([6905231](https://github.com/webiny/webiny-js/commit/6905231b782d9fdb46024f0ec754729898881fd0)) * expose `productionEnvironments` property in `webiny.application.ts` ([#3014](https://github.com/webiny/webiny-js/issues/3014)) ([ec507c8](https://github.com/webiny/webiny-js/commit/ec507c88a4b13df2716bf1dcb8bbc27c8dd512d0)) * **api-headless-cms:** generate graphql schema logs ([1a09812](https://github.com/webiny/webiny-js/commit/1a098125f7fea27f610599e64cd3a82df3ff566b)) * **api-headless-cms:** graphql group slug ([#3006](https://github.com/webiny/webiny-js/issues/3006)) ([8076c26](https://github.com/webiny/webiny-js/commit/8076c2667c4a4582b89b1b886c5b6e0e8cda431b)) * **api-headless-cms:** validate executable schema on model update ([#3011](https://github.com/webiny/webiny-js/issues/3011)) ([98b99fd](https://github.com/webiny/webiny-js/commit/98b99fd20f2fe70be29c6a3aebd652c78e93d464)) * apply `z-index: 1` to animated elements ([e00a71c](https://github.com/webiny/webiny-js/commit/e00a71c8344c4e6c153b53d03f1f24c7a6f08666)) * enable moving elements on canvas ([e1fe1f6](https://github.com/webiny/webiny-js/commit/e1fe1f6921800f1907bf8efa87c44ffafb9a109b)) * ensure title is saved upon hitting Enter key ([0672584](https://github.com/webiny/webiny-js/commit/0672584b43420d9ca0289ed6a64dde1a89294190)) * handle new rendering engine image generation separately ([5fbdd68](https://github.com/webiny/webiny-js/commit/5fbdd688a4533209f51bafd4ede2d9136cd9ddc1)) * make preview 100% wide ([f13f8a9](https://github.com/webiny/webiny-js/commit/f13f8a9928266f92baab2f2c74574197b377969c)) * use `src` too, not just `srcSet` [no ci] ([561a35c](https://github.com/webiny/webiny-js/commit/561a35cc57e4459e2c8553cef23dca72f5bb31fe)) * **handler:** improve error logging when triggering plugins in hooks ([#3008](https://github.com/webiny/webiny-js/issues/3008)) ([b79f363](https://github.com/webiny/webiny-js/commit/b79f3633ffaf942c8aad572cb4b1e5c913a91c0f)) * increase width to 2000 ([665bcb3](https://github.com/webiny/webiny-js/commit/665bcb3f656625ccedd3a1a35dfe4a1fab01d94a)) * properly assign theme color to border ([3a04360](https://github.com/webiny/webiny-js/commit/3a04360418f5323a8bb77d4f94a6a0516028fe86)) * remove `window.aosInitialized` flag ([f2cb77d](https://github.com/webiny/webiny-js/commit/f2cb77d238e30e4eaa86722ff41349127e776d63)) * use `srcSet` when rendering images ([5709bdb](https://github.com/webiny/webiny-js/commit/5709bdb2d4692f92a4d401c3a37b9d2099c320e4)) * use 100% width ([c97ab12](https://github.com/webiny/webiny-js/commit/c97ab12407cbb0a9bbde68f50b74c71817abf3cc))