Added
7.0.12 2025-08-18
update page title from settings (when title changed and index page is cached)
RESTORE_COLLECTION_ITEM mutation added to processing vuex module.
Allows restoring a previously deleted collection item by removing it from the deleted array and adding it back to items.
ModalManager.registerModal add second arg 'options' provide to modal (similar to vue createElement options argument )
7.0.11 2025-08-09
event portal:navbar:userButton:appendSlot now can be fired with optional 3-d parameter: a slot name - one of 'menuAppend'|'logoutAppend'|'logoutPrepend'
This allows to define a placement for UNavbarUserButton extending
add icons: marketplace, marketplace-plugin, marketplace-component
7.0.10 2025-08-06
UFilePreviewButton: supports preview-editable prop
Changed
7.0.13 2025-08-19
WebDav: WebDav.getURI/WebDav.getPermanentURI now trims the file name to such a size that the total URL length < 219 characters (MS Office limitation).
Before this changes file name truncates to max 99 characters
7.0.12 2025-08-18
get back column settings prop showTooltip, by default tooltip everytime is on (show depend on cell width), if need off set showTooltip: false in column settings
UModal - decrease header size according to design
UTable - review resizes column functionality, resizes don't rerender full table
Use ModalManager inside $App.dialog
7.0.11 2025-08-09
TooltipWrapper component correct handle when show/hide tooltip depend on value
Fixed
7.0.18 2025-08-27
fix URelogin use global vue loading spinner
7.0.17 2025-08-26
UTable if no width/max-width in column object and no table settings, default width is auto
7.0.16 2025-08-26
UCardView on tooltip value div, changeed width to max-width for save truncate, but do not stretch the width of the text to the full width
UCardView, show label only if exist, for avoid flying symbol : without text
7.0.15 2025-08-25
WebDav: WebDav.getURI/WebDav.getPermanentURI prevent trim long file name in-between surrogate pair
pass missed props to UTableHeaderPreMultiselect
UMasterDetailsView fix lookups not updating when changing details
fix hover style for USidebarItem
CapiSelection Fix header size
UCardView truncate tooltip value
7.0.14 2025-08-20
pass missed props to DefaultCellTemplate
uDialogs use ModalManager only if it's available, otherwise fallback to UDialogConstructor
7.0.12 2025-08-18
USelectEntity: error ESMException: Item with name 'ID' already exist (class TubSQLFieldList) for entities with ID in the description attribute.
DefaultCellTemplate render type object as a JSON.stringify
DefaultCellTemplate add backward compatibility, calculate format value inside component if no formatted value props
UModal, el-dialog fix long header overlapping close button
UTableEntity and UTableEntityRoot add missed props clearHoverIndexAfterUpdateItems
UCheckbox fix jumping scrollable container to top when click
7.0.11 2025-08-09
pasting text with non-printable characters now clears them instead of displaying an error dialog
UTable show column actions only if it available
7.0.10 2025-08-06
PdfViewerExt: secondaryPrint and secondaryDownload buttons visibility
DefaultCellTemplate show nothing when value false
revert heading typography css from ext to vue
fix typo scoped slot props formatedValue -> formattedValue
UTableEntityRoot full height from parent
Chores
7.0.12 2025-08-18
upgrade dev dependencie to webpack-cli@6
Fixed
7.0.11 2025-08-27
fixed Strict-Transport-Security header for index page (removed unsupported always directive)
Changed
5.24.62 2025-08-18
cdn_contact value for contactType=email now lowercasing before saving into DB
Fixed
5.24.63 2025-08-19
cdn_contact fixed migrations for email lowercasing
Fixed
5.24.64 2025-08-18
org_employee-fm.vue fix first-save hang (UBAbortError: documentNotFound) by skipping reload when userID is missing
Changed
5.0.7 2025-08-28
pdfjs updated 4.5.136 -> 5.3.31 (fixed blurring of images on some scanned documents).
Version of pdfjs > 5.3.31 (up do 5.4.54) do not replace %2F -> / in URL passed in file= (MR #20027 in FF repo)
Fixed
5.24.35 2025-08-06
UBNativeMessage: fixed scanned support for Secure Browser
Fixed
5.25.67 2025-08-25
ServerApp.reloadConfig now correctly reset index page cache from memCache in case server is 5.25.17+ (for versions < 5.25.17 cache not resets)
Changed
5.24.52 2025-08-18
uba_user.email now lowercasing before saving into DB
Fixed
5.24.53 2025-08-19
uba_user fixed migrations for email lowercasing
Changed
5.25.76 2025-08-18
ubcli generateDoc now works only in case dev dependencies are installed. This remove @babel/* from production dependencies
Fixed
5.24.65 2025-08-25
don't use UBEntityAttributes directly from vue, avoid reactivity
5.24.63 2025-08-18