Skip to content

Releases: open-pioneer/trails-core-packages

@open-pioneer/[email protected]

17 Jul 09:18
Compare
Choose a tag to compare

Patch Changes

@open-pioneer/[email protected]

17 Jul 09:18
Compare
Choose a tag to compare

Patch Changes

@open-pioneer/[email protected]

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/[email protected]

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

Patch Changes

@open-pioneer/[email protected]

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

Patch Changes

@open-pioneer/[email protected]

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

Patch Changes

@open-pioneer/[email protected]

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

Patch Changes

@open-pioneer/[email protected]

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

Patch Changes

@open-pioneer/[email protected]

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

Patch Changes

@open-pioneer/[email protected]

06 Jun 11:04
d2e3d3f
Compare
Choose a tag to compare

Patch Changes