Skip to content

Latest commit

 

History

History
93 lines (58 loc) · 6.5 KB

File metadata and controls

93 lines (58 loc) · 6.5 KB

12.2.0 (2024-12-16)

Features

  • service-navigation: remove profile links when in guest mode (0ef1c72f)
  • service-navigation: add id's to the profile links and my-notification button (ccc05102)
  • service-navigation: change settings link to 4 profile links (3056decb)

12.1.0 (2024-12-09)

Bug Fixes

  • service-navigation: make language dropdown keyboard accessible (df2f38ef)
  • web-component: show focus on language dropdown (8f8580cd)

12.0.4 (2024-11-29)

Bug Fixes

  • service-navigation: change flex to inline-flex for authentication widget (e7c5e361)
  • web-component: add missing styles (f88ddec9)
  • web-component: add missing default values (90d9209e)

12.0.2 (2024-11-15)

Bug Fixes

  • service-navigation: increase the padding around the profile & authentication widgets (1853ee4e)
  • web-component: only import needed styles (81a38d1a)

12.0.1 (2024-11-01)

Bug Fixes

  • service-navigation: make sure the language selection's height is consistent (506c5f1a)

12.0.0 (2024-10-08)

Bug Fixes

  • service-navigation: adjust styling of application popover content (da51c286)

Features

  • sample: add language input property (89685610)
  • service-navigation: don't show the authentication widget until loginState is known (7e3f9ce6)
  • service-navigation: loginState only emits once the server responded (0a194f36)
  • service-navigation: throw error in case of missing pamsAppId (848f71a6)
  • web-component: add language input property (cff248dc)

BREAKING CHANGES

  • service-navigation: loginState doesn't emit SA on startup anymore. Instead, it only emits once it's value is known
  • service-navigation: The application now throws an error if no pamsAppId is provided

11.3.2 (2024-07-19)

Bug Fixes

  • service-navigation: increase icon size (83f5b171)
  • service-navigation: ensure the status icon are tied to their applications (a9f8b640)

11.3.1 (2024-07-12)

Bug Fixes

  • web-component: ensure the service-navigation component is embedded in PROD (4155b147)

11.2.0 (2024-05-31)

Bug Fixes

  • toolchain: list @angular/elements as a devDependency (0d827aee)

Features

  • toolchain: remove @angular/elements from the distributed package.json (d6ca432f)

11.0.0 (2024-02-22)

Features

  • web-component: add handleLogout and logoutTriggered (525bd8a6)
  • web-component: add pamsAppId (ba5f4d74)
  • web-component: add basic content projection (f1b796b9)
  • web-component: add loginState event (490185b1)
  • web-component: add languageChange event (4845e64d)
  • web-component: add infoLinks and profileLinks (da6c39ab)
  • web-component: add infoContact (9797f1fe)
  • web-component: add display inputs (54d355ad)
  • web-component: add languages management (6c8dac85)
  • web-component: add environment and basic inputs (0d89e2b7)
  • web-component: provide the service navigation as a web-component (ecebb231)