@unitybase/adminui-vue #
Added #
5.23.63 2023-06-25 #
UInput
: If there is only one language in the system settings, the locale button will not be displayed.
5.23.59 2023-06-12 #
- added ability to customize loader, what appears just after login and before UI is loaded, using new property
headCss
inui-themes.json
. See modifiedadminui-vue/ui-themes.json
andadminui-vue/uithemes/blue-theme-head.css
for example - new button Dictaphone added to
Document
controls (UFile
,UFileCollection
) - allow record voice message; Can be removed using:remove-default-buttons="['dictaphone']"
if not needed; Audion recoded inogg
format
Changed #
5.23.62 2023-06-14 #
- BREAKING
UFile
andUFileMultiple
now do NOT showwebcam
,dictaphone
,scan
andscanSettings
buttons by default. To show these buttons, the newshow-default-buttons
array property shall be used:<u-file :show-default-buttons="['webcam', 'dictaphone', 'scan', 'scanSettings']" />
5.23.59 2023-06-12 #
- initial loader changed to slow rotated
cog
(less nervous compared to previous spinner)
Removed #
5.23.63 2023-06-25 #
utils/clickOutside
listener todblclick
event is REMOVED (added in 5.22.5 - 2022-03-25). With such listener date filter on UTableEntity is closes unexpectedly while user switch month quickly
Fixed #
5.23.64 2023-06-30 #
UInput
: Fix regression after hide/show multilang button
5.23.62 2023-06-14 #
- in case user agent (browser) do not support rendering of PDF (as most mobile browsers) - automatically
fallback to
@unitybase/pdf-viewer
5.23.60 2023-06-12 #
- fixed
de
localization (error in prev. release)
5.23.59 2023-06-12 #
UNavbar
: fixed tab dropdown closing when all tabs are closed
@unitybase/blob-stores #
Added #
5.23.24 2023-06-30 #
- new method
blobStores.getContentPathAndBlobInfo
- return both contentPath (asblobStores.getContentPath
dose) and blobInfo (JSON stored in DB)
@unitybase/cdn #
Fixed #
5.23.54 2023-06-12 #
- AZ locale fixes
@unitybase/cs-shared #
Fixed #
5.23.14 2023-06-13 #
- fixed regression in
iso8601ParseAsDate
- fornull
must return null, not an epoch (01/01/1970)
5.23.13 2023-06-12 #
- Fix
iso8601ParseAsDate
to correctly parse dates with timezone offset, even when timezone offset is negative. The function used for Date (Date without time) data types.
@unitybase/logview #
Added #
1.0.38 2023-06-30 #
- LogView: in
Show statistic
result added a warning aboutnot enough threads
in case last thread contains > 5% of first thread events count
@unitybase/org #
Changed #
5.23.62 2023-06-25 #
org_organization.checkOKPOCode
method has been defined as public instead of private to allow override
Fixed #
5.23.61 2023-06-14 #
- AZ locale fix
5.23.59 2023-06-12 #
- AZ, DE locale fixes
@unitybase/pdf-viewer #
Added #
5.0.2 2023-06-25 #
5.0.1 2023-06-14 #
- initial release, based on pdfjs@3.7.107
Changed #
5.0.2 2023-06-25 #
Deprecated #
5.0.2 2023-06-25 #
Removed #
5.0.2 2023-06-25 #
@unitybase/ub #
Added #
5.24.26 2023-06-30 #
- new method
App.blobStores.getContentPathAndBlobInfo
- return both contentPath (asblobStores.getContentPath
dose) and blobInfo (JSON stored in DB)
@unitybase/ubq #
Fixed #
5.23.56 2023-06-30 #
- consider mailer is enabled in case
customSettings.mailerConfig.targetHost
is not empty andcustomSettings.mailerConfig.enableScheduler
is true. If mailer is disabledmailQueue.queueMail
do nothing. Before this fixmailQueue.queueMail
always queue e-mails, even ifmailerConfig.targetHost
is not defined ormailerConfig.enableScheduler
is false
@unitybase/xlsx #
Changed #
5.23.23 2023-06-14 #
- ExtJS grid XLSX export - if render function is defined - never transform cell value using render function for type Currency or Float.