@unitybase/adminui-vue #

Added #

5.24.24 2024-09-16 #
  • UTableEntity: sorting can be hidden via hideActions prop (action code is sort)
5.24.23 2024-09-09 #
  • UTableEntity: ability to cancel data loading from beforeInitialLoad hook
  • UTableEntity: emptyTableVisible prop to hide 'No Data' string in empty tables
  • USelectEntity: Property option was introduced to the configuration object of buildEditConfig prop. This likely enables the use of a specific option in the context of the form, providing additional functionality or customization, for example, calculate form code based on mi_unityEntity etc.
  • processing.load: add misc({ __openForm: true }) to the main entity request

Fixed #

5.24.24 2024-09-16 #
  • UTableEntity: appendTable slot now not blocked by errorMessage
  • authorization page now inject localization of @ub-d/cloud-crypto model in case CERT2 authorization method in enabled. This fix showing of empty cryptoAPI selection dialog if several crypto provider is available
  • UTableEntity: unsubscribe only from entity lookups which was subscribed previously
5.24.23 2024-09-09 #
  • several fixes to UPdfViewerExt (advanced PDF viewer)
  • UFile: fixed error when renderer is not defined in refs for empty document attribute after form save

@unitybase/blob-stores #

Fixed #

5.24.15 2024-09-23 #
  • fixed server-side exception UB.UBAbort is nor a constructor in case user upload 0 size file; Now shows error to user what such files can`t be uploaded

@unitybase/ub-pub #

Added #

5.24.15 2024-09-16 #
  • localization key "Auth2faMessage4EMail" for 2FA via email

Chores #

5.24.15 2024-09-16 #
  • improved documentation for connection event entity_name:changed (added unsubscribe)

@unitybase/ub #

Added #

5.25.36 2024-09-23 #
  • ubConfig.schema.json: documented new configuration section security.dstu.iit.additionalKeys

Chores #

5.25.36 2024-09-23 #
  • ubConfig.schema.json: added possible EMail value for security.secondFactor.confirmationMethod

@unitybase/uba #

Changed #

5.24.19 2024-09-23 #
  • uba_user.changePassword method now skip password policy validation in case user must change password on first logon [UBDF-17692]

Fixed #

5.24.18 2024-09-16 #
  • fix error Cannot set properties of undefined (setting 'actions') in ALS form in case role does not exist [UBDF-18813]

@unitybase/ubcli #

Added #

5.25.42 2024-09-23 #
  • ubcli crypt sign and signAsic now can accept key name from security.dstu.iit.additionalKeys array using -kn keyName parameter

@unitybase/ubs #

Fixed #

5.24.21 2024-09-09 #
  • ubs_numcounter.getRegnumLoosely: counter value, persisted into DB for NEW key now contains an incremented one (instead of current). This prevents counters intersection for newly added keys in case of server failure