Fixed the issue of feedback messages not displaying after executing a function.
Fixed the settings tab getting stuck on reload when opened in two different sessions and changing the app settings, then saving the other session settings.
Fixed the webForm loader component not functioning correctly after clearing and resetting the value.
Fixed the syntax highlighting issue in the code preview.
Fixed webform edit button not working when switched to the text editor during preview mode by hiding the switch editor menu.
Fixed breakpoints shifting or disappearing when adding a new one in a calculated attribute.
Fixed the components list unavailability in the welcome tour.
Fixed displaying line numbers and region toggles when opening a webform in the text editor.
Fixed calling a function that returns a new entity not working after calling it twice.
Fixed webform editor crashing issue.
Fixed the inability to remove a datasource.
Fixed data not loading in datatable sometimes.
Fixed false negatives in sanity check.
Fixed incorrect margins on the list of events.
Fixed rendering issues of 4 columns in the matrix at a resolution of 1920 1080, and when the resolution shifts to 1920 1080.
Fixed the touched flag not persisting on the properties panel.
Fixed the debugger issue: taking indentation into consideration when displaying exceptions.
Fixed webform editor crashes when reading methods from a non-existing data class.
Fixed the creation of a user class overriding the ORDA Data model class with the same name.
Fixed the datasource field on function event parameters, which removed characters as we type.
Fixed the datatable column width unit changing from % to px.
Fixed margin and padding inputs not working as expected.
Fixed the datatable expanding infinitely.
Fixed changing the position of the label to top or bottom causing the entire component to center.
Fixed text input component crashes when the type is date, but the datasource is of type string.
Fixed an issue in CSV import where the import button was not correctly displayed.
Fixed the select box issue: the stylebox inside does not inherit the height changes when we change the height.
Fixed the code preview issue: displaying a blank page when trying to open preview without selecting a function in the context menu.
Fixed the contextual menu not hiding after clicking on preview.
Fixed the webform being displayed as touched once we open it.
Fixed the copy standard action with deep links.
Fixed datatable issue: it was impossible to center the header.