v23.5
v23.5
Features
-
Implement a new option
dateTimeFormat
to change the time format for DateTime component (INDIGO Sprint 221209, !376) -
Implement a new option
disabledAdvMode
to disable advanced mode in DataTable (INDIGO Sprint 230120, !384)
Refactoring
-
In TreeMenu component, display all closed folder nodes (even empty) with plus mark (
+
) to visually separate it from file nodes (INDIGO Sprint 221209, !380) -
Change toggle icons in TreeMenu component (INDIGO Sprint 221209, !383)
-
Replace
phone_number
withphone
andpreferred_username
withusername
. Add locales for Configuration (INDIGO Sprint 221209, !381)
Bugfix
-
Bug fix for incorrect display of breadcrumbs if parts of the string were almost the same (INDIGO Sprint 221209, !382)
-
Bug fix in the styles for the button in CardHeader (INDIGO Sprint 230120, !386)
-
Fix pagination component which was causing app performance problems when the count of the pages was more than thousand. It used to generate all the items within pagination dropdown. The fix is that it displays only particular amount of pages with options to display more or less of the pages. (INDIGO Sprint 230120, !387)