Skip to content

v1.3.0

Compare
Choose a tag to compare
@xmlking xmlking released this 23 Nov 00:56
· 889 commits to master since this release

1.3.0 (2018-11-23)

Bug Fixes

  • api: fix auth config (67f8c57)
  • api: make typeorm work with 'ng serve api' (e549023)
  • auth: fix redirection to dashboard after login via ImplicitFLow (6685ce9)
  • chat-box: fix voice box for safari (5068a72)
  • core: adding es7/array polyfill to support old browsers (7340567)
  • core: removed ng-package.prod.json as it is no longer needed by nx (f51f0f5)
  • eventbus: workaround for ngxs router plugin issue (78a41a2)
  • eventbus: workaround for ngxs router plugin issue (9fb3ab0)
  • experiments: update ngx-knob, lock d3 version (1b26e5b)
  • grid: fix drag: changed cdkDragRootElement from .mat-dialog-container .cdk-overlay-pane (92153e6)
  • material: mat-placeholde -> mat-label (95b3141)
  • ThemePicker: ThemePicker now using PreferenceState for storage (d448bf8)

Features

  • analytics: added google analytics service (f52e75f)
  • api: added push API module to save PushSubscriptions (945034c)
  • core: using Inject(WINDOW) and new ServiceWorker (2bfc467)
  • dashboard: added profile and settings pages (848d51e)
  • dashboard: added profile and settings pages (1a77689)
  • notifications: added field: native to Notification model (12fa080)
  • notifications: added notify, notifyAll API (3600c99)
  • push: PushNotifications subscription backend API (4b65131)

Performance Improvements

  • polish: removed console.log (12bde29)

Reverts