Skip to content

Releases: equinor/fusion-framework

@equinor/fusion-framework-module-ag-grid@32.1.1

05 Sep 14:31
548e852
Compare
Choose a tag to compare

Patch Changes

@equinor/fusion-framework-legacy-interopt@14.0.7

05 Sep 14:32
548e852
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [80cc4e9, f7c143d]:
    • @equinor/fusion-framework-module-navigation@4.0.6
    • @equinor/fusion-observable@8.4.1
    • @equinor/fusion-framework-react-app@5.2.7
    • @equinor/fusion-framework-module-app@5.3.11
    • @equinor/fusion-framework-app@9.1.7
    • @equinor/fusion-framework-module-service-discovery@7.1.13
    • @equinor/fusion-framework@7.2.6

@equinor/fusion-framework-cli@9.12.14

05 Sep 14:31
548e852
Compare
Choose a tag to compare

Patch Changes

  • #2431 53ff9cc Thanks @dependabot! - Upgrade vite from 5.3.5 to 5.4.3

  • Updated dependencies [f7c143d]:

    • @equinor/fusion-observable@8.4.1
    • @equinor/fusion-framework-module-feature-flag@1.1.8
    • @equinor/fusion-framework-app@9.1.7
    • @equinor/fusion-framework-react-components-people-provider@1.4.6

@equinor/fusion-framework-app@9.1.7

05 Sep 14:31
548e852
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @equinor/fusion-framework-module-feature-flag@1.1.8
    • @equinor/fusion-framework-module-app@5.3.11
    • @equinor/fusion-framework@7.2.6

@equinor/fusion-query@5.1.2

04 Sep 12:36
01d92e7
Compare
Choose a tag to compare

Patch Changes

  • be2e925 Thanks @odinr! - Added try catch block to execution of query function, since the method might throw an exception before returning the observable.

    const queryClient = new Query({
        client: {
            () => {
                throw new Error('this would terminate the process before');
                return new Observable((subscriber) => {
                    throw new Error('this worked before');
                });
            },
        },
        key: (value) => value,
    
    queryClient.query().subscribe({
        error: (error) => {
            // before changes this would not be called since stream would be terminated.
            console.log(error.message); // this would print 'this would terminate the process before'
        },
    });
  • Updated dependencies [3238800]:

    • @equinor/fusion-log@1.1.0

@equinor/fusion-log@1.1.0

04 Sep 12:36
01d92e7
Compare
Choose a tag to compare

Minor Changes

  • #2408 3238800 Thanks @odinr! - Removed formatting of messages in the log function. Now the messages are printed as they are, without any additional formatting. This is done to make the messages more readable and to avoid any additional formatting that might be added by the user. Formatting objects would result in the console outputting [[object,object]] which was not very helpful.

@equinor/fusion-framework@7.2.5

04 Sep 12:34
01d92e7
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [75d676d, 00d5e9c]:
    • @equinor/fusion-framework-module@4.3.4
    • @equinor/fusion-framework-module-context@5.0.10
    • @equinor/fusion-framework-module-event@4.2.3
    • @equinor/fusion-framework-module-http@6.0.3
    • @equinor/fusion-framework-module-msal@3.1.4
    • @equinor/fusion-framework-module-service-discovery@7.1.12
    • @equinor/fusion-framework-module-services@4.1.3

@equinor/fusion-framework-widget@1.1.14

04 Sep 12:36
01d92e7
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [75d676d, 00d5e9c]:
    • @equinor/fusion-framework-module@4.3.4
    • @equinor/fusion-framework@7.2.5
    • @equinor/fusion-framework-module-event@4.2.3
    • @equinor/fusion-framework-module-http@6.0.3
    • @equinor/fusion-framework-module-msal@3.1.4
    • @equinor/fusion-framework-module-widget@6.0.3

@equinor/fusion-framework-react@7.2.0

04 Sep 12:35
01d92e7
Compare
Choose a tag to compare

Minor Changes

  • #2425 843edd9 Thanks @odinr! - These changes ensure that the Framework component and createFrameworkProvider function are consistent with the updated configuration approach and support module instances from the parent context.

    Updated Framework Component:

    • Added useModules hook to import modules from the parent context.
    • Updated the createFrameworkProvider function to accept a ref parameter for module instances.

    Updated create-framework-provider Function:

    • Added ref parameter to the createFrameworkProvider function to support module instances.
    • Updated the example usage in the documentation to reflect the changes.

    Misc:

    • Replaced deprecated import of FusionConfigurator with FrameworkConfigurator (renaming).

Patch Changes

  • Updated dependencies [75d676d, 00d5e9c]:
    • @equinor/fusion-framework-module@4.3.4
    • @equinor/fusion-framework@7.2.5
    • @equinor/fusion-framework-module-feature-flag@1.1.7
    • @equinor/fusion-framework-react-module@3.1.5
    • @equinor/fusion-framework-react-module-http@6.0.3
    • @equinor/fusion-framework-react-module-signalr@3.0.13

@equinor/fusion-framework-react-widget@1.1.14

04 Sep 12:36
01d92e7
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [75d676d, 00d5e9c, 843edd9]:
    • @equinor/fusion-framework-module@4.3.4
    • @equinor/fusion-framework-react@7.2.0
    • @equinor/fusion-framework@7.2.5
    • @equinor/fusion-framework-module-widget@6.0.3
    • @equinor/fusion-framework-react-module@3.1.5
    • @equinor/fusion-framework-widget@1.1.14