Changelog

2.0

2.0.0

Release date: 15.05.2024

Breaking Changes

  • Auth providers aren't exported as classes from the package any more. To use them, set the auth property of the component to the corresponding string.

New Features

  • Added support for Okta authentication.

Improvements & Bug Fixes

  • Fixed a CSS bug that was offsetting the app menu.
  • Fixed a bug that caused the JSON editor to break when updating apps by changing their name.

1.0

1.2.0

Release date: 22.03.2024

New Features

  • Added support for importing apps from existing FDC3 AppD.
  • Added support for defining FDC3 apps in the server.
  • Added built-in login components for none and basic flows.
  • Added view modal for machine displays.

Improvements & Bug Fixes

  • Fixed default group colDef configuration.
  • Disabled sorting, filtering, grouping for some Grid columns to reflect new Data Request restrictions.

1.1.0

Release date: 12.03.2024

New Features

  • Added <AutoLogin /> and <UserPassLogin /> helper components.

1.0.1

Release date: 07.03.2024

Improvements & Bug Fixes

  • Made "title" and "caption" in the app definition optional.
  • Added a "folder" field under "customProperties".
  • Added a "includeInWorkspaces" field under "customProperties" that defaults to true.
  • Fixed a bug where validation would fail if the value of the "allowMultiple" field value was changed.

1.0.0

Release date: 04.12.2023

Breaking Changes

New Features

  • Added a response interceptor.

0.1

0.12.0

Release date: 19.07.2023

New Features

  • Added support for None authentication.

0.11.1

Release date: 11.05.2023

New Features

  • Extended Auth0 configuration options.

0.11.0

Release date: 11.05.2023

New Features

0.10.0

Release date: 31.03.2023

New Features

  • Added checkbox that allows skipping validation when importing Layouts.
  • Added checkbox that allows skipping validation when importing apps.

0.9.0

Release date: 03.11.2022

New Features

  • Added support for remote configurations.

0.8.0

Release date: 19.09.2022

New Features

  • Added support for exporting data.

0.7.1

Release date: 24.08.2022

Improvements & Bug Fixes

  • Fixed build.

0.7.0

Release date: 24.08.2022

New Features

  • Added the option to skip validation for app definitions.

0.6.1

Release date: 23.03.2022

Improvements & Bug Fixes

  • Fixed schema validation of apps and Layouts.

0.6.0

Release date: 21.03.2022

New Features

  • Added support for Basic authentication.

0.5.11

Release date: 17.03.2022

New Features

  • Add an optional logOut() method to authentication providers.

0.5.10

Release date: 17.03.2022

Improvements & Bug Fixes

  • Fixed issues with destructuring in Custom authentication.

0.5.9

Release date: 14.03.2022

Improvements & Bug Fixes

  • Fixed font size in the <Footer /> component.
  • Fixed the "Info" link.
  • Removed "Coming soon..." from the "Dashboard".