v5.34.4
webiny/webiny-jsv5.34.4May 15, 2023by adrians5j
AI Summary
Adds missing PS directive, fixes CSS width handling, switches to Apollo client for all GraphQL operations, and enables custom entry IDs and full-text search.
Key Highlights
- Use Apollo client for all GraphQL API operations
- Enable custom entry ID in Headless CMS
- Enable full-text search in Headless CMS
- Fix CSS width handling when custom px width is set
Full Release Notes
## [5.34.4](https://github.com/webiny/webiny-js/compare/v5.34.3...v5.34.4) (2023-02-17) ### Bug Fixes * add missing [@ps](https://github.com/ps) directive ([7ca3a4b](https://github.com/webiny/webiny-js/commit/7ca3a4bbf463720e174e37fb0c328d4f267afb22)) * do not use all widths if custom width in px was set ([d86f7e5](https://github.com/webiny/webiny-js/commit/d86f7e5fc4ccb421b56028e0a7004c8e4092a86e)) * use Apollo client for all GraphQL API operations ([#3020](https://github.com/webiny/webiny-js/issues/3020)) ([898bece](https://github.com/webiny/webiny-js/commit/898becef5daa6b22c20875f5e3970b38b9641ae4)) * use Pulumi CLI for arm64 arch when possible ([e87d063](https://github.com/webiny/webiny-js/commit/e87d0639935e405b5d7ab9e0443f63086904e818)) * **api-headless-cms:** allow custom entry id ([#3019](https://github.com/webiny/webiny-js/issues/3019)) ([18d8028](https://github.com/webiny/webiny-js/commit/18d802892dc75477eae319eb3b82c776d6806523)) * **api-headless-cms:** full text search ([#3025](https://github.com/webiny/webiny-js/issues/3025)) ([ef00a01](https://github.com/webiny/webiny-js/commit/ef00a01638534d5919c26f368a6c358e97d674dd)) * **api-headless-cms:** nested file graphql ([#3018](https://github.com/webiny/webiny-js/issues/3018)) ([9bb1bf7](https://github.com/webiny/webiny-js/commit/9bb1bf74b90b99fef07c47135d5301e85a25f58c)) * **api-headless-cms:** no error response on exception ([#3021](https://github.com/webiny/webiny-js/issues/3021)) ([11b1dc8](https://github.com/webiny/webiny-js/commit/11b1dc882263db75683a415d406f26bb085dd02c))