Skip to content

Releases: equinor/fusion-react-components

@equinor/[email protected]

29 Feb 12:34
c4387ef
Compare
Choose a tag to compare

Patch Changes

  • 498d0a9: Updates PersonSelect's web component to allow searching with azureId on selectedPerson property

@equinor/[email protected]

29 Feb 12:34
c4387ef
Compare
Choose a tag to compare

Patch Changes

@equinor/[email protected]

27 Feb 12:07
3850868
Compare
Choose a tag to compare

Patch Changes

  • d07f10a: - Added a new dependency: "react-keyed-flatten-children": "^3.0.0" to package.json.

    • Imported the flattenChildren function from the react-keyed-flatten-children package in SideSheet.tsx.
    • Replaced the React.Children.forEach method with the flattenChildren(children).reduce method to iterate over the children of the SideSheet component.
    • Instead of assigning child components to the components object inside the forEach callback, you're now doing it inside the reduce callback and returning the accumulated object.
    • The components object is now created by the reduce method instead of being predefined.
    • The changes improve the way child components are assigned to the components object and flatten the children of the SideSheet component.
  • d07f10a: - Exported various components and types from different files.

    • Updated exports to use the type keyword for certain types.

@equinor/[email protected]

27 Feb 12:07
3850868
Compare
Choose a tag to compare

Patch Changes

  • d07f10a: - Exported various components and types from different files.
    • Updated exports to use the type keyword for certain types.

@equinor/[email protected]

27 Feb 12:07
3850868
Compare
Choose a tag to compare

Patch Changes

  • d07f10a: - Exported various components and types from different files.
    • Updated exports to use the type keyword for certain types.

@equinor/[email protected]

27 Feb 12:07
3850868
Compare
Choose a tag to compare

Patch Changes

  • d07f10a: - Exported various components and types from different files.
    • Updated exports to use the type keyword for certain types.

@equinor/[email protected]

27 Feb 12:07
3850868
Compare
Choose a tag to compare

Patch Changes

  • d07f10a: - Exported various components and types from different files.
    • Updated exports to use the type keyword for certain types.

@equinor/[email protected]

27 Feb 12:07
3850868
Compare
Choose a tag to compare

Patch Changes

  • d07f10a: - Exported various components and types from different files.
    • Updated exports to use the type keyword for certain types.

@equinor/[email protected]

27 Feb 12:07
3850868
Compare
Choose a tag to compare

Patch Changes

  • d07f10a: - Exported various components and types from different files.
    • Updated exports to use the type keyword for certain types.
  • Updated dependencies [d07f10a]

@equinor/[email protected]

27 Feb 12:07
3850868
Compare
Choose a tag to compare

Major Changes

  • d07f10a: updated all stories to Storybook 7.

    [!NOTE]
    Since multiple PR has been submitted and merged since the start of upgrade, new stories are under the folder stories_v7

    Developers that has contributed and altered existing stories must refactor to the new storybook.

    When all stories has been migrated, the stories folder, must be deleted, and stories_v7 have the suffix removed.

    [!IMPORTANT]
    Some stories might take too much effort to migrate (like Hanging garden), these should be move to __TODO__ folder, so it can be triage for later

Patch Changes