Skip to content

Releases: equinor/fusion-framework

@equinor/[email protected]

26 Feb 11:15
2f56060
Compare
Choose a tag to compare

Patch Changes

@equinor/[email protected]

26 Feb 11:15
2f56060
Compare
Choose a tag to compare

Patch Changes

@equinor/[email protected]

26 Feb 11:15
2f56060
Compare
Choose a tag to compare

Patch Changes

  • #2863 11e18fd Thanks @dependabot! - Added check to Widget.getConfig to ensure that undefined config should not be emitted,
    since the return type is Observable<WidgetConfig>,
    so should not be breaking changed.
    All though this might has been emitting undefined before, this might break some code that relies on this behavior.

@equinor/[email protected]

26 Feb 11:15
2f56060
Compare
Choose a tag to compare

Patch Changes

  • #2863 11e18fd Thanks @dependabot! - Fixed matching type of ContextClient to extended Observable type. Only refactor, no functional changes.

    note: the context client context item observable should not be able to be undefined, only item or null. this should be fixed in the future, added @todo comment to remind us to fix this in the future.

@equinor/[email protected]

26 Feb 11:15
2f56060
Compare
Choose a tag to compare

Patch Changes

  • #2873 6eacdcc Thanks @odinr! - Fixed a bug where when creating a new theme, parts where not added from the source theme to the new theme.

    This was due to the fact that the parts attribute was not being copied over to the new theme,
    since withPart is an immutable operation and the result was not being assigned to the new theme.

@equinor/[email protected]

26 Feb 11:16
2f56060
Compare
Choose a tag to compare

Patch Changes

@equinor/[email protected]

26 Feb 14:44
Compare
Choose a tag to compare

Patch Changes

@equinor/[email protected]

26 Feb 11:15
2f56060
Compare
Choose a tag to compare

Patch Changes

  • #2870 012e69c Thanks @dependabot! - chore: bump vite from 6.1.1 to 6.2.0

  • #2867 5bc278a Thanks @odinr! - Ensures App Assets plugin emits source as Uint8Array, previously it was emitting as Buffer, which was not catched by Typescript < 5.7.

@equinor/[email protected]

26 Feb 11:15
2f56060
Compare
Choose a tag to compare

Patch Changes

@equinor/[email protected]

24 Feb 12:25
b0020b6
Compare
Choose a tag to compare

Patch Changes