@unitybase/adminui-vue #

Added #

7.0.45 2026-01-27 #
  • scannerSettings: added support for passing custom settings into settings dialog
7.0.44 2026-01-23 #
  • configuration property ubConfig.uiSettings.adminUI.defaultFilterForStringAttr what allows to change a default startWith initial filter condition for columns of type string to contains now works for Vue-based UTableEntity in addition to Ext tables. WARNING - contains can significantly slow down the execution of SQL queries
  • UTable: added new Extra small row height setting

Changed #

7.0.45 2026-01-27 #
  • default column templates should be registered before init App, to prevent error on registering custom templates based on defaults
7.0.44 2026-01-23 #
  • USelectMultiple: Custom buttons and the "More" button are now rendered in a dedicated footer section below the options list. This ensures custom buttons remain visible and accessible regardless of whether options are loaded or the list is empty
  • components\UTableEntity\cell-templates\document.vue - hardcoded buttons moved into a computed property that returns an array of button configurations, this will allow to extend template and add new buttons, added support for the column property buildDocActions that will return an array of action buttons

Fixed #

7.0.44 2026-01-23 #
  • Command: fixed instanceID parsing to prevent incorrect conversion of non-numeric IDs (e.g., '17c0aa59' was incorrectly parsed to 17)
7.0.43 2026-01-12 #
  • USelectEntity: fixed an issue where pressing Enter with a closed dropdown would trigger the chooseOption method, potentially leading to duplicate selections or incorrect input handling.
  • sanitizer, add data attribute to "a" tag whitelist
  • UTable fixed showing actions button if column has no available actions.
  • URichTextEditor: fixed an issue where target_list translations (e.g., "New window", "Current window") were not applied because they were initialized statically before the localization system was ready
  • UTable: fixed column pinning logic to correctly trigger sticky header updates when a column changes its pin direction (e.g., from left to right)
  • UTable: added word-wrap for table cells text to prevent text wrapping

@unitybase/adminui-pub #

Fixed #

7.0.32 2026-01-23 #
  • UBCommand: fixed instanceID parsing to prevent incorrect conversion of non-numeric IDs (e.g., '17c0aa59' was incorrectly parsed to 17)

@unitybase/cs-shared #

Added #

5.24.18 2026-01-12 #
  • fixed summary calculation for virtual entities by adding aggregation SUM/COUNT support into LocalDataStorage.doFilterAndSort

@unitybase/org #

Changed #

5.24.84 2026-01-12 #
  • org_employee-fm: improved unlink user popup message locales

@unitybase/ub-pub #

Fixed #

5.24.44 2026-01-12 #
  • fixed parsing authorization errors in case error text contains double quotes

@unitybase/uba #

Added #

5.24.68 2026-01-12 #
  • uba_auditTrail, uba_audit shortcuts: default sort order by actionTime field
  • ub_migration shortcut: default sort order by appliedAt field

@unitybase/ubm #

Added #

5.24.84 2026-01-27 #
  • scannerSettings form: added support for disabling PDF/PDF/A output formats via customParams.props.disallowPDF, and automatically fall back to TIFF when PDF formats are disallowed

@unitybase/ubq #

Added #

5.24.76 2026-01-12 #
  • ubq_runstat shortcut: default sort order by startTime field
  • ubq_runstat: added index by startTime field
  • ubq_messages shortcut: default sort order by creation date
  • ubq_messages: added index by mi_createDate field