v5.36.1
webiny/webiny-jsv5.36.1May 29, 2023by adrians5j
AI Summary
Fixes data migration execution flow, folder creation in the root, and improves theme selection UX.
Key Highlights
- Fixed folder creation in root directory.
- Improved FolderTree component performance.
- Replaced select with autocomplete for theme selection.
- Uniformed results between DDB and DDB-ES storage in ACO.
Full Release Notes
## [5.36.1](https://github.com/webiny/webiny-js/compare/v5.36.0...v5.36.1) (2023-05-29) ### Bug Fixes * **data-migration:** move `shouldExecute` into the try/catch block ([ff75b77](https://github.com/webiny/webiny-js/commit/ff75b77459d60322856f8a210f234b7c3e9d25e4)) * **migrations:** always return a boolean from esGetIndexExists ([fb62a4d](https://github.com/webiny/webiny-js/commit/fb62a4da01c188ccd81981f5bf4ddfdf1251b2e1)) * **serverless-cms-aws:** rethrow error after logging ([09c2454](https://github.com/webiny/webiny-js/commit/09c2454cad3aeba99988bd7bee678c6de4325caf)) * 5.36.x files migrations ([#3333](https://github.com/webiny/webiny-js/issues/3333)) ([813a23d](https://github.com/webiny/webiny-js/commit/813a23d9b5f77416b5f3b5cf3528f5e5b34781e9)) * adjust comment ([a524ed5](https://github.com/webiny/webiny-js/commit/a524ed58ec926935a1685eaed078c5113d59c23f)) * correct the glob pattern ([e704214](https://github.com/webiny/webiny-js/commit/e7042142ab7b3a8363c7ba328348f119091d2b39)) * folder creation in root ([#3328](https://github.com/webiny/webiny-js/issues/3328)) ([3f2551f](https://github.com/webiny/webiny-js/commit/3f2551fb8faec31eed9db6dfe56e26c9a92c5640)) * FolderTree component performance ([#3332](https://github.com/webiny/webiny-js/issues/3332)) ([420ad8e](https://github.com/webiny/webiny-js/commit/420ad8eed5baa99e9d235fd89b8095e47e05dd15)) * handle time interval where theme hasn't yet been loaded ([b6c9e76](https://github.com/webiny/webiny-js/commit/b6c9e76ddf2a4d76db1b8c7be53de7c80b22f691)) * pass empty string on falsy `href` value ([3d4aa83](https://github.com/webiny/webiny-js/commit/3d4aa835a1e5e0d49df59d15aa8a57e817bdd538)) * remove trailing slash ([5c0feb9](https://github.com/webiny/webiny-js/commit/5c0feb9439367d0e20b2e3bfd4828d0e6e9d9ef0)) * use autocomplete component instead of select for theme selection ([54811bb](https://github.com/webiny/webiny-js/commit/54811bbaf60002ca64301a978c14eefcda04b42f)) * **api-headless-cms:** default entries sort ([#3330](https://github.com/webiny/webiny-js/issues/3330)) ([8afe0f8](https://github.com/webiny/webiny-js/commit/8afe0f803664added54637cb25b068dc6c5199ac)) * **api-headless-cms:** pass options to force delete an entry ([#3327](https://github.com/webiny/webiny-js/issues/3327)) ([8c773e6](https://github.com/webiny/webiny-js/commit/8c773e614359bb77fd59047447c44259f072b094)) * **lexical:** correct node type in initial lexical value ([#3325](https://github.com/webiny/webiny-js/issues/3325)) ([ef127ec](https://github.com/webiny/webiny-js/commit/ef127ec50e86574923c8277ba05e4009aa26caa4))