@unitybase/adminui-pub #

Added #

4.2.12 2017-03-30 #
  • AdminUI: In case of first login attempt LoginWindow will activate a tab for a first auth method from server config security.authenticationMethods array
4.2.11 2017-03-30 #
  • UBBoxSelect now accept ubRequest as a config parameter (for store creation)
  • UBReportEditor can insert image from file (Insert -> Image -> click on button with photo)
  • UBReportEditor added build-in image editor (click on image to actiate)

Fixed #

4.2.12 2017-03-30 #
  • fix systemjs version to 0.20.10-scoped - pathced vwrsion what allow scoped modules loading without map configuration
4.2.11 2017-03-30 #
  • since form definitian now evaluated only once (HMR) both EntityGridPanel & ubdetailgrid now accept customActionas as a Ext.Action config (not a class instance)

@unitybase/ub-pub #

Added #

4.3.0 2017-03-27 #
  • ability to persist session for UBConnection ( allowSessionPersistent connect config parameter) - for usage inside non-SPA browser clients. Cleared after connection.logout() or in case server log out user.
4.2.0 2017-03-20 #
  • Package @unitybase/ub-pub now can be used from nodeJS - see usage samlpe
4.1.5 2017-03-20 #
  • parameter onAuthorized added to UBConnection.connect - Callback for authorization success. See authorized event

Fixed #

4.3.1 2017-03-27 #
  • correclty restore connsection.userLang() in case persisted session is used

@unitybase/ubq #

Added #

4.2.0 2017-03-27 #
  • ability to pass a module to scheduler instead of function from global

Fixed #

4.2.1 2017-03-30 #
  • allow use mail over SSL