@unitybase/adminui-vue #

Added #

1.13.0 2020-08-31 #
  • UDropdown: prop childPlacement - popper placement relative to opened dropdown
  • UTable: param formatHead in column config. Render function for header cell
  • UButtonGroup: added border for child UButton's
  • UFormRow: prop preventLabelEvents - disable label click, hover etc.
  • UTableEntity: view mode option in user settings, also added slot viewMode to overlap it.
  • UTableEntity: prop cardColumns. Array of column configs for card view
  • UTableEntity: prop beforeInitialLoad. Hook which called after store created, but data didn't start to load.
  • UNavbar: Close all and Close inactive actions added to tabs menu (as in tab popup)
  • USelectEntity, USelectEnum, USelectMultiple, USelectMany: prop searchStrategy which sets search request condition
  • USelectEntity, USelectEnum, USelectMultiple, USelectMany: user input debounce timeout increased from 120 to 600
1.12.5 2020-08-19 #
  • Tajik locale translation
  • Form/mount: added param openInBackgroundTab to mountTab. If true - the tab with a newly opened form does not become active. Default is false and new tab is activated.
1.12.4 2020-08-03 #
  • SignatureVerificationResult view: in case signature is invalid and library provide some reason this reason will be shown in () For example: Signature invalid (Неверный сертификат OSCP сервера)

Changed #

1.13.0 2020-08-31 #
  • UButton: changed sizes according design in figma
  • UTableEntity: display of filter and sort. It is displayed as a button with a popup
  • UTableEntity: color of filter tags. Value has "black" color, condition - "grey"
1.12.5 2020-08-19 #
  • UNavbar: tabs now displayed inside scroll box and prepended by "All tabs" button for tab management
  • UTableEntity in case window.outerHeight < 500px then table header hides while user scroll down (as with address bar in mobile browsers)
  • UNavbar in case window.outerHeight < 500px then navbar visibility can be toggled on/off (new toggle button added)

Deprecated #

1.12.5 2020-08-19 #
  • styleguidist package replaced as external application in ubjs/styleguide

Removed #

1.13.0 2020-08-31 #
  • UTable: event sort
1.12.5 2020-08-19 #
  • cross-env dependency removed

Fixed #

1.13.0 2020-08-31 #
  • UNavbar: fix Close all behavior
  • lookups.js: onEntityChange for delete event - in case response resultData do not contains ID, get it from response object not from resultData of response object
1.12.5 2020-08-19 #
  • UDropdown: in case dropdown is placed into HTML attribute with position: sticky/absolute/fixed then it it shown in full size (not cropped to the outer elements bounds as before)
  • ub-icons iconic font uses fixed character code for each icon, so adding new icons do not broke unicode codes for old icons.
1.12.4 2020-08-03 #
  • ensure adminui-vue exports magicLink (SystemJS.set freeze object, so should be exported before call to SystemJS)
  • Vue package if exist window.Vue use it as package entry point else use Vue from node_modules
  • UTableEntity.pageSize set default value 50 in case storeDefaultPageSize didn't present in ubConfig.json

@unitybase/adminui-pub #

Added #

5.13.32 2020-08-19 #
  • Tajik locale translation

Removed #

5.13.32 2020-08-19 #
  • cross-env dependency removed

Fixed #

5.13.34 2020-08-20 #
  • in case title property is defined in nav shortcut JSON - use it, otherwise - use a ubm_navshortcut.caption for title. Before this fix ubm_navshortcut.caption always overrides title.
5.13.32 2020-08-19 #
  • typo in Ukrainian translation for key doYouWantFillOtherAttr, removed quotes for unnecessarily quoted properties

@unitybase/base #

Added #

5.3.0 2020-08-31 #
  • config parser enhancements - see server 5.18.12 changelog for details
  • //#ifdef(%VAR_NAME%)..//#endif & //#ifndef(%VAR_NAME%)..//#endif
  • //#ifdef(%VAR_NAME%=someValue)
  • %VARNAME||default%
  • support for vendorModels and customerModels
  • trailing commas now supported in config and meta files
  • partial configs for models
  • argv.setServerConfiguration method - allows to set a config for native part
5.2.15 2020-08-19 #
  • support for #ifdef..#endif & #ifndef..#endif in ubConfig

Changed #

5.3.0 2020-08-31 #
  • ubConfig parser implementation is moved into UB.js (compiled as resource into ub server)

@unitybase/cdn #

Added #

5.4.28 2020-08-19 #
  • Tajik locale translation
5.4.27 2020-08-03 #
  • cdn_orgaccount: added complex unique index on (code, currencyID, bankID)

Fixed #

5.4.27 2020-08-03 #
  • cdn_orgaccount: change cache type to "None" since row count can be huge
  • cdn_orgaccount: fix error during updating of account with currencyID===null

@unitybase/org #

Added #

5.3.28 2020-08-19 #
  • Tajik locale translation

Changed #

5.4.0 2020-08-31 #
  • BREAKING login for user who not assigned to employee allowed only for superusers (users admin and root = uba_common.isSuperuser()). Before these changes' logon without an employee is allowed for members of Admin group.

@unitybase/ub-pub #

Added #

5.5.20 2020-08-19 #
  • Tajik locale translation

Changed #

5.5.22 2020-08-31 #
  • EventEmitter.defaultMaxListeners increased from 10 to 20. This removes warning then event emitter are used for by JS mixins (EAV etc) to adds :after and :before events - in this case listeners count can exceed 10
5.5.19 2020-08-03 #
  • nodeJS usage example (in a README.md) rewritten using async function

Fixed #

5.5.20 2020-08-19 #
  • default login page top logo URL changed from /models/ub-pub/img/ub-login-logo.png to models/ub-pub/img/login-logo.svg. For any app we recommend to change uiSettings.loginWindowTopLogoURL to a logo for your app and not to use default logo.

@unitybase/ub #

Deprecated #

5.6.0 2020-08-31 #
  • javascript section in ubConfig is deprecated. Starting from UB 5.18.12 use command line switches or env. vars Use ub --help for details.

Removed #

5.5.12 2020-08-19 #
  • nodeJS compatibility test suite is moved from @unitybase/ub to apps/autotest/models/TST. This reduced the @unitybase/ub module size by 900Kb.

@unitybase/ubcli #

Changed #

5.7.0 2020-08-31 #
  • ubcli initDb command execute all SQL statements from a command line script. This allows not to start a server and prevents fake config creation.

Deprecated #

5.6.4 2020-08-19 #
  • ubcli prepareGZIP command is removed (obsolete). For a production environment generateNgingCfg & linkStatic should be used instead.

Fixed #

5.7.0 2020-08-31 #
  • ubcli createStore creates a tempPath even in case path is empty (for example for mdb store)

@unitybase/ubm #

Added #

5.4.10 2020-08-19 #
  • Tajik locale translation

@unitybase/ubq #

Added #

5.3.26 2020-08-19 #
  • Tajik locale translation

Changed #

5.4.0 2020-08-31 #
  • application.customSettings.mailerConfig section now defined in model partial config and automatically merged into main config (starting from ub@5.18.12). See README.md for environment variables list.

@unitybase/ubs #

Added #

5.4.17 2020-08-19 #
  • Tajik locale translation

Changed #

5.4.17 2020-08-19 #
  • ubs_message_edit-fm.vue: refactored, fixed layouts and loading mask

Removed #

5.4.17 2020-08-19 #
  • cross-env dependency removed

@unitybase/udisk #

Added #

5.0.138 2020-08-19 #
  • Tajik locale translation