Releases: equinor/fusion-framework
@equinor/[email protected]
Patch Changes
- Updated dependencies []:
- @equinor/[email protected]
- @equinor/[email protected]
@equinor/[email protected]
Patch Changes
- Updated dependencies [
6eacdcc
]:- @equinor/[email protected]
@equinor/[email protected]
Patch Changes
- #2863
11e18fd
Thanks @dependabot! - Added check toWidget.getConfig
to ensure thatundefined
config should not be emitted,
since the return type isObservable<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]
Patch Changes
-
#2863
11e18fd
Thanks @dependabot! - Fixed matching type ofContextClient
to extendedObservable
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]
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,
sincewithPart
is an immutable operation and the result was not being assigned to the new theme.
@equinor/[email protected]
Patch Changes
- Updated dependencies []:
- @equinor/[email protected]
- @equinor/[email protected]
- @equinor/[email protected]
@equinor/[email protected]
@equinor/[email protected]
@equinor/[email protected]
Patch Changes
- Updated dependencies []:
- @equinor/[email protected]
- @equinor/[email protected]
@equinor/[email protected]
Patch Changes
-
#2857
2fe6241
Thanks @odinr! - conform with Biomelinter.performance.noDelete
-
#2848
dcd2fb1
Thanks @odinr! - Refactored imports to usetype
when importing types from a module, to conform with theuseImportType
rule in Biome. -
Updated dependencies [
811f1a0
,dcd2fb1
]:- @equinor/[email protected]
- @equinor/[email protected]