Skip to content

Releases: tdeekens/flopflip

v13.1.6

31 Oct 21:26
76cded6
Compare
Choose a tag to compare

@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]

Patch Changes

v13.1.5

15 Oct 09:07
b112f05
Compare
Choose a tag to compare

@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]

Patch Changes

v13.1.4

13 Sep 06:14
481c62b
Compare
Choose a tag to compare

@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]

Patch Changes

v13.1.3

01 Sep 13:00
9f83cb4
Compare
Choose a tag to compare

@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]

Patch Changes

v13.1.2

21 Aug 11:25
d7c2e3e
Compare
Choose a tag to compare

@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.1.1

20 Aug 20:52
16ee5f1
Compare
Choose a tag to compare

@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.1.0

20 Aug 20:22
7f20bd7
Compare
Choose a tag to compare

@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

  • #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

@flopflip/[email protected]

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

@flopflip/[email protected]

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

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

@flopflip/[email protected]

Patch Changes

v13.0.4

20 Aug 19:31
1dbf00f
Compare
Choose a tag to compare

@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.0.3

20 Aug 17:52
4c38dcd
Compare
Choose a tag to compare

@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

Read more

v13.0.2

04 May 09:01
f5e52d2
Compare
Choose a tag to compare

@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]