@unitybase/adminui-vue #

Added #

7.0.33 2025-11-24 #
  • UTable: new resolveSortingField prop - function that returns the value extracted from an item for sorting
  • UFileMultiple: sorting support and columns configuration in table view mode
  • added a new icon: delete-dashboard
  • UI settings key prop to store config for UFileMultiple table view
  • sortingMixin: added new resolveSortingField prop — a function that returns the value from an item used for sorting
7.0.32 2025-11-18 #
  • Added a new icon: delete-dashboard
7.0.31 2025-11-10 #
  • USelectEntity: added new slots option and dropdown-footer to allow customizing the rendering of option items and adding custom content at the bottom of the dropdown.

Changed #

7.0.34 2025-11-26 #
  • UTable: range filter for DateTime column now allow to specify a date and time; filtering by Date column now use UB.truncTimeToUtcNull for correct Date handling

Fixed #

7.0.34 2025-11-26 #
  • UTable correct row height
  • fixed: default save action is used when localSaveAction is not defined and the user clicks outside the form
7.0.33 2025-11-24 #
  • fixed: default save action is used when localSaveAction is not defined
  • fixed displaying of HTML table`s created inside HTML editor (tinymce) by some EMail clients
  • Form: refreshing form after copying. The load store action should be called for the copied record ID, not the original one
  • UTable column width initialization, rigth now all column prefere has width or minWidth property, if no - system autodetect default width, then all content within a cell is word-wrapped
7.0.32 2025-11-18 #
  • extracted locationHashChanged method from App.mount and moved it to execute after App.fireEvent('applicationReady')
7.0.31 2025-11-10 #
  • dashboard panel use hbox layout for correct calculate columns
  • sync vue sidebar with ext sidebar

@unitybase/adminui-pub #

Added #

7.0.22 2025-11-18 #
  • ER Diagram now draw relation type as it defined in attribute relationType property (for newly added entites)

Fixed #

7.0.23 2025-11-24 #
  • dashboard panel use hbox layout and align `stretchmax for correct auto calculate columns width/height

@unitybase/cdn #

Added #

5.24.76 2025-11-18 #
  • cdn_department.organizationID, cdn_employee.organizationID and cdn_orgaccount.organizationID attributes marked as "relationType": "Composition"

@unitybase/compressors #

Fixed #

5.23.27 2025-11-06 #
  • fixed critical regression in UZip (wrong file index) from previous (5.23.26) release

@unitybase/cs-shared #

Added #

5.24.17 2025-11-18 #
  • added new property UBEntityAttribute.relationType (defined in server 5.25.25)

@unitybase/org #

Added #

5.24.78 2025-11-18 #
  • org_employeeonstaff.employeeID and org_account.organizationID attributes marked as "relationType": "Composition"

Changed #

5.24.77 2025-11-10 #
  • changes to the org_staffunit register. Now the caption column is in the third position from the left.

@unitybase/ub-pub #

Fixed #

5.24.39 2025-11-10 #
  • Fix RU locale de

@unitybase/ub #

Added #

5.25.75 2025-11-18 #
  • new property relationType for entity attribute added to entity.schema.json
  • for many-to-many storage entities autogenerated attribute sourceID now marked as relationType: 'Composition'
  • for aclRls storage entities autogenerated attribute instanceID now marked as relationType: 'Composition'
  • for entities with unity mixin, autogenerated attribute ID now marked as relationType: 'Inheritance' (by server 5.25.25)
  • for entities with dataHistory mixin attribute mi_data_id now marked as relationType: 'Composition' (by server 5.25.25)
  • new ubConfig property security.auditBorderIDuDataProp documented in ubConfig.schema.json (uba_audit/auditTrail separation for multi-passport environment)
  • ubConfig schema: added security.passkeyAuthorization and security.jwtAuthorization sections
  • ubConfig schema: added TOTP value (not implemented yet) for security.secondFactor.confirmationMethod

Fixed #

5.25.74 2025-11-10 #
  • improved allowAnyNaturalKey features (allow manual *.ubrow edit)

@unitybase/uba #

Added #

5.24.64 2025-11-18 #
  • uba_grouprole.groupID, uba_otp.userID, uba_usercertificate.userID, uba_usergroup.userID and uba_userrole.userID attributes marked as "relationType": "Composition"
  • added attributes uba_audit.borderID and uba_auditTrail.borderID
  • added RLS for uba_audit and uba_auditTrail based on borderID (should be equal to borderID in session if ubConfig.security.auditBorderIDuDataProp is defined)
  • uba package now require UB@5.25.25 (audit border support)
5.24.63 2025-11-10 #
  • uba_otp: otp kind enum with locales, cleanup expired OTP

Changed #

5.24.63 2025-11-10 #
  • uba_otp: update form is readonly except expiredDate

Fixed #

5.24.65 2025-11-24 #
  • uba_als-fm.vue: fixed roles adding for new record, fixed localization issues

@unitybase/ubcli #

Added #

5.25.87 2025-11-26 #
  • DDL generator for SQLite3 FTS now uses FTS5 extension in case Tokenizer <> stemka in the fts connection advSettings. This allows using porter, unicode61 and trigram tokenizers (require ub 5.25.26, changing of existed tokenizer require FTS DB re-creation)

@unitybase/ubs #

Added #

5.24.74 2025-11-10 #
  • Server reports: added a check that the server-side JavaScript reporting module does not export async functions, as such functions cause an unexpected EAccessViolation violation during execution