v5.44.1
OpenMOSS/MOSS-TTSv5.44.1Jun 19, 2026by Pavel910
AI Summary
This release focuses on resolving bugs in folder navigation, form builder validation, and lexical editor configuration. It includes improvements to local storage handling and refactors imports and component mounting for better stability.
Key Highlights
- Fixed folder navigation to prevent unnecessary re-navigation when clicking the active folder.
- Enhanced `api-form-builder` to properly validate and utilize submission metadata.
- Improved lexical editor state handling and configuration mounting priority.
- Optimized config mounting order with debounced rendering.
Full Release Notes
# [5.44.1](https://github.com/webiny/webiny-js/compare/v5.44.0...v5.44.1) (2026-06-19) ### Bug Fixes * skip folder navigation when clicking the already-active folder ([1ba366a](https://github.com/webiny/webiny-js/commit/1ba366a49390663381688d78df87878040176ef4)) * localStorage with tenant/locale prefixing ([#5308](https://github.com/webiny/webiny-js/pull/5308)) * **api-form-builder:** validate submission meta and use it afterwards ([#4994](https://github.com/webiny/webiny-js/pull/4994)) * use imports without extensions ([4041acb](https://github.com/webiny/webiny-js/commit/4041acbc458c20f6e391396343994f1b477275b1)) * use config mounting priority for LexicalEditorConfig ([c4de901](https://github.com/webiny/webiny-js/commit/c4de901b5f61973eb3d03aa659cbb4f75b9f12ef)) * use built-in createConfigurableComponent ([817b2af](https://github.com/webiny/webiny-js/commit/817b2af25d0d2d3423aa80380de35a84db7ea802)) * mount configs in the right order, with debounced render ([ed2f2fb](https://github.com/webiny/webiny-js/commit/ed2f2fbf823eaf7e25e36372d1bf5400bf60f2c7)) * **lexical-editor:** improve editor state handling ([#4931](https://github.com/webiny/webiny-js/pull/4931))