@unitybase/adminui-vue #
Added #
1.8.6 2019-10-31 #
- set
entity.captionas default form title if title is not defined at*-fm.def - Registration component for authentication form
1.8.4 2019-10-16 #
- Navbar tab: middle mouse button click (mouse wheel click) on tab will close it
1.8.2 2019-10-12 #
USelect* componentsprop readonlyUFormContainerprop autofocus. Boolean. Is true by default. Example usage<u-form-container :autofocus="false">
1.7.2 2019-10-03 #
- New option for
UFormRowlabel-position prop, example:
<u-form-row
required
label-position="top"
:label="`${entity}.filterValue`"
:error="$v.filterValue.$error"
<u-input attribute-name="filterValue" />
</u-form-row>
USelect*components, prop placeholder- css variable
--info-light UForm/mounti18n to title
Changed #
1.8.6 2019-10-31 #
- renamed
ShortcutIconSelectcontrol toUIconPickerand allow to use it in other UB projects UCodeMirrorcontrol now can be set readOnly (disable user input) with passing readOnly prop
1.8.3 2019-10-12 #
- change icon inside error popup to "!" because original element error icon is very similar to close button
1.8.2 2019-10-12 #
- redesign desktop selector in sidebar
- added optional props
sidebarLogoURLandsidebarLogoBigURLtoUB.connection.appConfig.uiSettings.adminUIin ubConfig.json.sidebarLogoBigURLwill be ignored if unsetsidebarLogoURL. Example usage:
"uiSettings": {
"adminUI": {
"sidebarLogoURL": "/models/ub-pub/img/sidebar-logo.svg",
"sidebarLogoBigURL": "/models/ub-pub/img/sidebar-logo-big.svg"
}
1.8.0 2019-10-07 #
- winXP (Chrome 48 / FireFox 52 / IE) support is removed, as a result boundle size reduced by 120Kb + code became faster
Fixed #
1.8.6 2019-10-31 #
- added missing
storeparameter in processing=>addCollectionItem method processingmodule now does not pass readonly attributes in execParams
1.8.5 2019-10-18 #
- desktop selector Z index increased to 100 to prevent displaying behind Ext form toolbar / grid captions
1.8.4 2019-10-16 #
DesktopSelectorclose desktop drawer after click again on button- sidebar doesn't overlap text popups
1.8.2 2019-10-12 #
- dynamically update shortcut in sidebar on change in
ubm_navshortcutform - case field is collapsed if setting for
USelectMultipleandUSelectManyfield is disabled USelect* componentserror when value is exist in dictionary but not exist in current:repositoryrequestUSelect* componentsduplicate field in the query in casevalueAttributeis set same value which indescriptionAttribute
1.8.1 2019-10-09 #
- transformation of attributes of type
Date(not DateTime) to format expected by server (time must be 00:00 in UTC0) insidebuildExecParams
@unitybase/adminui-pub #
Changed #
5.12.1 2019-10-07 #
- green spinner on a startup - symbolizes only evergreen browser are supported by adminUI 😃
5.12.0 2019-10-07 #
- winXP (Chrome 48 / FireFox 52 / IE ) support is removed, including following polyfills:
bluebird-q- was exposed aswindow.Qes6-promise- was adds Promises support for IEPromise.prototype.fin(used previously in Q promises) polyfill is removed. Nativefinallyshould be used insteadPromise.prototype.done(used previously in Q promises) polyfill is removed. Nativethenorcatchshould be used instead Bundle size reduced by 100Kb
- Q promises usage is removed from UBOrgChart
Fixed #
5.12.2 2019-10-09 #
adminUI is not definedduring initial page load (missed semicolon in index.html)
@unitybase/base #
Fixed #
5.1.29 2019-10-01 #
- csv parser: in case parse called with one argument, force default comma to be
;; This fix a case if previous call to parse(text, ',') overrides default separator globally
@unitybase/blob-stores #
Fixed #
5.1.0 2019-10-14 #
- BlobStores regression: for stores filled by UB < 5 (without {v: 1,..} attribute in blobStore content JSON) default revision should be 0 instead of 1. The content below
{"store":"simple","fName":"my file 3000006327362","origName":"","relPath":"","ct":"application/pdf","size":170326,"md5":".."}
resolved to pathToSimpleStore/my file 3000006327362/0.pdf instead of .../1.pdf
@unitybase/cdn #
Changed #
5.3.6 2019-10-01 #
- colon separator for cdn_region uk locale csv data to ';' as in all other files
@unitybase/cs-shared #
Added #
5.1.11 2019-10-09 #
- remove code duplication for
Dateparsing functions (truncTimeToUtcNull & iso8601ParseAsDate are moved to LocalDataStorage)
@unitybase/dml-generator #
Changed #
5.0.65 2019-10-29 #
- support for value in whereList (instead of values)
@unitybase/ub-pub #
Added #
5.3.26 2019-10-22 #
- Add translation for authentication form
5.3.24 2019-10-09 #
- new functions
UB.iso8601ParseAsDate(convert UnityBase server date response to Date object) andUB.truncTimeToUtcNull(convert a local DateTime to Date with zero time in UTC0 timezone as expected by UB server for Date attributes)
Changed #
5.3.26 2019-10-22 #
- for nodeJS environment monkey request detection is disabled
Fixed #
5.3.26 2019-10-22 #
AsyncConnectionconvertednullto"null"in execParams in some cases
5.3.26 2019-10-22 #
- global exception interceptor will ignore all exceptions what starts with
ResizeObserver. Known are:- ResizeObserver loop completed with undelivered notifications
- ResizeObserver loop limit exceeded
5.3.24 2019-10-09 #
- transformation to / from UB Date format (time 00:00 in UTC0) works correctly for dates in which there was a switch to winter / summer time (1988-03-27 for example)
@unitybase/ub #
Added #
5.3.0 2019-10-18 #
- new server config parameter
security.limitGroupsTo: ["group1", ...]Groups codes (uba_group.code) to limit available user groups during user logon. Useful in case a same DB is used by several server instances, and one of instance (public portal for example) should limit roles available to user. WARNING - roles what assigned directly to user (in uba_userroles) NOT filtered and remains available App.grantEndpointToRole(endpointName, roleCode)- programmatically grant endpoint permission to specified role
Changed #
5.3.0 2019-10-18 #
- changes for UB server >= 5.17 (backward compatible):
- data type of Session.id is changed form Number to String and retrieved lazy. In general this property should not be used in app code
Session.runAsUserwill create a temporary session what live until the end of request (not persisted to sessionManager)
@unitybase/uba #
Fixed #
5.3.9 2019-10-12 #
- prevent hangs of ALS form for huge ALS rules sets
@unitybase/ubm #
Added #
5.2.30 2019-10-12 #
ubm_desktoppropsdescriptionandiconCls. Now can set description and icon for desktop which will show in sidebar desktop selectorubm_navshortcutoptional propdescriptionnot used yet, but will later be displayed in the sidebarubm_navshortcutoptional propkeywordsit needed to improve search
@unitybase/ubs #
Changed #
5.2.45 2019-10-02 #
ubs_numcounter.getRegnumoptimization- new attribute ubs_numcounter.fakeLock added for select for update emulatin
- settings key
ubs.numcounter.autoRegWithDeletedNumberreads once
