@unitybase/adminui-vue #

Added #

7.0.27 2025-10-10 #
  • fire logout event when logouting -> $App.on('logout', ...)
  • add uiSettings.session.get/put/... get/save data to sessionStorage
  • new ubConfig.uiSettings.adminUI.disableTableStatePersistence (env variable UB_DISABLE_TABLE_STATE_PERSISTENCE) setting to control table state persistence. This option disables saving filters, sorting and view mode state for tables when navigating away and returning to the page. Useful in cases where restoring previous state may cause query errors or unexpected behavior.
  • Mac hotkeys shift+command+c for close tab
  • UTableEntity: added a slot toolbarDropdownSlot to override the button in the ToolbarDropdown component

Changed #

7.0.27 2025-10-10 #
  • use global UMaserDetailView on mount form function

Fixed #

7.0.27 2025-10-10 #
  • corect close UDrawer when click outside drawer (no conflct with clickOutside)
  • corrected Ukrainian (uk) locale translation for error messages in uDialogs.
  • $App.dialog({returnInstance: true, ....}) return dialog component instance, needed for scan feature
  • correct close ext tab after move between other ext tabs
  • UFormRow: displaying of error if labelPosition is set to none
  • Fixed issue with long text display in USelectEntity: control buttons are no longer overlapped by text

@unitybase/adminui-pub #

Fixed #

7.0.17 2025-10-10 #
  • corrected Ukrainian (uk) locale translation for error messages in ErrorWindow.

@unitybase/adminui-reg #

Added #

7.0.18 2025-10-10 #
  • new parameter uiSettings.adminUI.disableTableStatePersistence added into partial in @unitybase/adminui-reg

@unitybase/blob-stores #

Added #

5.24.39 2025-10-13 #
  • the FileSystemBlobStore.genNewPlacement method got a new option: includeStoreName, which defaults to false; it is useful for S3 stores, to split files by store name in the bucket

@unitybase/s3-blob-store #

Changed #

5.1.37 2025-10-13 #
  • the genNewPlacement method now calls super class method with the new includeStoreName parameter set to true; this would allow on the top level to split files by store name, easing file management. NOTE: existing files will remain in the old location, no migration is performed.
5.1.36 2025-10-10 #
  • added logging of actual headers send to nginx s3 location for GET request

Removed #

5.1.36 2025-10-10 #
  • removed defaults for accessKeyId and secretAccessKey in application.s3.credentials (env variables UB_S3_KEY and UB_S3_SECRET must be defined)

Fixed #

5.1.37 2025-10-13 #
  • fixed error authorization is not supported when client call getDocument with Authorization header

@unitybase/ub #

Fixed #

5.25.70 2025-10-10 #
  • set cascadeDelete to true for aclRls records associated with the master record without safeDelete.