v5.44.1

webiny/webiny-jsv5.44.1Jun 19, 2026by Pavel910

AI Summary

A maintenance release fixing issues with folder navigation, local storage handling, form builder validation, and Lexical editor state management.

Key Highlights

  • Bug Fix: Improved Lexical editor state handling.
  • Bug Fix: Form builder submission meta validation and usage.
  • Bug Fix: Lexical editor config mounting priority and order fixed.
  • Bug Fix: Local storage now uses tenant/locale prefixing.

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))