Skip to content

Releases: SchweizerischeBundesbahnen/scion-workbench

0.0.0-beta.33 (@scion/workbench)

07 Sep 08:46
Compare
Choose a tag to compare

0.0.0-beta.33 (2020-02-21)

Features

  • chore: add support for angular 9, drop support for angular < 9 #197

0.0.0-beta.32 (@scion/workbench)

07 Sep 08:42
Compare
Choose a tag to compare

0.0.0-beta.32 (2019-11-13)

Bug Fixes

  • declare the type viewref to be of type string instead of a string literal (7bc15c6), closes #207

0.0.0-beta.31 (@scion/workbench)

07 Sep 08:42
Compare
Choose a tag to compare

0.0.0-beta.31 (2019-11-13)

Features

  • allow a microfrontend to open a view in a specific view outlet (6e44e1a), closes #207

0.0.0-beta.30 (@scion/workbench)

07 Sep 08:42
Compare
Choose a tag to compare

0.0.0-beta.30 (2019-11-11)

Bug Fixes

  • add wildcard support for querying capabilities in the host app (e6bde77), closes #201
  • allow a microfrontend observing capabilities for which it declares an intent (99ccdf5), closes #198 #202
  • remove implicit intent when unregistering a capability (0996a22), closes #200
  • unregister a capability by its type and qualifier instead of its id (6044823), closes #199

0.0.0-beta.29 (@scion/workbench)

07 Sep 08:41
Compare
Choose a tag to compare

0.0.0-beta.29 (2019-11-01)

Bug Fixes

  • provide fallback for the former 'query' property of manifest commands (5431811)
  • show entry point page inside a viewport (818187e), closes #129
  • support wildcard intents when querying capability consumers (2332f10)

Features

  • allow a microfrontend to register activator endpoints invoked at platform startup (a5a97df), closes #190
  • allow querying capabilities matching a given qualifier pattern (16d1fa7), closes #188
  • allow to register and unregister capabilities from inside a microfrontend (782c831), closes #189
  • show metadata of capabilities in dev-tools (0af6db8)

0.0.0-beta.28 (@scion/workbench)

07 Sep 08:41
Compare
Choose a tag to compare

0.0.0-beta.28 (2019-09-13)

Bug Fixes

  • use correct registry in package-lock.json (28c3e05), closes #182

0.0.0-beta.27 (@scion/workbench)

07 Sep 08:40
Compare
Choose a tag to compare

0.0.0-beta.27 (2019-09-13)

Bug Fixes

  • bundle stylesheets with scss-bundle (5e2d141), closes #179

0.0.0-beta.26 (@scion/workbench)

07 Sep 08:40
Compare
Choose a tag to compare

0.0.0-beta.26 (2019-09-10)

Bug Fixes

  • emit the initial element dimension also if using native resize observer (5d88128), closes #169
  • insert new view tab into the tab bar after the active view tab (14d76f0), closes #167
  • match intent with wildcard qualifier key/value(s) (5ea3981), closes #172
  • preserve line-breaks in message box content (0060c11), closes #131
  • support mac command key when opening view in new view tab (b2be851), closes #155

Features

  • add API to query if micro-frontend is running standalone (10c2b45), closes #130
  • add context menu to view tabs and provide menu items for commonly used view tab actions (cd41eb3), closes #174
  • allow defining capabilities with optional qualifier entries (d462512), closes #154 #173
  • allow dragging views to app instances running in different browser tabs or windows (2ee9df3), closes #168
  • provide better feedback to the user when dragging views (78f9c80), closes #164

BREAKING CHANGES

  • removed support for the asterisk (*) wildcard as capability qualifier key: instead, use the question mark (?) as qualifier value to mark the qualifier entry as optional

0.0.0-beta.25 (@scion/workbench)

07 Sep 08:40
Compare
Choose a tag to compare

0.0.0-beta.25 (2019-07-26)

Bug Fixes

  • post the request in request-receive communication when subscribing to the observable (f8a7f8c), closes #160
  • show the view dropdown only if some view tabs overflow (ab57d4b), closes #159

Features

  • activate the most recent view when closing a view (7896583), closes #74
  • control if to use native resize observable unless explicitly specified via options object (0594320), closes #156

0.0.0-beta.24 (@scion/workbench)

07 Sep 08:40
Compare
Choose a tag to compare

0.0.0-beta.24 (2019-07-22)

Bug Fixes

  • observe element dimension changes natively (f53f4b3), closes #156
  • remove 'web-animations-js' polyfill from host-app as it breaks the app (2c55f2f), closes #152

BREAKING CHANGES

  • removed 'viewportChange' output property from <sci-viewport> component.
    Migration: Add the dimension directive [sciDimension] to the viewport
    and/or viewport client, and/or listen for viewport scroll events with 'scroll' output property.