query

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

MIT License

Downloads
58.3M
Stars
40.6K
Committers
818

Bot releases are visible (Hide)

query - v3.29.0

Published by tannerlinsley almost 3 years ago

3.29.0 (2021-10-26)

Features

query - v3.28.0

Published by tannerlinsley about 3 years ago

3.28.0 (2021-10-23)

Bug Fixes

  • useBaseQuery: set cacheTime to 1 in Suspense mode when cacheTime is set to 0 (#2821) (2771a15)

Features

query - v3.27.0

Published by tannerlinsley about 3 years ago

3.27.0 (2021-10-15)

Features

query - v3.26.0

Published by tannerlinsley about 3 years ago

3.26.0 (2021-10-09)

Features

  • useInfiniteQuery: respect cancelRefetch flag for infinite queries (fetchNextPage, fetchPreviousPage) (#2731) (115895f)
query - v3.25.1

Published by tannerlinsley about 3 years ago

3.25.1 (2021-10-04)

Bug Fixes

  • devtools: replace all instances of rem with em. (#2760) (a85d822)
query - v3.25.0

Published by tannerlinsley about 3 years ago

3.25.0 (2021-10-02)

Features

  • useQuery: make refetchInterval accept a function (#2622) (9e414e8)
query - v3.24.6

Published by tannerlinsley about 3 years ago

3.24.6 (2021-10-02)

Bug Fixes

  • broadcastQueryClient: Change broadcastChannel type to optional (#2752) (36c02b6)
query - v3.24.5

Published by tannerlinsley about 3 years ago

3.24.5 (2021-09-29)

Bug Fixes

  • devtools: Default ReactQueryDevtoolsPanel isOpen to true (#2746) (0547e62), closes #2745
query - v3.24.4

Published by tannerlinsley about 3 years ago

3.24.4 (2021-09-22)

Bug Fixes

query - v3.24.3

Published by tannerlinsley about 3 years ago

3.24.3 (2021-09-19)

Bug Fixes

  • persistQueryClient: import hydration utils from core in persistQueryClient (#2684) (2544f07)
query - v3.24.2

Published by tannerlinsley about 3 years ago

3.24.2 (2021-09-19)

Bug Fixes

  • core: make sure erroneous queries refetch when query keys change (#2686) (1beedf9)
query - v3.24.1

Published by tannerlinsley about 3 years ago

3.24.1 (2021-09-18)

Bug Fixes

  • types: exclude queryKey / queryFn from options if they have been provided as a separate argument (#2689) (7aadd68)
query - v3.24.0

Published by tannerlinsley about 3 years ago

3.24.0 (2021-09-18)

Bug Fixes

  • devtools: do not show disabled label for inactive queries and make statusColor match statusLabel (#2687) (16e70e1)
  • types: fix generics for refetchPage function (#2638) (873647e)

Features

query - v3.23.2

Published by tannerlinsley about 3 years ago

3.23.2 (2021-09-09)

Bug Fixes

  • UseMutationResult: MutationState type allows type narrowing to match useQuery (#2620) (c956f1a)
query - v3.23.1

Published by tannerlinsley about 3 years ago

3.23.1 (2021-09-08)

Bug Fixes

  • devtools: Remove id attributes from SVGs (#2653) (eeecd1c)
query - v3.23.0

Published by tannerlinsley about 3 years ago

3.23.0 (2021-09-08)

Features

  • Allow handling some errors locally while using error boundaries (#2619) (ee7ca0b)

Please note that prior to this release, if you've set useErrorBoundary: false and suspense: true, you would still get all errors in an ErrorBoundary, because suspense would always throw errors to ErrorBoundaries.

This was fixed with #2619, and the useErrorBoundary flag is now also respected if suspense is enabled.

query - v3.22.0

Published by tannerlinsley about 3 years ago

3.22.0 (2021-09-07)

Features

  • hydration: move hydration utilities to core, keeping old exports (#2497) (1986127)
query - v3.21.1

Published by tannerlinsley about 3 years ago

3.21.1 (2021-08-29)

Bug Fixes

  • devtools: do not render DevTools during SSR (#2615) (b46c646)
query - v3.21.0

Published by tannerlinsley about 3 years ago

3.21.0 (2021-08-20)

Features

  • devtools: show disabled badge for a query if all observers are disabled (#2592) (afcba60)
query - v3.20.0

Published by tannerlinsley about 3 years ago

3.20.0 (2021-08-20)

Features

  • infiniteQuery: add possibility to decide which pages should be refetched (#2557) (f9b23fc)
Package Rankings
Top 0.31% on Npmjs.org
Top 6.69% on Proxy.golang.org
Top 21.14% on Repo1.maven.org