@unitybase/adminui-vue #

Changed #

5.23.25 2022-10-21 #
  • npm lifecycle script prepare renamed to prepublishOnly. This prevents unneeded build during npm i

Fixed #

5.23.24 2022-10-13 #
  • USelectEntity - fixed unsync between selected value and input field's text in cases when control's owner input event handler decides not to change value prop or does it in async way or for some reasons sets another value
5.23.23 2022-10-04 #
  • Form validation: fix error when field with 'Int' data type not required
5.23.22 2022-10-04 #
  • Form validation: set minValue (-2^31) and maxValue (2^31 - 1) validators for fields with attribute data type 'Int'
  • UMasterDetailView - fixed supports a property hideViewModes for showList method.

@unitybase/adminui-pub #

Added #

5.24.10 2022-10-13 #
  • EntityGridPanel: RowEditing plugin uses this.clicksToEdit (if defined) as a value for Ext.grid.plugin.RowEditing.clicksToEdit

Changed #

5.24.12 2022-10-21 #
  • npm lifecycle script prepare renamed to prepublishOnly. This prevents unneeded build during npm i

@unitybase/blob-stores #

Added #

5.23.10 2022-10-13 #
  • Ability to use skipRls option in App.blobStores.getContent method (server context):
App.blobStores.getContent(
    {
      ID: execParams.ID,
      entity: 'dfx_Document',
      attribute: 'docImage'
    },
    {
      encoding: 'utf8',
      skipRls: true
    }
  )

@unitybase/codemirror-full #

Changed #

1.4.3 2022-10-21 #
  • npm lifecycle script prepare renamed to prepublishOnly. This prevents unneeded build during npm i

@unitybase/compressors #

Changed #

5.23.7 2022-10-20 #
  • build:native script not used anymore - instead docker based bulid script is used
5.23.6 2022-10-13 #
  • build command now uses unitybase/fpc-cross docker image to build native module

Fixed #

5.23.6 2022-10-13 #
  • build package.json script should not use -t option for docker run (do not allocate a pseudo-TTY) to prevent "the input device is not a TTY" error while lerna run build

@unitybase/cs-shared #

Changed #

5.23.8 2022-10-21 #
  • log level for message Condition XXX is passed to Repository.where but value is null -> condition transformed to YYY is changed form warning to debug

@unitybase/logview #

Added #

1.0.4 2022-10-13 #
  • added help button. Help message contains UI tips and log line format explanation
  • added action on toolbar "Format SQL with parameters inlined". Including array binding
1.0.3 2022-10-04 #
  • added parsing of logs in Hi resolution timer format

Changed #

1.0.3 2022-10-04 #
  • added line wrapping in preview

Fixed #

1.0.3 2022-10-04 #
  • fix verbalization of c=0 for SQL log level (c=0 mean PlaneCached=no)

@unitybase/mailer #

Changed #

5.23.7 2022-10-20 #
  • build:native script not used anymore - instead docker based bulid script is used
5.23.5 2022-10-13 #
  • build:native command now uses unitybase/fpc-cross docker image to build native module

Fixed #

5.23.6 2022-10-13 #
  • build package.json script should not use -t option for docker run (do not allocate a pseudo-TTY) to prevent "the input device is not a TTY" error while lerna run build

@unitybase/org #

Changed #

5.23.23 2022-10-04 #
  • org_staffunit-fm.vue form changed to be able to extend u-table-entity

Fixed #

5.23.23 2022-10-04 #
  • org_employee: in case one of firstName/lastName/middleName for specific lang is missed - use value from default lang to build short and full names

@unitybase/pdf #

Changed #

5.3.2 2022-10-21 #
  • npm lifecycle script prepare renamed to prepublishOnly. This prevents unneeded build during npm i

Removed #

5.3.2 2022-10-21 #
  • libs/jsPDF/{docs, examples,tests} are removed from @unitybase/pdf package (-1.7Mb of compressed package size)

[@unitybase/systemjs-plugin-vue-ub]([object Object]) #

Changed #

1.5.2 2022-10-21 #
  • npm lifecycle script prepare renamed to prepublishOnly. This prevents unneeded build during npm i

@unitybase/ub-pub #

Changed #

5.23.11 2022-10-21 #
  • npm lifecycle script prepare renamed to prepublishOnly. This prevents unneeded build during npm i

@unitybase/ub #

Added #

5.23.16 2022-10-13 #
  • aclRls mixin: new prop storageEntityFn - an optional function called before adding aclRls filter. Can return custom {storageEntityName, connectAttr} depending on ctx. Added for backward compatibility

Fixed #

5.23.17 2022-10-13 #
  • aclRls storage entity audit will be written with parentEntity and parent parentIdentifier, so changes to access control list will be visible on Audit action grid for master entity

@unitybase/ubq #

Added #

5.23.23 2022-10-13 #
  • ubqMailjob - added batch. Default behavior is to handle 100 messages in one scheduler call

Changed #

5.23.23 2022-10-13 #
  • ubqMailjob - added optional parameter exhaustQueue. In case exhaustQueue === true - repeat batch sending until all messages have been sent

@unitybase/ubs #

Changed #

5.23.23 2022-10-21 #
  • npm lifecycle script prepare renamed to prepublishOnly. This prevents unneeded build during npm i

@unitybase/xlsx #

Changed #

5.23.9 2022-10-21 #
  • npm lifecycle script prepare renamed to prepublishOnly. This prevents unneeded build during npm i