v5.40.3

webiny/webiny-jsv5.40.3Jul 24, 2024by adrians5j

AI Summary

Fixes multiple issues in the Headless CMS API, File Manager, and Lexical editor components.

Key Highlights

  • Fixed Headless CMS API fallback to applicable fields
  • Updated reserved field IDs
  • Patched react-butterfiles implementation
  • Added config debugging utility

New Features

  • Added config debugging utility

Full Release Notes

## [5.40.3](https://github.com/webiny/webiny-js/compare/v5.40.2...v5.40.3) (2024-07-23)


### Bug Fixes

* add default and active CSS class to tab labels ([53f2895](https://github.com/webiny/webiny-js/commit/53f2895c9476ac1dd23265f3ddb86fa159a7e713))
* **api-headless-cms:** gracefully fall back to applicable fields ([#4203](https://github.com/webiny/webiny-js/issues/4203)) ([fb1a87e](https://github.com/webiny/webiny-js/commit/fb1a87e8ba4bc9549361e5a4e8b1c67f50deef31))
* **api-headless-cms:** update reserved field ids ([5d0f987](https://github.com/webiny/webiny-js/commit/5d0f987f2b140c0383330ece647f3eb8637156ff))
* **app-admin:** only show images in Lexical File Manager [skip ci] ([56df774](https://github.com/webiny/webiny-js/commit/56df77476f6affc2f9fbe470e8697d8a9876da09))
* **app-cognito-authenticator:** remove info log that scares people [skip ci] ([d0e9315](https://github.com/webiny/webiny-js/commit/d0e93152aa50126e45f99227e4fd141ec0751856))
* **app-file-manager:** use type_startsWith for asset filtering ([60e8e8f](https://github.com/webiny/webiny-js/commit/60e8e8f2f7a07e54986f7b4f6085e168f2ec1f12))
* **app-headless-cms:** use the passed entry object [skip ci] ([3dafa75](https://github.com/webiny/webiny-js/commit/3dafa751da284c267873775a7e11e95f8ea16862))
* **app-page-builder:** generate unique property id for query selections ([f818ee1](https://github.com/webiny/webiny-js/commit/f818ee137ba6ae341382ea124a8a5809d755c0f7))
* **cli-plugin-scaffold-extensions:** generate valid component name ([067528f](https://github.com/webiny/webiny-js/commit/067528f0a01f3791beb8bf4f15b21481cd326c43))
* **form:** convert observable objects to raw JS objects ([1c02a0b](https://github.com/webiny/webiny-js/commit/1c02a0bed790503b856a564960fd873356a98cdc))
* intercept react-butterfiles and use a patched implementation ([deb698c](https://github.com/webiny/webiny-js/commit/deb698c829c8633fd9abdab70cd61ad42387eef7))
* **lexical-editor:** call onChange with a small timeout ([bcac0a9](https://github.com/webiny/webiny-js/commit/bcac0a9e502a0dd3b1ff58663877e18a7a1f973a))
* **lexical-editor:** relax file to node conversion checks ([8347c16](https://github.com/webiny/webiny-js/commit/8347c16fdfe4bd8bcc1f36c7d3bf2eeedfdd04df))
* **lexical-editor:** use named import of LexicalErrorBoundary ([238b222](https://github.com/webiny/webiny-js/commit/238b2220d0408d985cc2f587dc000c97cd16d1b4))
* **react-properties:** add config debugging utility ([eedb11e](https://github.com/webiny/webiny-js/commit/eedb11e08c02fd8543e4668a619b7a26e68ec748))