Skip to content

Releases: open-pioneer/trails-core-packages

@open-pioneer/runtime@2.1.6

17 Jul 09:19
Compare
Choose a tag to compare

Patch Changes

  • e945264: Improve error message when metadata is missing (#55)
    • @open-pioneer/runtime-react-support@1.0.2

@open-pioneer/react-utils@1.0.0

17 Jul 09:19
Compare
Choose a tag to compare

Major Changes

  • a208b32: Breaking: Removed the ToolButton component; it has moved to @open-pioneer/map-ui-components.

    If you were previously using the ToolButton in your app, you need to update your import statements when updating to this version:

    - import { ToolButton } from "@open-pioneer/react-utils";
    + import { ToolButton } from "@open-pioneer/map-ui-components";

    You need to update your package.json as well to refer to the map-ui-components package.

Minor Changes

  • a208b32: Move this package to the core-packages repository.

@open-pioneer/notifier@0.3.5

17 Jul 09:19
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [a208b32]
  • Updated dependencies [a208b32]
  • Updated dependencies [e945264]
    • @open-pioneer/react-utils@1.0.0
    • @open-pioneer/runtime@2.1.6

@open-pioneer/local-storage@0.3.5

17 Jul 09:19
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e945264]
    • @open-pioneer/runtime@2.1.6

@open-pioneer/integration@2.0.9

17 Jul 09:18
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e945264]
    • @open-pioneer/runtime@2.1.6

@open-pioneer/http@2.1.8

17 Jul 09:18
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e945264]
    • @open-pioneer/runtime@2.1.6

@open-pioneer/authentication@0.3.5

17 Jul 09:18
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e945264]
    • @open-pioneer/runtime@2.1.6

@open-pioneer/authentication-keycloak@0.1.2

17 Jul 09:18
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e945264]
    • @open-pioneer/runtime@2.1.6
    • @open-pioneer/notifier@0.3.5
    • @open-pioneer/authentication@0.3.5

@open-pioneer/runtime@2.1.5

10 Jun 15:41
bfc51aa
Compare
Choose a tag to compare

Patch Changes

  • 90d0cce: The resolveConfig callback of an app's configuration can now inspect the application's hostElement.

  • 90d0cce: Add a builtin method on the ApplicationContext to change the application's locale.
    Note that with the current implementation, the application will simply restart with the new locale.
    The application's state will be lost.

    Example:

    import { ApplicationContext } from "@open-pioneer/runtime";
    
    const appCtx: ApplicationContext = ...; // injected
    appCtx.setLocale("en-US");
    • @open-pioneer/runtime-react-support@1.0.2

@open-pioneer/notifier@0.3.4

10 Jun 15:41
bfc51aa
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [90d0cce]
  • Updated dependencies [90d0cce]
    • @open-pioneer/runtime@2.1.5