2.0.6
Key updates September, October 2024
CXBOX (Core Ui)
Changed the editing row format
- Single-Click Row Editing. Rows now enter edit mode on a single click (previously, a double-click was required).
All Fields Editable. When a row enters edit mode, all editable fields in the row are simultaneously placed in edit mode. Previously, only one field could be edited at a time.
-
Custom Row Highlighting. We’ve added the ability to customize row highlight colors for different states, such as hover and active, directly from the frontend.
-
New
style
Attribute. A new style attribute has been added to the edit and create options in the metadata.
Supported values are:
•inline
: the row enters inline editing mode.
•inlineForm
: opens an additional widget for editing the row.
• NEW!none
: the row remains in readOnly mode. This is recommended for rows with non-editable fields, ensuring they don’t switch to edit mode on click.
The specified style will take precedence over the presence of a widget name. It means that if you declare a widget name and any value of style
attribute apart from inlineForm
, the declared style
value will be applied and the widget will not open.
CXBOX (Demo)
New version Core UI
We've updated Core UI to version 2.3.0.
New version keycloak
We've updated keycloak from version 12.0.3 to version 12.0.4.