Flopflip Versions Save

🎚Flip or flop features in your React application in real-time backed by flag provider of your choice 🚦

v14.0.0

1 month ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

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

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

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

@flopflip/[email protected]

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

@flopflip/[email protected]

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

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

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

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

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

v13.6.0

1 month ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Minor Changes

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Minor Changes

v13.5.2

1 month ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

v13.5.1

1 month ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

v13.5.0

1 month ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Minor Changes

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

v13.4.1

2 months ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

v13.4.0

2 months ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

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

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

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

2 months ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

v13.3.3

2 months ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

v13.3.2

2 months ago

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]