v5.37.2
webiny/webiny-jsv5.37.2Aug 24, 2023by adrians5j
AI Summary
Addresses various UX and stability issues in the Headless CMS, Lexical Editor, and React Rich Text Renderer components.
Key Highlights
- Added folder selector to Headless CMS new entry dialog.
- Implemented Link node clone method in Lexical Editor.
- Sanitized HTML before rendering in React Rich Text Renderer.
- Updated webpack module extensions to include CJS.
Full Release Notes
## [5.37.2](https://github.com/webiny/webiny-js/compare/v5.37.1...v5.37.2) (2023-08-24) ### Bug Fixes * add "-R" flag ([cfd8d7a](https://github.com/webiny/webiny-js/commit/cfd8d7a3e987691fb656acea2cf28863a3990ea5)) * **app-aco:** use form data to bypass the event execution order problem ([#3486](https://github.com/webiny/webiny-js/issues/3486)) ([e7547c9](https://github.com/webiny/webiny-js/commit/e7547c960dce20cf5fd5b3c5f11928dfa960c548)) * **app-headless-cms:** add folder selector to new entry dialog ([#3485](https://github.com/webiny/webiny-js/issues/3485)) ([65154bc](https://github.com/webiny/webiny-js/commit/65154bc7dc29400ac3b4645716865a02ebbd2b17)) * **lexical-editor:** implement the Link node clone method ([#3482](https://github.com/webiny/webiny-js/issues/3482)) ([b5a09ba](https://github.com/webiny/webiny-js/commit/b5a09ba7f008ce18ffaea36e780aee9d1099a553)) * **project-utils:** add cjs to the list of valid webpack module extensions ([edf5e6f](https://github.com/webiny/webiny-js/commit/edf5e6f47b988da40a1c0c0c321d34f85c9dba19)) * **react-rich-text-renderer:** sanitize HTML before rendering ([#3477](https://github.com/webiny/webiny-js/issues/3477)) ([8748bc5](https://github.com/webiny/webiny-js/commit/8748bc53fe862bb03d4459ccc0be39084a5d35c0)) * buton action type selection ([fe31721](https://github.com/webiny/webiny-js/commit/fe317219183f500b60bc4f218179b352d91abb18)) * debounce the syncing between `value` and `localValue` ([3919ff5](https://github.com/webiny/webiny-js/commit/3919ff5f4b4efb507b4e5dfddfa3a9833ff51333)) * enable "scroll to element" links ([957b3c1](https://github.com/webiny/webiny-js/commit/957b3c16b666f6c9fb3081b41c6846ac05ee1250)) * ensure `newTab` is always set to false when `actionType` is `scrollToElement` ([480b143](https://github.com/webiny/webiny-js/commit/480b14369c2a5d4362196ef6f08949d3e4620143)) * inherit the `elasticSearch` type from `CreateApiPulumiAppParams` ([a2b9eda](https://github.com/webiny/webiny-js/commit/a2b9edaca785aedc8b4617dd04790cc67be563ab)) * move ES param handling into Pulumi program ([52541ca](https://github.com/webiny/webiny-js/commit/52541ca8d928d91e34c71f00ab653477b5fe6077)) * rename label ([a68ab37](https://github.com/webiny/webiny-js/commit/a68ab3776f46e067aca9d629ec00dd4839c3c72f)) * set `value` as the new local value, not `localValue` ([ce4125f](https://github.com/webiny/webiny-js/commit/ce4125f8ae2df4d80257e0e5a5d22b9dc7398bfe)) * update jsonwebtoken to v9.01 ([#3483](https://github.com/webiny/webiny-js/issues/3483)) ([aed9589](https://github.com/webiny/webiny-js/commit/aed95899b6ecc9c189bd4a4ae8a79f06240ba7aa))