@unitybase/adminui-vue #

Fixed #

5.24.16 2024-06-18 #
  • Return mounting promise Form.mount() from every module.exports.mount function to display spinner while loading form data The recommended way of using Form.mount() is like this, otherwise, the warning in the console will be logged:
module.exports.mount = cfg => {
  return Form(cfg)
    .store()
    .processing()
    .validation()
    .mount()
  • loaderService: hide all non-fullscreen spinners when the fullscreen one is displaying
  • UTableEntity,USelectEntity,PreviewForm: add passing of setIsLoading to showForm commands to display component-specific spinners

@unitybase/adminui-pub #

Fixed #

5.24.89 2024-06-18 #
  • showForm: wrap the await formController.mount() call into the loading state. By default, the portal:loader event will be called. Additionally, there is an ability to override behavior by passing the setIsLoading to start/end the loading state (showing component-specific spinner as usual)

@unitybase/base #

Added #

5.24.8 2024-06-18 #
  • argv.serverURLFromConfig() now return valid (from UB POW) Unix Domain Socket address if ubConfig.httpServer.host is a UDS in form unix:/path/to.sock

@unitybase/cdn #

Removed #

5.24.15 2024-06-18 #
  • removed unused Ext based CDN forms (already replaced by Vue forms)

Fixed #

5.24.15 2024-06-18 #
  • Return mounting promise Form.mount() from every module.exports.mount function to display spinner while loading form data

@unitybase/logview #

Fixed #

1.1.35 2024-06-18 #
  • fixed viewing a remote log file in the Chrome browser if the log is gzipped on the server side (do not send the Range header, which causes Chrome to not accept any compression)

@unitybase/org #

Fixed #

5.24.16 2024-06-18 #
  • Return mounting promise Form.mount() from every module.exports.mount function to display spinner while loading form data
  • migration script org/unreleased/010_remove_datamanager_access_rights.js moved to org package version 5.23.29, where it must be

@unitybase/s3-blob-store #

Added #

5.1.5 2024-06-18 #
  • added UB_S3_URL example for AWS into README

@unitybase/ub #

Chores #

5.25.28 2024-06-18 #
  • JSON schema for ubConfig - documented what httpServer.host can be a UDS (Unix Domain Socket). Require UB@5.24.14

@unitybase/uba #

Removed #

5.24.11 2024-06-18 #
  • Security Dashboard shortcut and form is removed (has not been working for a long time and is not used by anyone)

Fixed #

5.24.11 2024-06-18 #
  • Return mounting promise Form.mount() from every module.exports.mount function to display spinner while loading form data

@unitybase/ubm #

Fixed #

5.24.14 2024-06-18 #
  • Return mounting promise Form.mount() from every module.exports.mount function to display spinner while loading form data

@unitybase/ubs #

Removed #

5.24.14 2024-06-18 #
  • removed unused ubs_message_recipient Ext based form (already replaced by Vue)

Fixed #

5.24.14 2024-06-18 #
  • return mounting promise Form.mount() from every module.exports.mount function to display spinner while loading form data
  • ubs_setting cache flush happens for all supported languages, which prevents old value save for the default language