v5.39.3
webiny/webiny-jsv5.39.3Mar 12, 2024by adrians5j
AI Summary
Fixes build issues, file manager operations, and page builder import/export functionality.
Key Highlights
- Added newly required Webpack plugins to resolve build errors.
- Fixed file part marker handling in S3 file manager.
- Added background tasks for page export and import operations.
- Optimized the Image element renderer in the Page Builder.
Full Release Notes
## [5.39.3](https://github.com/webiny/webiny-js/compare/v5.39.2...v5.39.3) (2024-03-12) ### Bug Fixes * add newly required Webpack plugins ([#3986](https://github.com/webiny/webiny-js/issues/3986)) ([ed8283f](https://github.com/webiny/webiny-js/commit/ed8283f237e7738a45000f1ebfe2b489b73d0bdf)) * **api-file-manager-s3:** handle file part marker correctly ([a2c4836](https://github.com/webiny/webiny-js/commit/a2c4836ecc19fe97868ce392661caf7984344e23)) * **api-page-builder-aco:** set ROOT_FOLDER as the default folderId retrieved from ACO search record ([#3982](https://github.com/webiny/webiny-js/issues/3982)) ([477d5ee](https://github.com/webiny/webiny-js/commit/477d5eea343a1f61774a2898de1345d887fda9e5)) * **api-page-builder-import-export:** bg tasks for pages export and import ([#3851](https://github.com/webiny/webiny-js/issues/3851)) ([627d334](https://github.com/webiny/webiny-js/commit/627d33418692dbacc1d72b9552251010ce7cd6ca)) * **app-page-builder:** optimize Image element renderer ([#3984](https://github.com/webiny/webiny-js/issues/3984)) ([c0c5b23](https://github.com/webiny/webiny-js/commit/c0c5b23004164292878b28b99badd39156feec56)) * **tasks:** mock missing get remaining time method ([#3981](https://github.com/webiny/webiny-js/issues/3981)) ([9a7acce](https://github.com/webiny/webiny-js/commit/9a7acce08d97702eadf15e2a3eb3d128aa53a6f1)) * reset isSearch flag when filters are empty ([#3978](https://github.com/webiny/webiny-js/issues/3978)) ([044028b](https://github.com/webiny/webiny-js/commit/044028b371603e564a45a59624f83326d1ba23a8)) * use IntrospectionFragmentMatcher in Apollo Client ([#3975](https://github.com/webiny/webiny-js/issues/3975)) ([1383e9e](https://github.com/webiny/webiny-js/commit/1383e9ef7f35b5e390f86c575b1d00c7d68c6bea))