Skip to content

v13.1.0

Compare
Choose a tag to compare
@tdeekens tdeekens released this 20 Aug 20:22
· 108 commits to main since this release
7f20bd7

@flopflip/adapter-utilities@13.1.0

Patch Changes

  • Updated dependencies [c5439254]:
    • @flopflip/types@13.1.0

@flopflip/combine-adapters@13.1.0

Patch Changes

  • #1794 bdedab2c Thanks @tdeekens! - fix(combine-adapters): to be configured earlier

  • Updated dependencies [c5439254]:

    • @flopflip/types@13.1.0
    • @flopflip/adapter-utilities@13.1.0

@flopflip/cypress-plugin@13.1.0

Patch Changes

  • Updated dependencies [c5439254]:
    • @flopflip/types@13.1.0

@flopflip/graphql-adapter@13.1.0

Patch Changes

  • #1796 c5439254 Thanks @tdeekens! - Rename pollingInteralMs to pollingIntervalMs.

  • Updated dependencies [c5439254]:

    • @flopflip/types@13.1.0
    • @flopflip/adapter-utilities@13.1.0
    • @flopflip/localstorage-cache@13.1.0
    • @flopflip/sessionstorage-cache@13.1.0

@flopflip/http-adapter@13.1.0

Patch Changes

  • #1796 c5439254 Thanks @tdeekens! - Rename pollingInteralMs to pollingIntervalMs.

  • Updated dependencies [c5439254]:

    • @flopflip/types@13.1.0
    • @flopflip/adapter-utilities@13.1.0
    • @flopflip/localstorage-cache@13.1.0
    • @flopflip/sessionstorage-cache@13.1.0

@flopflip/launchdarkly-adapter@13.1.0

Patch Changes

  • #1796 c5439254 Thanks @tdeekens! - Rename pollingInteralMs to pollingIntervalMs.

  • Updated dependencies [c5439254]:

    • @flopflip/types@13.1.0
    • @flopflip/adapter-utilities@13.1.0

@flopflip/localstorage-adapter@13.1.0

Patch Changes

  • #1796 c5439254 Thanks @tdeekens! - Rename pollingInteralMs to pollingIntervalMs.

  • Updated dependencies [c5439254]:

    • @flopflip/types@13.1.0
    • @flopflip/adapter-utilities@13.1.0
    • @flopflip/localstorage-cache@13.1.0

@flopflip/localstorage-cache@13.1.0

Patch Changes

  • Updated dependencies [c5439254]:
    • @flopflip/types@13.1.0

@flopflip/memory-adapter@13.1.0

Patch Changes

  • Updated dependencies [c5439254]:
    • @flopflip/types@13.1.0
    • @flopflip/adapter-utilities@13.1.0

@flopflip/react@13.1.0

Minor Changes

  • #1797 34c4b6fd Thanks @tdeekens! - The useAdapterStatus hooks now allow to fetch status of one or more adapters instead of always all.

    You can pass the adapterIdentifiers argument which is of type TAdapterIdentifiers[]. This means you can:

    const status = useAdapterStatus({ adapterIdentifiers: ['http', 'memory] });

    This returns isConfigured once both adapters have reached the configurd state.

Patch Changes

  • Updated dependencies [c5439254]:
    • @flopflip/types@13.1.0

@flopflip/react-broadcast@13.1.0

Minor Changes

  • #1797 34c4b6fd Thanks @tdeekens! - The useAdapterStatus hooks now allow to fetch status of one or more adapters instead of always all.

    You can pass the adapterIdentifiers argument which is of type TAdapterIdentifiers[]. This means you can:

    const status = useAdapterStatus({ adapterIdentifiers: ['http', 'memory] });

    This returns isConfigured once both adapters have reached the configurd state.

Patch Changes

  • Updated dependencies [34c4b6fd, c5439254]:
    • @flopflip/react@13.1.0
    • @flopflip/types@13.1.0

@flopflip/react-redux@13.1.0

Minor Changes

  • #1797 34c4b6fd Thanks @tdeekens! - The useAdapterStatus hooks now allow to fetch status of one or more adapters instead of always all.

    You can pass the adapterIdentifiers argument which is of type TAdapterIdentifiers[]. This means you can:

    const status = useAdapterStatus({ adapterIdentifiers: ['http', 'memory] });

    This returns isConfigured once both adapters have reached the configurd state.

Patch Changes

  • Updated dependencies [34c4b6fd, c5439254]:
    • @flopflip/react@13.1.0
    • @flopflip/types@13.1.0

@flopflip/sessionstorage-cache@13.1.0

Patch Changes

  • Updated dependencies [c5439254]:
    • @flopflip/types@13.1.0

@flopflip/splitio-adapter@13.1.0

Patch Changes

  • #1796 c5439254 Thanks @tdeekens! - Rename pollingInteralMs to pollingIntervalMs.

  • Updated dependencies [c5439254]:

    • @flopflip/types@13.1.0
    • @flopflip/adapter-utilities@13.1.0

@flopflip/types@13.1.0

Patch Changes