@unitybase/adminui-vue #

Added #

7.0.51 2026-03-27 #
  • new component UFileIcon
  • added support for loading UBQL for detail tables in UMasterDetailView from ubm_sysdictionary when a matching record (by entity code) exists, allowing dynamic configuration of the detail table repository
7.0.50 2026-03-19 #
  • ub-auth-core.js: extracted shared authentication page logic (data, computed, methods, watchers, UB.connect helpers) into a reusable module so that project-specific auth pages can compose from it via Object.assign without duplicating the entire ub-auth.html
  • UFormRow: added a slot label to allow customizing the label
  • USelectMultiple: support for option slot and disabled options
7.0.48 2026-03-04 #
  • UDialog: added support for custom buttons via customButtons array in dialog options. Each button accepts value, title and optional props (defaults to {appearance: 'plain'})

Changed #

7.0.50 2026-03-19 #
  • USelectMultiple now uses UCheckbox instead of ElCheckbox in selection dropdown

Fixed #

7.0.51 2026-03-27 #
  • UTableEntity: fixed getDescription crash during multi-delete when items are removed from state.items by concurrent async operations (refresh, WebSocket notifications) between doDelete awaits. Item data is now snapshot before the delete loop and passed through the event payload, so deleteMultipleShowSuccessAlert no longer depends on live mutable state
  • correct translation for reset GUI default setting
7.0.50 2026-03-19 #
  • u-drawer: adjusted overflow behavior for minimized drawer state
7.0.48 2026-03-04 #
  • fix tinymce toolbar group style when small editor size
  • command.js: replaced _.cloneDeep with cloneConfig for cmpInitConfig cloning to preserve class instance references (ExtJS components, Vue instances).
  • el-notification: fixed scrollbar positioned with large offset from the right edge by adding flex: 1 to .el-notification__group
  • u-drawer: fixed --minimized-height offset calculation in styleVariables — now counts only minimized modals located after the current one in the stack
  • u-table: fixed localization for adjusting row heights
  • u-select-multiple: add flex-wrap style to additional buttons for better layout handling

@unitybase/adminui-pub #

Fixed #

7.0.38 2026-03-27 #
  • correct translation for reset GUI default setting

@unitybase/aws #

Fixed #

5.24.15 2026-03-06 #
  • pin fast-xml-parser@4.5.3, 4.5.4 uses ?? syntax what not compatible with SpiderMonkey 52

@unitybase/org #

Fixed #

5.24.90 2026-03-27 #
  • Fixed unnecessary repetitive updates of org_staffunit captions by updateStaffUnitCaptions scheduler.
5.24.89 2026-03-19 #
  • Fixed issue in org_employeeonstaff.assignCaptions where NULL tabNo was displayed in assignment captions.

@unitybase/ub #

Fixed #

5.25.80 2026-03-04 #
  • ubConfig json schema

@unitybase/ubcli #

Fixed #

5.25.95 2026-03-30 #
  • fixed Access violation after execution of beforeDDL*.js migrations hook
  • correctly restore tenantID (if any) after beforeDDL*.js migrations hook

@unitybase/ubm #

Fixed #

5.24.88 2026-03-09 #
  • ubm_desktop-scanerSettings-fm: fixed crash when customParams.UBScan is undefined (first launch or incomplete settings from scanner service) by deep-merging with defaults instead of all-or-nothing fallback

@unitybase/udisk #

Removed #

5.24.63 2026-03-04 #
  • udisk: let server fill stores tempPath automatically (removed tempPath from udisk stores partial config)