Skip to content

Releases: SchweizerischeBundesbahnen/scion-workbench

0.0.0-beta.23 (@scion/workbench)

07 Sep 08:39
Compare
Choose a tag to compare

0.0.0-beta.23 (2019-06-12)

Bug Fixes

Features

BREAKING CHANGES

  • SCION Workbench no longer supports Angular 6 and Angular 7. Migrate your project to run with Angular 8.
    See Angular Update Guide for detailed instructions on how to upgrade to a newer Angular version.
  • removed WorkbenchRouter.resolve: use Router.navigate and set closeIfPresent in WbNavigationExtras
  • removed WbNavigationExtras.tryActivateView: use WbNavigationExtras.activateIfPresent instead

0.0.0-beta.22 (@scion/workbench)

07 Sep 08:38
Compare
Choose a tag to compare

0.0.0-beta.22 (2019-05-08)

Bug Fixes

  • allow interaction with the platform once navigated away from an application's root page (80ddeab), closes #141

0.0.0-beta.21 (@scion/workbench)

07 Sep 08:38
Compare
Choose a tag to compare

0.0.0-beta.21 (2019-05-01)

Bug Fixes

  • emit the host element's initial size (c41509a), closes #137
  • emit when the dimension changes due to a window orientation change (c04a4f6), closes #137
  • update angular and rxjs dependencies (870b377)

0.0.0-beta.20 (@scion/workbench)

07 Sep 08:37
Compare
Choose a tag to compare

0.0.0-beta.20 (2019-04-24)

Bug Fixes

  • change the iframe url without adding an entry to the browser's history (4ff1a6b), closes #128

Features

  • allow providing custom properties when loading app config via config loader (64219b1), closes #133

BREAKING CHANGES

0.0.0-beta.19 (@scion/workbench)

07 Sep 08:37
Compare
Choose a tag to compare

0.0.0-beta.19 (2019-03-18)

Bug Fixes

  • match matrix params when resolving views for activation or closing (65ba4f0), closes #120
  • re-export workbench-application-platform.api in workbench-application-platform bundle (34cd8de), closes #118
  • show view tab title of inactive views when reloading the application (f011b5b), closes #121

Features

  • control if an application is allowed to contribute activities (dd9b81c), closes #122

0.0.0-beta.18 (@scion/workbench)

07 Sep 08:37
Compare
Choose a tag to compare

0.0.0-beta.18 (2019-03-15)

Bug Fixes

  • allow using sciDimension directive in 'OnPush' change detection context (cc15561), closes #106

Features

  • allow adding actions to the viewpart action bar (0b31ca3), closes #104
  • allow scheduling tasks in micro or macro task queue (58c643b)
  • allow showing an entry page when no view is showing (cd674d5), closes #105
  • hide activity part if no activities are registered (3d4d92e), closes #107

BREAKING CHANGES

  • Removed input property useTimer because no longer required as now working in the context of 'OnPush' change detection context.

0.0.0-beta.17 (@scion/workbench)

07 Sep 08:37
Compare
Choose a tag to compare

0.0.0-beta.17 (2019-02-25)

Features

  • allow scrollbars to be used in an 'on-push' change detection context (3b876fc), closes #100
  • allow to focus the viewport programmatically (36e1387)
  • export viewport scrollbars as public api (ff865fc), closes #100

0.0.0-beta.16 (@scion/workbench)

07 Sep 08:37
Compare
Choose a tag to compare

0.0.0-beta.16 (2019-02-21)

Features

  • provide API to simplify issuing custom intents from within client (6c88558), closes #96

0.0.0-beta.15 (@scion/workbench)

07 Sep 08:36
Compare
Choose a tag to compare

0.0.0-beta.15 (2019-01-31)

Bug Fixes

  • re-export core module in workbench-application.angular (ac8b58c)
  • remove obsolete http dependency from 'workbench-application-platform' (aea79d7)

0.0.0-beta.14 (@scion/workbench)

07 Sep 08:36
Compare
Choose a tag to compare

0.0.0-beta.14 (2019-01-31)

Bug Fixes

  • declare workbench-application.core as regular dependency of workbench-application.angular (9855241)