Commit Graph

  • cf09241fc6 docs: update asyncStoragePersistor docs to match the current api (#2411) Dominik Dorfmeister 2021-06-28 10:47:40 +02:00
  • 7a628d6497 feat: asyncStoragePersistor for React Native (#2360) v3.18.0 Aung Myint Thein 2021-06-28 13:49:11 +06:30
  • ddbd755bf6 Add Uber (#2410) Joey Colon 2021-06-26 22:29:54 -04:00
  • a7780444bb fix(useQuery): don't inform observers about CancelledErrors (#2409) v3.17.3 Dominik Dorfmeister 2021-06-26 21:42:28 +02:00
  • 12e128bd76 docs: update query function usage examples (#2394) Caleb Williams 2021-06-25 12:42:23 -05:00
  • 8c1bb1f434 docs: Update comparison.md (#2407) Paul Fitzgerald 2021-06-25 13:02:20 +01:00
  • 9aed040364 fix(devtools): Hide devtools when closed, prevent focus (#2376) v3.17.2 Ian VanSchooten 2021-06-17 05:02:28 -04:00
  • 29559b1a5e docs: updating rtk-query links in Normalized Caching topic in the docs (#2378) Lucas Mesquita 2021-06-17 05:59:19 -03:00
  • 772c6c4e12 fix: display devtools only in production (#2382) v3.17.1 Luke Morales 2021-06-16 01:09:57 -03:00
  • be6bfbb1bc feat: session storage persistor (#2282) v3.17.0 Curtis Hughes 2021-06-11 04:38:54 -05:00
  • 98dd91f188 docs: Added graphql-codegen plugin to the docs (#2356) Dotan Simha 2021-06-09 09:46:38 +03:00
  • 856b144e35 docs(mutations): Update mutations page side effects section (#2354) Robert Jędrzejewski 2021-06-08 11:32:23 +02:00
  • f00de49fb7 docs: Update paginated-queries.md (#2345) Tunmise Ogunniyi 2021-06-07 06:58:37 +01:00
  • 7a1382f00c docs: Update RTK-Query information in comparison.md (#2348) Lenz Weber 2021-06-07 07:57:45 +02:00
  • a5b2216be6 refactor: use react-state for one-time initialization over instance refs (#2253) Dominik Dorfmeister 2021-06-05 12:23:00 +02:00
  • ff830db831 fix(devtools): fix devtools crash on rejected promises on refetch (#2344) v3.16.1 Prateek Surana 2021-06-05 14:23:00 +05:30
  • 2b8d2af4d1 chore: turn on noUncheckedIndexedAccess compiler flag (#2341) Dominik Dorfmeister 2021-06-05 10:51:46 +02:00
  • 0de83ae852 docs: Use higher order function (array) in code example (#2342) Piyush 2021-06-05 14:13:39 +05:30
  • 976fdb7f69 docs: fix typo/outdated hook reference (#2324) Zac Hayes 2021-05-30 16:53:50 -04:00
  • 85d14d3a7e docs: document that setDefaultOptions overwrites previous defaults (#2321) Fausto Núñez Alberro 2021-05-30 14:33:07 +02:00
  • 74642a3ff6 docs: add missing dependency in nextjs example (#2289) kangdaehoon 2021-05-24 16:56:10 +09:00
  • 828a5a76ae docs: change "others" to "other" (#2305) Mojtaba Javan 2021-05-24 12:23:36 +04:30
  • 8d949e1e6d docs: update testing (#2287) Leo 2021-05-17 01:25:58 +08:00
  • afc6a57ec3 docs(testing): Update example to v3 (#2265) Erfan Mirzapour 2021-05-11 12:16:12 +04:30
  • c1be9bfc75 docs: Fix example (#2254) Erfan Safari 2021-05-09 15:56:24 +04:30
  • 0edc116856 chore: node 16 warning (#2249) v3.16.0 Matt Wilkinson 2021-05-07 12:07:29 -04:00
  • ab27f7c664 refactor(devtools): move default theme to theme file, fix types (#2213) Damian Osipiuk 2021-05-07 18:06:48 +02:00
  • 09116e54b9 feat(queryClient): add setQueriesData utility (#2204) Dominik Dorfmeister 2021-05-07 18:04:03 +02:00
  • c8b3ff2153 fix: do not throw errors while a query is retrying (#2147) v3.15.3 Niek Bosch 2021-05-07 17:54:47 +02:00
  • 3b2c4088e1 feat(useQuery) transform placeholder data with select (#2108) Dominik Dorfmeister 2021-05-07 17:52:17 +02:00
  • c932d00322 docs(useQuery): change isFetching default to false (#2071) Gornyy Vladimir 2021-05-07 18:51:26 +03:00
  • 25a0eb5e33 docs: Update initial-query-data.md (#2215) Guanghui Wang 2021-05-05 14:47:27 +08:00
  • 8026f4badf docs: (#2218) Adebiyi Adedotun 2021-05-04 21:38:23 +01:00
  • 542ad07ca8 docs: update query-key docs (#2214) Dominik Dorfmeister 2021-04-30 11:32:46 +02:00
  • 4083c1ef8a fix(useQuery): make sure queryKeys are always an array at runtime when passed to the queryFn (#2200) v3.15.2 Dominik Dorfmeister 2021-04-29 22:17:38 +02:00
  • 9686426915 chore: add prettier to pipeline checks and include .ts files (#2205) Dominik Dorfmeister 2021-04-29 21:54:57 +02:00
  • 7d9c9f872f docs: Fix typo in Mutations guide (#2210) Adebiyi Adedotun 2021-04-29 20:15:32 +01:00
  • 2c559dbdf0 docs: Update placeholder-query-data.md (#2212) Guanghui Wang 2021-04-30 02:45:07 +08:00
  • 2e03a615f8 fix(types): allow returning of any promise in the mutation callbacks (#2189) v3.15.1 Dominik Dorfmeister 2021-04-29 00:16:51 +02:00
  • 9626c1b732 feat(persist): Added hydrate and dehydrate options to the persistQueryClient function (#2131) v3.15.0 Gabriel Bull 2021-04-28 13:47:46 -04:00
  • 79ad5a9ccb feat(query): add 'getObserversCount' util (#2130) v3.14.0 Damian Osipiuk 2021-04-28 19:44:27 +02:00
  • 2e8f38c1ff docs: Add curly brackets to mutation example for TS (#2193) Bennett 2021-04-25 21:24:55 +02:00
  • 3a13b3e761 docs(Query Filters): Correct/Make More Exact: Query Filter Object Code Snippet Comments (#2190) Arihant Verma 2021-04-26 00:08:49 +05:30
  • 92435c77b8 fix(types): add mutationFn to UseMutationOptions (#2182) v3.13.12 Dominik Dorfmeister 2021-04-24 09:43:37 +02:00
  • 07ce2a5732 fix: focus handler typings (#2152) Fabien Mauquié 2021-04-24 09:43:04 +02:00
  • e49afc04a7 chore: add tests for Node 16 (#2165) Michaël De Boey 2021-04-24 09:40:22 +02:00
  • 64dec9eb9b docs: fix event pooling info (#2174) Ian Schmitz 2021-04-22 10:55:02 -07:00
  • da85602025 docs: add some details to staleTime documentation (#2172) Georges Sempéré 2021-04-22 19:35:19 +02:00
  • 5f7363518a fix(types): use MutationKey in UseMutationOptions (#2164) v3.13.11 Or Ouziel 2021-04-21 18:31:39 +03:00
  • 6fe0033e9c docs: added quotes to improve rediability of line (#2153) Suhas R. More 2021-04-21 18:18:25 +05:30
  • f1c34ef679 docs: Highlighting change of the default config key. (#2155) Jonathon Hawkins 2021-04-20 19:26:35 +01:00
  • c3434575a1 fix: Add TQueryKey to QueryFunction generic type in QueryOptions, remove ensureArray from Query (#2074) v3.13.10 Alexander Kachkaev 2021-04-17 10:40:48 +01:00
  • de28254159 fix: useInfiniteQuery suspense bug (#2119) v3.13.9 Brandon Bayer 2021-04-15 12:27:51 -04:00
  • 2050773711 fix(hydration): import useQueryClient directly from react-query (#2121) v3.13.8 Fredrik Höglund 2021-04-14 13:03:02 +02:00
  • 90308e1f9e docs(useQuery): add the useErrorBoundary option (#2084) Ohans Emmanuel 2021-04-14 07:33:20 +02:00
  • eac52f66d3 fix(devtools): import useQueryClient directly from react-query (#2113) v3.13.7 Dominik Dorfmeister 2021-04-13 22:11:43 +02:00
  • f899e55eca docs: typo (#2118) Jeroen van Aert 2021-04-13 22:09:41 +02:00
  • 7fe6e30bc1 refactor(devtools): remove redundant isStale utility (#2111) Damian Osipiuk 2021-04-12 11:35:12 +02:00
  • a88d80f6f7 fix(types): Add undefined return type in onMutate (#2089) v3.13.6 Hyuntae EOM 2021-04-10 22:58:09 +09:00
  • d7d766e215 chore: fix test warnings (#2070) Dominik Dorfmeister 2021-04-10 15:56:48 +02:00
  • 6ee897ce87 docs(useInfiniteQuery): Correction of two mistakes in the code sample (#2064) Ali Moallem 2021-04-10 18:25:43 +04:30
  • eb94ef3f4e docs: fix minor typo (#2083) Mihir Gupta 2021-04-10 19:18:52 +05:30
  • 2cb94ad467 docs: fix typo (#2082) Mitchel 2021-04-10 15:48:14 +02:00
  • 356627a336 fix(types): adds queryKey generic to queryClient functions (#2100) v3.13.5 Diederik van den Burger 2021-04-08 14:07:58 +02:00
  • e81cb478ad docs(QueryStatus): change from enum to union type (#2073) Luis Adame Rodríguez 2021-04-03 19:02:52 +02:00
  • 7b14ef519a fix(useQuery): type of initialData now corresponds to the type returned by the query-fn (#2069) v3.13.4 Dominik Dorfmeister 2021-04-02 08:57:07 +02:00
  • f000af174d chore: codesandbox auto builds (#2062) Dominik Dorfmeister 2021-03-31 22:20:39 +02:00
  • e42cbc32df fix(useQuery): let type of queryKey for the QueryContext be inferred from the key passed to useQuery (#2047) v3.13.3 Dominik Dorfmeister 2021-03-31 16:20:42 +02:00
  • 9428bfdb7f fix(types): onlineManager: setup function needs to accept the online boolean, and the cleanup function shouldn't (#2053) v3.13.2 Dominik Dorfmeister 2021-03-30 19:41:52 +02:00
  • b19ad1f97a fix(devtools): only subscribe to the queryCache while the devtools are open (#2045) v3.13.1 Dominik Dorfmeister 2021-03-30 19:36:01 +02:00
  • bd0d4de3c2 docs: Correct typo which could mislead someone (#1832) Dawid Kobierski 2021-03-30 19:34:12 +02:00
  • fbaed6673f fix(types): align prefetchQuery generics with fetchQuery types (#2016) Dominik Dorfmeister 2021-03-30 19:32:49 +02:00
  • 7cf74a4751 docs(examples/optimistic-updates): fix typo (#2044) Justin Thareja 2021-03-28 16:13:45 -04:00
  • ba86d6f67c docs(useQuery): add doc for queryKeyHashFn (#2043) Vinay Deshmukh 2021-03-28 23:10:20 +05:30
  • 4dfcf8989f docs: fix carbonads Tanner Linsley 2021-03-26 16:17:30 -06:00
  • 9faeff240f docs: update footer styles Tanner Linsley 2021-03-26 15:49:06 -06:00
  • cdb801f22c docs: carbonads Tanner Linsley 2021-03-26 15:43:23 -06:00
  • bf76f7c087 docs: add carbonads Tanner Linsley 2021-03-26 15:38:50 -06:00
  • 69d88cca55 docs: fix typo (#2012) Fernando Rojo 2021-03-23 16:15:23 -04:00
  • 6c537eccfc docs: minor typos on infinite-queries.md (#2010) Alfonso Millan 2021-03-23 16:15:02 -04:00
  • 7797fe261f docs: add missing comma (#2005) Omid Nikrah 2021-03-24 00:42:04 +04:30
  • d1c9aaa0cd docs: fix typo (#1988) Matt Swartley 2021-03-23 16:11:32 -04:00
  • 9023b0d1f0 docs: fix useIsMutating docs (#1989) Bene 2021-03-19 22:12:30 +01:00
  • 07b9f2ce97 feat: add useIsMutating hook (#1971) v3.13.0 Bene 2021-03-18 22:51:34 +01:00
  • cfecf5261e fix(queryObserver): re-run selector if it throws error (#1875) v3.12.3 Dominic Lee 2021-03-17 21:49:20 +00:00
  • 0809adccec fix: Do not default to false on refetchInactive (#1934) v3.12.2 Manuel Thomsen 2021-03-15 21:00:38 +01:00
  • fd26d9097c docs: Update createLocalStoragePersistor.md (#1932) Vaughan Rouesnel 2021-03-09 17:03:35 +01:00
  • 52bddb67f1 fix: disable context sharing per default (#1912) v3.12.1 Dominik Dorfmeister 2021-03-08 18:03:49 +01:00
  • fc1425062f fix (QueryClient): disable context sharing per default (#1912) Dominik Dorfmeister 2021-03-08 09:05:51 +01:00
  • 401e1880ee docs: Add missing period (#1888) Bill Fienberg 2021-03-05 00:53:03 -06:00
  • f2137dc4e4 fix (types): Prefer ReadonlyArray for query keys (#1854) Alan Plum 2021-03-02 07:05:11 +01:00
  • 23846f5a51 docs: add isFetched to useQuery (#1810) Bjarke Hesthaven Søndergaard 2021-03-02 07:02:06 +01:00
  • 4cecdb1e46 docs: fix typo (#1867) Vojtech Novak 2021-03-02 07:01:11 +01:00
  • 2cdd245875 fix:(examples/nextjs) removed unused prob that caused confusion (#1861) Matt Barnden 2021-02-28 21:26:31 +00:00
  • 211260ffbd docs: Reorder pages in the introductory docs (#1865) Anton Niklasson 2021-02-26 19:42:23 +01:00
  • fbd3488a3c feat: pass error as second parameter to retryDelay function (#1838) v3.12.0 Dominik Dorfmeister 2021-02-23 13:01:43 +01:00
  • f01ff6c794 docs: add link for broadcastQueryClient v3.11.0 Tanner Linsley 2021-02-22 21:28:13 -07:00
  • 4bbfe2ab97 feat(broadcastQueryClient): experimental support for tab/window syncing (#1793) Tanner Linsley 2021-02-22 21:26:36 -07:00
  • 9fad89220c feat(subscriptions): add event types and metadata to subscriptions (#1792) v3.10.0 Tanner Linsley 2021-02-22 21:13:50 -07:00
  • ca56877280 docs: fix typo in notifyOnChangeProps (#1850) v3.9.9 Dony Sukardi 2021-02-22 23:16:49 +08:00