@unitybase/adminui-vue #

Added #

7.0.8 2025-07-21 #
  • UFileCollection: supports preview-editable prop
  • Pass isLostAccess flag with the delete entity changed event on access lost for advanced handling
7.0.6 2025-07-14 #
  • add possibility to remove event listener from tab tab.off('close', () => {})
  • UFileCollection: forwards its default slot into the internal UFileMultiple toolbar, so forms can drop in custom buttons / controls without extra wrappers
  • add default-head-template to use in table as default head cell template
  • UFileMultiple: add indication of file uploading - display spinner
  • add global filter item component FilterListItem component
  • add beforeFilters and afterFilters slot to UTableEntity - for use as additional filters before or after table filters

Changed #

7.0.6 2025-07-14 #
  • content section background color reverted to white
  • formatValueMixin - changed to utils with usual function, then each table cell wapped by TooltipWrapper component that automaticaly add tooltip if needed
  • add new prop to column settings showTooltip, by default tooltip everytime is on (show depend on cell width), if need off set showTooltip: false in column settings
  • wrap table header by TooltipWrapper component

Fixed #

7.0.8 2025-07-21 #
  • Carousel view: preview now displays the selected file when switching from table view
  • paste event handler (check for pasting non-printable characters) now ignore middle button click on tab (tab close)
  • event $App.on('portal:mountTableEntity:before') now fired for both Ext and Vue tables (before this fix - only for Vue)
  • correct render Ext form that run from another Ext form
7.0.7 2025-07-16 #
  • UTable - fix value props to cell slot (pass raw value), then add new props formated-value
7.0.6 2025-07-14 #
  • UTable: fixed incorrect row height in column settings
  • UNavbar: vertical scrollbar is now hidden
  • UButton: add horizontal spacing for inverse button with border
  • UNavbar: vertical scrollbar is now hidden
  • Form processing: serializing collection attributes with datatype JSON before copying
  • WebDav: WebDav.getURI/WebDav.getPermanentURI now produce file name truncated to 99 chars after encoding (MS OFFICE limitation). Before this fix file name truncates before encoding what wrong
  • UTableEntity fix memory leak

@unitybase/adminui-pub #

Changed #

7.0.3 2025-07-14 #
  • base font family rule, collor to the same as vue based

@unitybase/adminui-reg #

Added #

7.0.3 2025-07-14 #
  • SECURITY: in case externalURL uses TLS (https) - server adds Strict-Transport-Security header into index page response

Changed #

7.0.3 2025-07-14 #
  • index page (main app page) now cached using memCache instead of globalCache, because different servers in the load-balancing group can have different settings, for example - app title can include instance code

@unitybase/cs-shared #

Fixed #

5.24.14 2025-07-14 #
  • UBDomain now deeply frozen on client side—this prevents Vue replacing props by getters in case some part of Domain passed to reactive prop—otherwise we got a memory leak, because domain is global

@unitybase/org #

Fixed #

5.24.60 2025-07-21 #
  • fixed changing staff unit caption by scheduler in case parent is changed, but name—not

@unitybase/ub-pub #

Added #

5.24.33 2025-07-21 #
  • UBNativeMessage: added support for Secure Browser

Fixed #

5.24.34 2025-07-24 #
  • AsyncConnection.prototype.xhr now always mix defHeaders with headers in request config. defHeaders contains, for example, tenant ID header, and should be always sent to the server. This fixes work of setDocument on Multitenant environments.

@unitybase/ub #

Added #

5.25.64 2025-07-14 #
  • HTTP server: added new method resp.getHeaders() to retrieve all out headers (require server ub@5.25.12)
  • HTTP server: method resp.writeHead('') now clear all output headers (require server ub@5.25.12)

@unitybase/uba #

Added #

5.24.49 2025-07-14 #
  • User certificates: link audit records of user certificates to master user

Changed #

5.24.50 2025-07-21 #
  • Audit trails Data Audit and Security Audit shortcuts now use DBMS replica (if replica is available for main connection)

@unitybase/ubcli #

Fixed #

5.25.74 2025-07-15 #
  • migrateTenants command now passes tenantID parameter to JS scripts, so that, for example, scripts intended for the system tenant only, can be skipped for other tenants.

@unitybase/ubm #

Added #

5.24.58 2025-07-14 #
  • add posibility to filter (without experimental) when uiSettings.adminUI.ignoreExperimentalThemes: true on ubConfig file, by default we use experimental