Skip to content

Releases: tdeekens/flopflip

v14.0.1

17 May 07:08
1d905c7
Compare
Choose a tag to compare

@flopflip/adapter-utilities@14.0.1

Patch Changes

@flopflip/cache@14.0.1

Patch Changes

  • #1896 66df5a0 Thanks @renovate! - Update to pnpm v9

  • Updated dependencies [66a404d, 66df5a0]:

    • @flopflip/types@14.0.1
    • @flopflip/sessionstorage-cache@14.0.1
    • @flopflip/localstorage-cache@14.0.1

@flopflip/combine-adapters@14.0.1

Patch Changes

@flopflip/cypress-plugin@14.0.1

Patch Changes

@flopflip/graphql-adapter@14.0.1

Patch Changes

  • #1899 66a404d Thanks @renovate! - chore: update all dependencies

  • #1896 66df5a0 Thanks @renovate! - Update to pnpm v9

  • Updated dependencies [66a404d, 66df5a0]:

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

@flopflip/http-adapter@14.0.1

Patch Changes

  • #1899 66a404d Thanks @renovate! - chore: update all dependencies

  • #1896 66df5a0 Thanks @renovate! - Update to pnpm v9

  • #1906 d4079b3 Thanks @tdeekens! - Fix the http-adapter to not flush empty flags with unchanged reconfiguration of the same user.

  • Updated dependencies [66a404d, 66df5a0]:

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

@flopflip/launchdarkly-adapter@14.0.1

Patch Changes

  • #1899 66a404d Thanks @renovate! - chore: update all dependencies

  • #1896 66df5a0 Thanks @renovate! - Update to pnpm v9

  • #1906 d4079b3 Thanks @tdeekens! - Fix the http-adapter to not flush empty flags with unchanged reconfiguration of the same user.

  • Updated dependencies [66a404d, 66df5a0]:

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

@flopflip/localstorage-adapter@14.0.1

Patch Changes

@flopflip/localstorage-cache@14.0.1

Patch Changes

@flopflip/memory-adapter@14.0.1

Patch Changes

@flopflip/react@14.0.1

Patch Changes

@flopflip/react-broadcast@14.0.1

Patch Changes

Read more

v14.0.0

11 Apr 12:44
8714b53
Compare
Choose a tag to compare

@flopflip/adapter-utilities@14.0.0

Patch Changes

@flopflip/cache@14.0.0

Major Changes

  • #1888 72f308b Thanks @tdeekens! - The release adds a new cacheMode property on the adapterArgs of an adapter.

    Using the cacheMode you can opt into an eager or lazy. The cacheMode allows you to define when remote flags should take affect in an application. Before flopflip behaved always eager. This remains the case when passing eager or null as the cacheMode. In lazy mode flopflip will not directly flush remote values and only silently put them in the cache. They would then take effect on the next render or reconfigure.

    In short, the cacheMode can be eager to indicate that remote values should have effect immediately. The value can also be lazy to indicate that values should be updated in the cache but only be applied once the adapter is configured again

    With the cacheMode we removed some likely unused functionality which explored similar ideas before:

    1. unsubscribeFromCachedFlags: This is now always the case. You can use the lazy cacheMode to indicate that you don't want flags to take immediate effect
    2. subscribeToFlagChanges: This is now always true. You can't opt-out of the flag subscription any longer

Patch Changes

  • Updated dependencies [612461e, 72f308b]:
    • @flopflip/types@14.0.0
    • @flopflip/localstorage-cache@14.0.0
    • @flopflip/sessionstorage-cache@14.0.0

@flopflip/combine-adapters@14.0.0

Patch Changes

  • Updated dependencies [612461e, 72f308b]:
    • @flopflip/adapter-utilities@14.0.0
    • @flopflip/types@14.0.0

@flopflip/cypress-plugin@14.0.0

Patch Changes

@flopflip/graphql-adapter@14.0.0

Minor Changes

  • #1888 72f308b Thanks @tdeekens! - The release adds a new cacheMode property on the adapterArgs of an adapter.

    Using the cacheMode you can opt into an eager or lazy. The cacheMode allows you to define when remote flags should take affect in an application. Before flopflip behaved always eager. This remains the case when passing eager or null as the cacheMode. In lazy mode flopflip will not directly flush remote values and only silently put them in the cache. They would then take effect on the next render or reconfigure.

    In short, the cacheMode can be eager to indicate that remote values should have effect immediately. The value can also be lazy to indicate that values should be updated in the cache but only be applied once the adapter is configured again

    With the cacheMode we removed some likely unused functionality which explored similar ideas before:

    1. unsubscribeFromCachedFlags: This is now always the case. You can use the lazy cacheMode to indicate that you don't want flags to take immediate effect
    2. subscribeToFlagChanges: This is now always true. You can't opt-out of the flag subscription any longer

Patch Changes

  • Updated dependencies [612461e, 72f308b]:
    • @flopflip/adapter-utilities@14.0.0
    • @flopflip/types@14.0.0
    • @flopflip/cache@14.0.0
    • @flopflip/localstorage-cache@14.0.0
    • @flopflip/sessionstorage-cache@14.0.0

@flopflip/http-adapter@14.0.0

Minor Changes

  • #1888 72f308b Thanks @tdeekens! - The release adds a new cacheMode property on the adapterArgs of an adapter.

    Using the cacheMode you can opt into an eager or lazy. The cacheMode allows you to define when remote flags should take affect in an application. Before flopflip behaved always eager. This remains the case when passing eager or null as the cacheMode. In lazy mode flopflip will not directly flush remote values and only silently put them in the cache. They would then take effect on the next render or reconfigure.

    In short, the cacheMode can be eager to indicate that remote values should have effect immediately. The value can also be lazy to indicate that values should be updated in the cache but only be applied once the adapter is configured again

    With the cacheMode we removed some likely unused functionality which explored similar ideas before:

    1. unsubscribeFromCachedFlags: This is now always the case. You can use the lazy cacheMode to indicate that you don't want flags to take immediate effect
    2. subscribeToFlagChanges: This is now always true. You can't opt-out of the flag subscription any longer

Patch Changes

  • Updated dependencies [612461e, 72f308b]:
    • @flopflip/adapter-utilities@14.0.0
    • @flopflip/types@14.0.0
    • @flopflip/cache@14.0.0
    • @flopflip/localstorage-cache@14.0.0
    • @flopflip/sessionstorage-cache@14.0.0

@flopflip/launchdarkly-adapter@14.0.0

Major Changes

  • #1888 72f308b Thanks @tdeekens! - The release adds a new cacheMode property on the adapterArgs of an adapter.

    Using the cacheMode you can opt into an eager or lazy. The cacheMode allows you to define when remote flags should take affect in an application. Before flopflip behaved always eager. This remains the case when passing eager or null as the cacheMode. In lazy mode flopflip will not directly flush remote values and only silently put them in the cache. They would then take effect on the next render or reconfigure.

    In short, the cacheMode can be eager to indicate that remote values should have effect immediately. The value can also be lazy to indicate that values should be updated in the cache but only be applied once the adapter is configured again

    With the cacheMode we removed some likely unused functionality which explored similar ideas before:

    1. unsubscribeFromCachedFlags: This is now always the case. You can use the lazy cacheMode to indicate that you don't want flags to take immediate effect
    2. subscribeToFlagChanges: This is now always true. You can't opt-out of the flag subscription any longer

Patch Changes

  • Updated dependencies [612461e, 72f308b]:
    • @flopflip/adapter-utilities@14.0.0
    • @flopflip/types@14.0.0
    • @flopflip/cache@14.0.0
    • @flopflip/localstorage-cache@14.0.0
    • @flopflip/sessionstorage-cache@14.0.0

@flopflip/localstorage-adapter@14.0.0

Patch Changes

  • Updated dependencies [612461e, 72f308b]:
    • @flopflip/adapter-utilities@14.0.0
    • @flopflip/types@14.0.0
    • @flopflip/localstorage-cache@14.0.0

@flopflip/localstorage-cache@14.0.0

Patch Changes

@flopflip/memory-adapter@14.0.0

Patch Changes

  • Updated dependencies [612461e, 72f308b]:
    • @flopflip/adapter-utilities@14.0.0
    • @flopflip/types@14.0.0

@flopflip/react@14.0.0

Minor Changes

Read more

v13.6.0

08 Apr 08:58
df89f1e
Compare
Choose a tag to compare

@flopflip/adapter-utilities@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0

@flopflip/combine-adapters@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/adapter-utilities@13.6.0

@flopflip/cypress-plugin@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0

@flopflip/graphql-adapter@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/adapter-utilities@13.6.0
    • @flopflip/localstorage-cache@13.6.0
    • @flopflip/sessionstorage-cache@13.6.0

@flopflip/http-adapter@13.6.0

Minor Changes

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/adapter-utilities@13.6.0
    • @flopflip/localstorage-cache@13.6.0
    • @flopflip/sessionstorage-cache@13.6.0

@flopflip/launchdarkly-adapter@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/adapter-utilities@13.6.0
    • @flopflip/localstorage-cache@13.6.0
    • @flopflip/sessionstorage-cache@13.6.0

@flopflip/localstorage-adapter@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/adapter-utilities@13.6.0
    • @flopflip/localstorage-cache@13.6.0

@flopflip/localstorage-cache@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0

@flopflip/memory-adapter@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/adapter-utilities@13.6.0

@flopflip/react@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0

@flopflip/react-broadcast@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/react@13.6.0

@flopflip/react-redux@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/react@13.6.0

@flopflip/sessionstorage-cache@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0

@flopflip/splitio-adapter@13.6.0

Patch Changes

  • Updated dependencies [7624ccb]:
    • @flopflip/types@13.6.0
    • @flopflip/adapter-utilities@13.6.0

@flopflip/types@13.6.0

Minor Changes

v13.5.2

04 Apr 14:45
ad05976
Compare
Choose a tag to compare

@flopflip/adapter-utilities@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.2

@flopflip/combine-adapters@13.5.2

Patch Changes

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

@flopflip/cypress-plugin@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.2

@flopflip/graphql-adapter@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.5.2
    • @flopflip/localstorage-cache@13.5.2
    • @flopflip/sessionstorage-cache@13.5.2
    • @flopflip/types@13.5.2

@flopflip/http-adapter@13.5.2

Patch Changes

  • #1886 5c604ed Thanks @tdeekens! - Fix to flush flags once loaded

  • Updated dependencies []:

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

@flopflip/launchdarkly-adapter@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.5.2
    • @flopflip/localstorage-cache@13.5.2
    • @flopflip/sessionstorage-cache@13.5.2
    • @flopflip/types@13.5.2

@flopflip/localstorage-adapter@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.5.2
    • @flopflip/localstorage-cache@13.5.2
    • @flopflip/types@13.5.2

@flopflip/localstorage-cache@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.2

@flopflip/memory-adapter@13.5.2

Patch Changes

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

@flopflip/react@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.2

@flopflip/react-broadcast@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/react@13.5.2
    • @flopflip/types@13.5.2

@flopflip/react-redux@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/react@13.5.2
    • @flopflip/types@13.5.2

@flopflip/sessionstorage-cache@13.5.2

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.2

@flopflip/splitio-adapter@13.5.2

Patch Changes

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

@flopflip/types@13.5.2

v13.5.1

04 Apr 14:34
ed517e9
Compare
Choose a tag to compare

@flopflip/adapter-utilities@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.1

@flopflip/combine-adapters@13.5.1

Patch Changes

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

@flopflip/cypress-plugin@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.1

@flopflip/graphql-adapter@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.5.1
    • @flopflip/localstorage-cache@13.5.1
    • @flopflip/sessionstorage-cache@13.5.1
    • @flopflip/types@13.5.1

@flopflip/http-adapter@13.5.1

Patch Changes

  • #1884 1b89d9a Thanks @tdeekens! - Fix http-adapter to reload flags right away

  • Updated dependencies []:

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

@flopflip/launchdarkly-adapter@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.5.1
    • @flopflip/localstorage-cache@13.5.1
    • @flopflip/sessionstorage-cache@13.5.1
    • @flopflip/types@13.5.1

@flopflip/localstorage-adapter@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.5.1
    • @flopflip/localstorage-cache@13.5.1
    • @flopflip/types@13.5.1

@flopflip/localstorage-cache@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.1

@flopflip/memory-adapter@13.5.1

Patch Changes

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

@flopflip/react@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.1

@flopflip/react-broadcast@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/react@13.5.1
    • @flopflip/types@13.5.1

@flopflip/react-redux@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/react@13.5.1
    • @flopflip/types@13.5.1

@flopflip/sessionstorage-cache@13.5.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.5.1

@flopflip/splitio-adapter@13.5.1

Patch Changes

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

@flopflip/types@13.5.1

v13.5.0

04 Apr 14:07
137f9e5
Compare
Choose a tag to compare

@flopflip/adapter-utilities@13.5.0

Patch Changes

@flopflip/combine-adapters@13.5.0

Patch Changes

  • #1877 9d6e379 Thanks @renovate! - Update dependencies

  • Updated dependencies [9d6e379]:

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

@flopflip/cypress-plugin@13.5.0

Patch Changes

  • Updated dependencies [9d6e379]:
    • @flopflip/types@13.5.0

@flopflip/graphql-adapter@13.5.0

Patch Changes

  • #1877 9d6e379 Thanks @renovate! - Update dependencies

  • Updated dependencies [9d6e379]:

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

@flopflip/http-adapter@13.5.0

Minor Changes

Patch Changes

  • #1877 9d6e379 Thanks @renovate! - Update dependencies

  • Updated dependencies [9d6e379]:

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

@flopflip/launchdarkly-adapter@13.5.0

Patch Changes

  • #1877 9d6e379 Thanks @renovate! - Update dependencies

  • Updated dependencies [9d6e379]:

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

@flopflip/localstorage-adapter@13.5.0

Patch Changes

  • #1877 9d6e379 Thanks @renovate! - Update dependencies

  • Updated dependencies [9d6e379]:

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

@flopflip/localstorage-cache@13.5.0

Patch Changes

  • Updated dependencies [9d6e379]:
    • @flopflip/types@13.5.0

@flopflip/memory-adapter@13.5.0

Patch Changes

  • #1877 9d6e379 Thanks @renovate! - Update dependencies

  • Updated dependencies [9d6e379]:

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

@flopflip/react@13.5.0

Patch Changes

@flopflip/react-broadcast@13.5.0

Patch Changes

@flopflip/react-redux@13.5.0

Patch Changes

@flopflip/sessionstorage-cache@13.5.0

Patch Changes

  • Updated dependencies [9d6e379]:
    • @flopflip/types@13.5.0

@flopflip/splitio-adapter@13.5.0

Patch Changes

  • #1877 9d6e379 Thanks @renovate! - Update dependencies

  • Updated dependencies [9d6e379]:

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

@flopflip/types@13.5.0

Patch Changes

v13.4.1

16 Mar 13:53
690cd58
Compare
Choose a tag to compare

@flopflip/adapter-utilities@13.4.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.4.1

@flopflip/combine-adapters@13.4.1

Patch Changes

  • #1875 6672683 Thanks @tdeekens! - Fix reversing adapter identifiers in place

  • Updated dependencies []:

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

@flopflip/cypress-plugin@13.4.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.4.1

@flopflip/graphql-adapter@13.4.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.4.1
    • @flopflip/localstorage-cache@13.4.1
    • @flopflip/sessionstorage-cache@13.4.1
    • @flopflip/types@13.4.1

@flopflip/http-adapter@13.4.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.4.1
    • @flopflip/localstorage-cache@13.4.1
    • @flopflip/sessionstorage-cache@13.4.1
    • @flopflip/types@13.4.1

@flopflip/launchdarkly-adapter@13.4.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.4.1
    • @flopflip/localstorage-cache@13.4.1
    • @flopflip/sessionstorage-cache@13.4.1
    • @flopflip/types@13.4.1

@flopflip/localstorage-adapter@13.4.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.4.1
    • @flopflip/localstorage-cache@13.4.1
    • @flopflip/types@13.4.1

@flopflip/localstorage-cache@13.4.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.4.1

@flopflip/memory-adapter@13.4.1

Patch Changes

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

@flopflip/react@13.4.1

Patch Changes

  • #1875 6672683 Thanks @tdeekens! - Fix reversing adapter identifiers in place

  • Updated dependencies []:

    • @flopflip/types@13.4.1

@flopflip/react-broadcast@13.4.1

Patch Changes

  • #1875 6672683 Thanks @tdeekens! - Fix reversing adapter identifiers in place

  • Updated dependencies [6672683]:

    • @flopflip/react@13.4.1
    • @flopflip/types@13.4.1

@flopflip/react-redux@13.4.1

Patch Changes

  • #1875 6672683 Thanks @tdeekens! - Fix reversing adapter identifiers in place

  • Updated dependencies [6672683]:

    • @flopflip/react@13.4.1
    • @flopflip/types@13.4.1

@flopflip/sessionstorage-cache@13.4.1

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.4.1

@flopflip/splitio-adapter@13.4.1

Patch Changes

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

@flopflip/types@13.4.1

v13.4.0

14 Mar 14:23
70e08ec
Compare
Choose a tag to compare

@flopflip/adapter-utilities@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0

@flopflip/combine-adapters@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/adapter-utilities@13.4.0

@flopflip/cypress-plugin@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0

@flopflip/graphql-adapter@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/adapter-utilities@13.4.0
    • @flopflip/localstorage-cache@13.4.0
    • @flopflip/sessionstorage-cache@13.4.0

@flopflip/http-adapter@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/adapter-utilities@13.4.0
    • @flopflip/localstorage-cache@13.4.0
    • @flopflip/sessionstorage-cache@13.4.0

@flopflip/launchdarkly-adapter@13.4.0

Minor Changes

  • #1873 e817bcc Thanks @tdeekens! - Allow cached flags to be updated silently only taking effect whenever adapter is configured again.

    You can pass unsubscribeFromCachedFlags as an adapterArg to the LaunchDarkly adapter to try this out.

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/adapter-utilities@13.4.0
    • @flopflip/localstorage-cache@13.4.0
    • @flopflip/sessionstorage-cache@13.4.0

@flopflip/localstorage-adapter@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/adapter-utilities@13.4.0
    • @flopflip/localstorage-cache@13.4.0

@flopflip/localstorage-cache@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0

@flopflip/memory-adapter@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/adapter-utilities@13.4.0

@flopflip/react@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0

@flopflip/react-broadcast@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/react@13.4.0

@flopflip/react-redux@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/react@13.4.0

@flopflip/sessionstorage-cache@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0

@flopflip/splitio-adapter@13.4.0

Patch Changes

  • Updated dependencies [e817bcc]:
    • @flopflip/types@13.4.0
    • @flopflip/adapter-utilities@13.4.0

@flopflip/types@13.4.0

Minor Changes

  • #1873 e817bcc Thanks @tdeekens! - Allow cached flags to be updated silently only taking effect whenever adapter is configured again.

    You can pass unsubscribeFromCachedFlags as an adapterArg to the LaunchDarkly adapter to try this out.

v13.3.4

12 Mar 10:22
866f1d0
Compare
Choose a tag to compare

@flopflip/adapter-utilities@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.4

@flopflip/combine-adapters@13.3.4

Patch Changes

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

@flopflip/cypress-plugin@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.4

@flopflip/graphql-adapter@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.3.4
    • @flopflip/localstorage-cache@13.3.4
    • @flopflip/sessionstorage-cache@13.3.4
    • @flopflip/types@13.3.4

@flopflip/http-adapter@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.3.4
    • @flopflip/localstorage-cache@13.3.4
    • @flopflip/sessionstorage-cache@13.3.4
    • @flopflip/types@13.3.4

@flopflip/launchdarkly-adapter@13.3.4

Patch Changes

  • #1871 c01142b Thanks @tdeekens! - fix: path to reference for flag values

  • Updated dependencies []:

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

@flopflip/localstorage-adapter@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.3.4
    • @flopflip/localstorage-cache@13.3.4
    • @flopflip/types@13.3.4

@flopflip/localstorage-cache@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.4

@flopflip/memory-adapter@13.3.4

Patch Changes

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

@flopflip/react@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.4

@flopflip/react-broadcast@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/react@13.3.4
    • @flopflip/types@13.3.4

@flopflip/react-redux@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/react@13.3.4
    • @flopflip/types@13.3.4

@flopflip/sessionstorage-cache@13.3.4

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.4

@flopflip/splitio-adapter@13.3.4

Patch Changes

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

@flopflip/types@13.3.4

v13.3.3

12 Mar 09:56
51898aa
Compare
Choose a tag to compare

@flopflip/adapter-utilities@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.3

@flopflip/combine-adapters@13.3.3

Patch Changes

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

@flopflip/cypress-plugin@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.3

@flopflip/graphql-adapter@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.3.3
    • @flopflip/localstorage-cache@13.3.3
    • @flopflip/sessionstorage-cache@13.3.3
    • @flopflip/types@13.3.3

@flopflip/http-adapter@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.3.3
    • @flopflip/localstorage-cache@13.3.3
    • @flopflip/sessionstorage-cache@13.3.3
    • @flopflip/types@13.3.3

@flopflip/launchdarkly-adapter@13.3.3

Patch Changes

  • #1869 6ba8e74 Thanks @tdeekens! - refactor: add return type

  • Updated dependencies []:

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

@flopflip/localstorage-adapter@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/adapter-utilities@13.3.3
    • @flopflip/localstorage-cache@13.3.3
    • @flopflip/types@13.3.3

@flopflip/localstorage-cache@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.3

@flopflip/memory-adapter@13.3.3

Patch Changes

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

@flopflip/react@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.3

@flopflip/react-broadcast@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/react@13.3.3
    • @flopflip/types@13.3.3

@flopflip/react-redux@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/react@13.3.3
    • @flopflip/types@13.3.3

@flopflip/sessionstorage-cache@13.3.3

Patch Changes

  • Updated dependencies []:
    • @flopflip/types@13.3.3

@flopflip/splitio-adapter@13.3.3

Patch Changes

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

@flopflip/types@13.3.3