@unitybase/adminui-vue #

Added #

7.0.47 2026-02-18 #
  • New icon u-icon-doc-error
  • Form.mount: added fireEvent calls for component lifecycle tracking:
    • form:modal:mounted / form:modal:destroyed - modal form lifecycle
    • form:tab:mounted / form:tab:destroyed - tab form lifecycle
    • form:container:mounted / form:container:destroyed - container form lifecycle
    • form:tableEntity:mounted / form:tableEntity:destroyed - table entity lifecycle
  • Form.processing: added form:hook event with 'saved' type that fires after successful form save
  • UDatePicker: when firstDayOfWeek is Monday (1), Sundays are highlighted in red color using design system palette (--hs-danger). This includes both the "Sun" header label and all Sunday date cells. Sundays in adjacent months (prev/next) use a more muted shade (--l-text-disabled)
  • UDatePicker: shortcuts can be disabled globally via ubConfig uiSettings.adminUI.enableDatePickerShortcuts: false. Default is true for backward compatibility
7.0.46 2026-02-06 #
  • UCheckbox: added support for indeterminate prop to display checkbox in indeterminate state
  • Registered UAuthUb as global Vue component to allow overriding it
  • UPdfViewerExt: added two new methods
    • getPageCount - returns the total number of pages in the PDF document
    • extractPages - extract specified pages into a new PDF document

Fixed #

7.0.47 2026-02-18 #
  • UFileRenderer: consider ubConfig.uiSettings.adminUI.pdfViewer.extendedPdfViewer value to determine PDF renderer type (plain/extended)
  • UAuthUb: fixed component name from 'UbAuthUb' to 'UAuthUb' to match the naming convention expected by URelogin component
  • UTableEntity: context menu now correctly checks for actual rendered content before displaying.

@unitybase/adminui-reg #

Added #

7.0.37 2026-02-18 #
  • new ubConfig.uiSettings.adminUI.disableCases (env variable UB_DISABLE_CASES) setting to disable grammatical case inflections (e.g., nominative, genitive, instrumental) across all supported languages

@unitybase/blob-stores #

Added #

5.24.43 2026-02-06 #
  • getContentPathAndBlobInfo and getContentPath: support skipRls option

@unitybase/cdn #

Added #

5.24.84 2026-02-18 #
  • support for new ubConfig.uiSettings.adminUI.disableCases (env variable UB_DISABLE_CASES) to disable grammatical case inflections (e.g., nominative, genitive, instrumental) across all supported languages

@unitybase/openid-connect #

Added #

5.24.63 2026-02-10 #
  • added userInfoAddAuthHeader option. Sends access_token in Authorization bearer http header. Default is false

@unitybase/org #

Added #

5.24.87 2026-02-18 #
  • support for new ubConfig.uiSettings.adminUI.disableCases (env variable UB_DISABLE_CASES) to disable grammatical case inflections (e.g., nominative, genitive, instrumental) across all supported languages

Fixed #

5.24.86 2026-02-06 #
  • lang-ro locale: replaced english translations with romanian

@unitybase/ub #

Added #

5.25.78 2026-02-06 #
  • SECURITY request for static file with one of .php,.cgi,.aspx,.jsa extension, or path contains * or ends with / now rejected ASAP, without passing invalid path to nginx for redirect

@unitybase/uba #

Fixed #

5.24.70 2026-02-18 #
  • fixed "total summary" UI request handling for uba_session and uba_elsPermission virtual entities [UB-1911]