Commit Graph

  • 9e0e7913b1 docs: Update "Pass a falsy query key" section in README.md (#527) David Rodriguez Fuentes 2020-05-28 23:02:56 -04:00
  • 66f462c2f9 docs: Update useInfiniteQuery API (#519) Navin Moorthy 2020-05-26 19:04:43 +05:30
  • fe02f751ee docs: Grammer fixes (#518) Cory House 2020-05-26 08:32:51 -05:00
  • 2dcd7673ce docs: Remove swr comparison point (#516) Cory House 2020-05-26 08:31:35 -05:00
  • a0f77121c2 fix(types): Fix error is typed as unknown (#483) (#514) v1.5.3 Daniel Huth 2020-05-26 15:28:15 +02:00
  • 4336a52a68 docs: fix resolvedData typo (#502) razh 2020-05-20 10:20:27 -04:00
  • fe6f161009 Update README.md Tanner Linsley 2020-05-18 15:35:50 -06:00
  • f76c8601a3 fix: clear cache timeouts (#495) v1.5.2 Jack 2020-05-17 01:48:55 +01:00
  • c5b49be4c8 tests: Add test for refetchInterval (#498) Yixuan Xu 2020-05-16 12:19:26 +08:00
  • 584932e1c4 docs: fix to query.state.updatedAt Tanner Linsley 2020-05-15 15:24:51 -06:00
  • 80e82daedd fix: cancelQueries now uses the query.cancel method v1.5.1 Tanner Linsley 2020-05-15 15:20:43 -06:00
  • 3ef9c7cba1 Merge branch 'master' of https://github.com/tannerlinsley/react-query v1.5.0 Tanner Linsley 2020-05-15 15:06:32 -06:00
  • de633a3d2e fix: export deepIncludes Tanner Linsley 2020-05-15 15:06:29 -06:00
  • 51375fdfb7 feat: query cache provider (#476) Jack 2020-05-15 22:04:17 +01:00
  • 588d54cfc5 Add cancelQueries types and missing links in docs (#494) José Nunes 2020-05-15 01:00:43 +01:00
  • f671595916 docs(CONTRIBUTING): fix "chnages" typo (#491) v1.4.4 Henry Q. Dineen 2020-05-14 00:11:05 -04:00
  • 99fd14540c perf(babelrc): enable externalHelpers option for babel-plugin-transform-async-to-promises (#490) Henry Q. Dineen 2020-05-14 00:10:05 -04:00
  • 11456a8f6d chore(rollup): run terser plugin for react-query.min.mjs bundle (#488) Henry Q. Dineen 2020-05-14 00:05:21 -04:00
  • 794e8be3bb chore: replace swapi.co with swapi.org (#487) meesvandongen 2020-05-13 15:39:04 +02:00
  • 88031d8c0f Merge branch 'master' of https://github.com/tannerlinsley/react-query v1.4.3 Tanner Linsley 2020-05-12 16:54:07 -06:00
  • 40460dbd06 tests: fix error boundary test Tanner Linsley 2020-05-12 16:54:02 -06:00
  • 2d7803f565 fix: falsy query key clears resolvedData in usePaginatedQuery (#482) Ben Farr 2020-05-12 23:45:46 +01:00
  • 65543e566e fix: allow suspense lifecycle callbacks without using query instances v1.4.2 Tanner Linsley 2020-05-12 16:38:07 -06:00
  • efd8654669 chore: update example logging Tanner Linsley 2020-05-12 16:37:23 -06:00
  • 7868c9ea70 Merge branch 'master' of https://github.com/tannerlinsley/react-query Tanner Linsley 2020-05-12 14:04:15 -06:00
  • db2874250e Update README.md Tanner Linsley 2020-05-12 14:02:18 -06:00
  • f8bdce97c7 fix: pass generics to setQueryData and getQueryData to infer the type (#478) v1.4.1 Ryan Dsouza 2020-05-12 21:04:59 +05:30
  • eae537dcab fix: 🐛 refetch queries type (#481) ddonchuk 2020-05-12 18:34:12 +03:00
  • 840020f266 Update README.md Tanner Linsley 2020-05-12 00:21:17 -06:00
  • 337e1ecde5 Merge branch 'master' of https://github.com/tannerlinsley/react-query Tanner Linsley 2020-05-12 00:20:40 -06:00
  • 51adad2ce2 Update README.md Tanner Linsley 2020-05-12 00:20:19 -06:00
  • a280d34bac chore: Test strange test output in CI Tanner Linsley 2020-05-11 19:12:38 -06:00
  • 00a3ab17d4 test: Ignore weird test temporarily Tanner Linsley 2020-05-11 17:00:55 -06:00
  • 4855cf72c4 chore(examples): use cancelQueries in optimistic update example v1.4.0 Tanner Linsley 2020-05-11 10:59:41 -06:00
  • 52042e95d2 feat(queryCache): add queryCache.cancelQueries method Tanner Linsley 2020-05-11 10:59:10 -06:00
  • c82a82869a fix(suspense): reset query status when error is thrown in suspense Tanner Linsley 2020-05-11 10:26:11 -06:00
  • b02f8dd01a fix(concurrentMode): refetchOnMount now only considers non-placeholder instances v1.3.6 Tanner Linsley 2020-05-11 08:06:57 -06:00
  • 83ced96255 fix(suspense): Suspense instances now unmount properly v1.3.5 Tanner Linsley 2020-05-11 08:04:02 -06:00
  • 03614d1a98 test(suspense): ensure that query instance is removed when component unmounts (#455) Andrew Razumovsky 2020-05-11 17:02:37 +03:00
  • ff5d6a7518 chore(github action): Detect broken links in documentation (#473) v1.3.4 Rohit Garg 2020-05-09 21:51:09 +05:30
  • 827d5bc38a fix(queryCache): allow throwOnError prefetchQuery option in typescript (#467) Costas Ioannou 2020-05-09 19:20:41 +03:00
  • 2fbb004417 docs: mention the fact that mutate can no longer be called as an event listener (#464) Jakub Michálek 2020-05-07 07:51:43 +02:00
  • a6c9e6384a docs: add gargroh as a contributor (#458) allcontributors[bot] 2020-05-06 01:02:48 -06:00
  • e72d84f1df fix(typescript): changed root location of types relative to main index.js to fix import autocomplete (#452) v1.3.3 Ian Lovett 2020-05-05 11:18:51 -07:00
  • d99bfa7661 chore: Change version to 0.0.0 Tanner Linsley 2020-05-05 12:13:44 -06:00
  • 223f655567 fix: Test semantic-release! v1.3.2 Tanner Linsley 2020-05-05 12:08:59 -06:00
  • 1d480c394d Update README.md Tanner Linsley 2020-05-05 12:01:35 -06:00
  • 911f123a8f v1.3.1 v1.3.1 Tanner Linsley 2020-05-05 12:01:29 -06:00
  • cbac04f35f chore: Test Semantic Release! Tanner Linsley 2020-05-05 11:25:59 -06:00
  • 7000e33b97 chore: Test semantic-release! Tanner Linsley 2020-05-05 11:16:43 -06:00
  • 7e38bd2e7a Semantic release support (#403) Rohit Garg 2020-05-05 22:32:56 +05:30
  • a9a7bc7c62 Fixed automatic call of onIntersect function in infite-scroll example (#449) Dennis Oluoch 2020-05-05 20:02:30 +03:00
  • d02413485a fix typescript issue: force option not allowed in prefetchQuery (#448) Costas Ioannou 2020-05-05 17:56:51 +03:00
  • 9bd077a6e3 fix isDataEqual dates comparison (#436) Andrew Cherniavskii 2020-05-05 16:55:55 +02:00
  • 4be9726b49 Add queryFnParamsFilter to useQuery API section in the readme (#441) Kanitkorn Sujautra 2020-05-05 04:26:49 +09:00
  • f99e39e4fb fix(utils): compare equals first to prevent error on null variables (#440) Gabriel Loiácono 2020-05-04 12:38:52 -03:00
  • 7031167cb6 Update README.md Tanner Linsley 2020-05-02 23:07:30 -06:00
  • 7cce707a32 Update Types Tanner Linsley 2020-05-01 16:49:02 -06:00
  • ff5595b98f v1.3.0 Tanner Linsley 2020-05-01 11:50:15 -06:00
  • 8805f3552b v1.3.0 v1.3.0 Tanner Linsley 2020-05-01 11:50:08 -06:00
  • 21ace4c49d Update CHANGELOG.md Tanner Linsley 2020-05-01 11:48:33 -06:00
  • 89bec20393 Use deep equal to compare incoming data for referential stability Tanner Linsley 2020-05-01 11:43:38 -06:00
  • 1353c420d1 Trigger side-effects for non-mounted queries too Tanner Linsley 2020-05-01 10:14:05 -06:00
  • 7d786c7631 Fix suspense double rendering Tanner Linsley 2020-05-01 09:53:13 -06:00
  • c83bb19607 test that Suspense mode calls queryFn only once (#325) Simon Carpinter 2020-05-02 02:49:58 +12:00
  • 43e223ac1f Fix refetchInterval infinite loop (#404) Andrew Cherniavskii 2020-05-01 05:16:11 +02:00
  • 6bf1f300f6 types: add isStale to query results (#422) Andrew Bazhanov 2020-04-29 19:00:07 +03:00
  • de67ab7527 Fix typo (#410) hiramatsutaku 2020-04-27 00:31:32 +09:00
  • 0a66bab348 fix: edge case when refetching infinite query (#409) Krasimir Nedew 2020-04-26 18:29:49 +03:00
  • 9cd7a3578f fix: rebuild cursors on infinite query refetch (#408) Krasimir Nedew 2020-04-26 18:19:34 +03:00
  • a8fbacd583 Ensure useIntersectionObserver hook only reruns on target.current updates (#406) TC Schiller 2020-04-25 20:17:10 -05:00
  • 24bac238bb docs: add tibotiber as a contributor (#387) allcontributors[bot] 2020-04-21 08:15:00 -06:00
  • 652567be0b Update CachedQuery to add type to state member (#386) Alex Lockhart 2020-04-21 15:13:29 +01:00
  • da81b9f635 add note to the docs about shared options (#384) Thibaut Tiberghien 2020-04-21 12:32:58 +08:00
  • 7d6b9fb57e v1.2.9 Tanner Linsley 2020-04-20 11:44:56 -06:00
  • 6d70ba9141 v1.2.9 v1.2.9 Tanner Linsley 2020-04-20 11:44:48 -06:00
  • 1467ac14c5 add homepage to package.json (#383) Andrew Cherniavskii 2020-04-20 19:43:20 +02:00
  • 8a19f6cc23 Use jest node environment instead of mocking window object for SSR tests (#382) Andrew Cherniavskii 2020-04-20 19:29:34 +02:00
  • f1ca0a1970 Update README.md Tanner Linsley 2020-04-20 11:04:57 -06:00
  • 2a5294f9f2 v1.2.8 v1.2.8 Tanner Linsley 2020-04-20 09:56:42 -06:00
  • 76199778a0 Fix timeouts to not fire in server-like evironments Tanner Linsley 2020-04-20 09:55:53 -06:00
  • 3eafb40cec types: add retry function to query options (#380) Daniel Schmidt 2020-04-20 15:58:47 +02:00
  • dd52f77e84 add unit test for cacheTime: Infinity (#378) Andrew Cherniavskii 2020-04-19 21:50:44 +02:00
  • 5f1e3a52ec include scripts in npm package (#377) Andrew Cherniavskii 2020-04-19 21:50:24 +02:00
  • 5559b447db Update README formatting Tanner Linsley 2020-04-18 10:29:56 -06:00
  • 12ef20032d Remove Jump2Header Tanner Linsley 2020-04-18 10:09:28 -06:00
  • 0b54fecee8 Merge branch 'master' of https://github.com/tannerlinsley/react-query Tanner Linsley 2020-04-18 10:01:59 -06:00
  • 69d4e94bde 1.2.7 - Add Typscript Type Definitions Tanner Linsley 2020-04-18 10:00:55 -06:00
  • a0a7023cf0 docs: add cherniavskii as a contributor (#369) allcontributors[bot] 2020-04-18 09:58:48 -06:00
  • 62119c4897 Extract status for the easier readability in simple example - docs (#367) Przemyslaw Kalisiewicz 2020-04-18 15:46:23 +01:00
  • b89aebeb60 Adding all-contributors support (#366) Rohit Garg 2020-04-18 20:15:41 +05:30
  • 8a6ec246de Update @scarf/scarf version to ^1.0.0 (#363) Avi Press 2020-04-16 22:15:26 -07:00
  • 218cd73aa3 Prefetch next page! Tanner Linsley 2020-04-16 16:11:41 -06:00
  • 07daf3fc8a v1.2.6 Tanner Linsley 2020-04-16 09:19:12 -06:00
  • 489ae38745 v1.2.6 v1.2.6 Tanner Linsley 2020-04-16 09:19:05 -06:00
  • 70c7b00479 Fix issue where isLoading === true when falsey query key supplied Tanner Linsley 2020-04-16 09:17:56 -06:00
  • 9fa8336c73 Update README.md Tanner Linsley 2020-04-15 09:49:48 -06:00
  • 0fb1621de8 Update README.md Tanner Linsley 2020-04-15 09:48:23 -06:00
  • 6db2cd3951 v1.2.5 Tanner Linsley 2020-04-15 09:41:38 -06:00
  • 0c14969d7b v1.2.5 v1.2.5 Tanner Linsley 2020-04-15 09:41:33 -06:00