2.9.14
Release date: March 2025
Fixes
We fixed an issue in the functionality for hiding DOM components using the parameters CLASS_TO_CONTAINERS and CLASS_ELEMENT_TO_HIDE. Previously, when clicking, the functionality correctly traversed all elements and hid them, but with the introduction of modules, an infinite loop was generated when attempting to remove elements from another module. Now, we ensure that the application does not enter an infinite loop and that the hiding event is correctly emitted across all modules, improving stability and consistency in element display.
We fixed an issue in the synchronization mechanism that caused data loss in input text fields when stored in the autodump attribute.
We fixed a problem with outdated references to entities that had already been deleted when switching views.
We removed the loading screens for light lambdas that were being generated due to the caching system not assigning them to interface properties.