Skip to content

Releases: SchweizerischeBundesbahnen/scion-workbench

0.0.0-beta.21 (@scion/workbench)

07 Sep 08:38

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

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

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

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

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

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

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

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)

0.0.0-beta.13 (@scion/workbench)

07 Sep 08:35

Choose a tag to compare

0.0.0-beta.13 (2019-01-30)

Bug Fixes

  • compute native scrollbar track size correctly even if not displayed at application startup (e12718c), closes #87
  • do not enter minimize mode when closing views quickly in maximize mode (375dace), closes #24
  • reduce the number of 'mousemove' events dispatched between application windows (44c40f4), closes #86
  • stretch content of <sci-viewport> if it overflows horizontally (31d23d4), closes #77
  • use an overlay to render view drop regions to not flicker while dragging views (c738a1a), closes #79

Features

  • allow giving CSS classes to workbench elements to have stable selectors available in e2e tests (c985816), closes #78
  • allow to display a component in a popup (eeb2390), closes #76
  • contribute 'Workbench Application Platform' to allow integrating content from multiple web applications (84e1f08), closes #80

BREAKING CHANGES

  • Properties of Activity and WbActivityDirective to set the activity label and CSS class(es) have changed as follows:

    • label => itemText
    • cssClass => itemCssClass
  • CSS display property of <sci-viewport> flex container has changed from flex (column nowrap) to grid (one column).

    To migrate:

    • if having a single content child which stretches vertically by using flex: auto, remove that property
    • if having multiple content children with flex: none, wrap them inside a separate flex-container

0.0.0-beta.9 (@scion/workbench)

07 Sep 08:34

Choose a tag to compare

0.0.0-beta.9 (2018-08-23)

Bug Fixes

Features

  • use momentum-based scrolling to continue to scroll after finishing the scroll gesture (4a2f085)