Commit Graph

  • cd91357717 docs(vue-query): update SSR guide for nuxt2 (#8001) Damian Osipiuk 2024-09-01 23:12:58 +02:00
  • 2be2a7975b release: v5.53.2 v5.53.2 Tanner Linsley 2024-09-01 20:41:58 +00:00
  • c91c720147 fix(vue-query): invalidate queries immediately after calling invalidateQueries (#7930) Alex Liu 2024-09-02 04:37:39 +08:00
  • 4977296fe9 docs(angular-query): update overview and readme (#7994) Arnoud 2024-08-31 02:13:26 +02:00
  • cc20045eca chore(angular-query): add injection context tests (#7993) Arnoud 2024-08-31 00:09:27 +02:00
  • 4b2c8c5a19 chore(deps): update to @tanstack/config 0.13.1 (#7986) Lachlan Collins 2024-08-30 22:19:21 +10:00
  • 466401f8ee release: v5.53.1 v5.53.1 Tanner Linsley 2024-08-30 10:29:25 +00:00
  • 50315acbb3 fix(query-core): handle errors that occur inside setData method (#7966) Bohdan Yefimenko 2024-08-30 13:24:16 +03:00
  • 82bfc340de chore(deps): use ESLint v9 (#7985) Lachlan Collins 2024-08-30 18:42:25 +10:00
  • 8fe90104c6 chore(deps): update eslint plugins (#7984) Lachlan Collins 2024-08-30 18:04:08 +10:00
  • 9e086d89c9 release: v5.53.0 v5.53.0 Tanner Linsley 2024-08-30 07:15:09 +00:00
  • f3aad7c86e feat(eslint-plugin): use typescript-eslint v8 stable (#7968) Riva Junior 2024-08-30 04:09:59 -03:00
  • 9e755470b4 release: v5.52.3 v5.52.3 Tanner Linsley 2024-08-29 23:04:13 +00:00
  • eee80aff36 fix(angular-query): fix type of isSuccess, isError, isPending, isIdle on mutation result (#7923) divdavem 2024-08-30 01:00:28 +02:00
  • 189e0c55fc chore(deps): update @algolia/client-search to v5 (major) (#7979) renovate[bot] 2024-08-29 19:22:06 +10:00
  • f240106391 chore(deps): update material-ui monorepo to v6 (major) (#7978) renovate[bot] 2024-08-29 17:24:59 +10:00
  • 7f551696bd chore(deps): update dependency jscodeshift to v17 (#7977) renovate[bot] 2024-08-29 17:18:05 +10:00
  • b227998cb8 chore(deps): update dependency eslint-plugin-jsdoc to v50 (#7976) renovate[bot] 2024-08-29 16:58:21 +10:00
  • 21bddeb1ff chore(deps): update dependency jsdom to v25 (#7975) renovate[bot] 2024-08-29 16:37:17 +10:00
  • 907a38b850 chore: simplify clean commands (#7973) Lachlan Collins 2024-08-29 12:24:16 +10:00
  • 86d8438662 chore: better type vs value import separation (#7972) Lachlan Collins 2024-08-29 12:24:06 +10:00
  • 756164ae74 chore(devtools): consistent casing of devtools types (#7971) Lachlan Collins 2024-08-29 11:57:58 +10:00
  • 634717651f fix(react): re-introduce setting options before suspending feature/suspense-options Dominik Dorfmeister 2024-08-28 11:11:28 +02:00
  • 804357b935 docs: Add known limitation about cancellation with suspense hooks (#7958) Romain Trotard 2024-08-27 18:23:55 +02:00
  • d29997a1b8 release: v5.52.2 v5.52.2 Tanner Linsley 2024-08-26 17:55:04 +00:00
  • b93941db15 fix(types): error booleans shouldn't permanently be typed as false (#7956) Dominik Dorfmeister 2024-08-26 19:52:07 +02:00
  • 8cf7e2f097 chore: remove unused .all-contributorsrc (#7949) Jonghyeon Ko 2024-08-26 16:30:40 +09:00
  • 519759d731 examples(svelte-query): fix svelte auto-refetching styling (#7951) Lachlan Collins 2024-08-25 09:19:30 +10:00
  • 73258c65e5 chore(angular-query): add type tests for injectQuery (#7947) Arnoud 2024-08-24 02:47:41 +02:00
  • d5a03424d8 release: v5.52.1 v5.52.1 Tanner Linsley 2024-08-22 16:37:26 +00:00
  • ca2e3067af fix(react-query): Add missing React 19 peer dependency. (#7937) Bumsik Kim 2024-08-23 01:32:01 +09:00
  • 542528aecc docs: Add version to v4 eslint docs (#7926) Sernin van de Krol 2024-08-21 13:19:09 +02:00
  • 639363c769 docs: make copyable example useful by default (#7928) Lanre Adelowo 2024-08-21 12:18:15 +01:00
  • 7ac71ac563 release: v5.52.0 v5.52.0 Tanner Linsley 2024-08-20 18:55:03 +00:00
  • f65ebe70cb feat(eslint-plugin-query): add rule that disallows putting the result of query hooks directly in a React hook dependency array (#7911) Manuel Schiller 2024-08-20 20:51:35 +02:00
  • 683c85e02c refactor(query-core): type override subscribe in InfiniteQueryObserver more clearly (#7914) Jonghyeon Ko 2024-08-20 03:18:11 +09:00
  • c7fb5fddc8 docs: fix typos (#7898) Shubh Porwal 2024-08-19 17:50:53 +05:30
  • eee3948b45 release: v5.51.24 v5.51.24 Tanner Linsley 2024-08-19 11:03:34 +00:00
  • 6500c98922 refactor(query-core): shorten listeners code (#7913) Jonghyeon Ko 2024-08-19 19:59:21 +09:00
  • ab1a353ae4 ci(*): official @vitest/eslint-plugin (#7896) Jonghyeon Ko 2024-08-19 19:15:50 +09:00
  • 49a8dc40c3 docs: update README.md (#7904) Jonghyeon Ko 2024-08-19 18:48:05 +09:00
  • 04c977b72f ci: apply automated fixes autofix-ci[bot] 2024-08-19 08:38:52 +00:00
  • b565098f4d docs: request-waterfalls typos (#7918) 박우빈 2024-08-19 17:37:16 +09:00
  • 3292791219 docs: divided installation scripts (#7881) Jay 2024-08-19 14:06:40 +05:30
  • 59a6d3df30 doc: Issue template: Point to latest examples (#7878) Ian VanSchooten 2024-08-09 15:59:06 -04:00
  • 5c4f88ddc3 docs: Update vue community projects (#7655) zhennann 2024-08-09 23:33:58 +08:00
  • 73fbf00184 ci: rename integration projects for consistency (#7875) Lachlan Collins 2024-08-09 20:09:09 +10:00
  • 11cda37f32 release: v5.51.23 v5.51.23 Tanner Linsley 2024-08-08 08:02:45 +00:00
  • c744f99619 fix(react-query): ensure we have a gcTime of at least 1 second when using suspense (#7860) Dominik Dorfmeister 2024-08-08 09:59:57 +02:00
  • 1fc6124bfd docs: Fix typo (#7865) Navin Khadka 2024-08-08 00:16:17 +10:00
  • c6309c13c2 release: v5.51.22 v5.51.22 Tanner Linsley 2024-08-06 20:30:56 +00:00
  • ed25a3ff3f fix(angular-query): reorder query function declarations (#7861) Arnoud 2024-08-06 22:27:05 +02:00
  • 1a1708bbfd docs: add contributing section (#7856) Jay 2024-08-06 13:42:28 +05:30
  • 075ba1c261 docs: add suspensive react query to community projects (#7846) GwanSik Kim 2024-08-05 16:37:26 +09:00
  • d14e0060c8 docs(react-query):fix-missing-isServer-import (#7849) dochi 2024-08-05 16:36:45 +09:00
  • 0696b514ce release: v5.51.21 v5.51.21 Tanner Linsley 2024-08-02 18:43:38 +00:00
  • 35c086f4ea fix(query-core): make CancelledError extend Error (#7843) Dominik Dorfmeister 2024-08-02 20:41:39 +02:00
  • 381470615e release: v5.51.20 v5.51.20 Tanner Linsley 2024-08-02 02:17:57 +00:00
  • e092f06192 fix(svelte-query): allow returning undefined in initialData function (#7838) Lachlan Collins 2024-08-02 12:07:27 +10:00
  • 0f6a1d52fb release: v5.51.19 v5.51.19 Tanner Linsley 2024-08-01 15:39:39 +00:00
  • 1dcd53255c refactor(solid-query): separate queryOptions from createQuery (#7806) Lachlan Collins 2024-08-02 01:35:11 +10:00
  • 23c3da219a release: v5.51.18 v5.51.18 Tanner Linsley 2024-08-01 13:38:45 +00:00
  • fdb8ce1c38 fix(query-options): allow returning undefined in initialData function (#7351) Shahar Har-Shuv 2024-08-01 09:33:13 -04:00
  • 5ab13b98cc release: v5.51.17 v5.51.17 Tanner Linsley 2024-08-01 13:21:43 +00:00
  • bbb22444a8 fix(core): query should reset to default state even when created from hydration (#7837) Dominik Dorfmeister 2024-08-01 15:19:49 +02:00
  • c7245c93fe chore(deps): lock file maintenance renovate[bot] 2024-08-01 01:35:51 +00:00
  • de931d006d release: v5.51.16 v5.51.16 Tanner Linsley 2024-07-31 09:08:24 +00:00
  • 01e63a5694 fix(svelte-query): ensure compatibility with NodeNext (#7825) Lachlan Collins 2024-07-31 19:06:23 +10:00
  • 74f10b773f chore(deps): lock file maintenance (#7819) renovate[bot] 2024-07-29 17:28:42 +10:00
  • e2315ccc94 chore(deps): update dependency react-intersection-observer to v9 (#7818) renovate[bot] 2024-07-29 16:09:17 +10:00
  • 4cdc2c8c90 chore(deps): update all non-major dependencies (#7817) renovate[bot] 2024-07-29 15:48:18 +10:00
  • 216a9265a7 chore(deps): use prettier v3.3.3 (#7816) Lachlan Collins 2024-07-29 15:29:06 +10:00
  • 69931779ad ci(renovate): ignore vue2 and vue2.7 Lachlan Collins 2024-07-29 15:06:13 +10:00
  • 6d8d203d06 ci(renovate): add renovate config (#7813) Lachlan Collins 2024-07-29 15:00:36 +10:00
  • 461876a24a test(svelte-query): add refetch test for createQuery (#7810) Lachlan Collins 2024-07-28 14:20:50 +10:00
  • 99f1250d0c docs(svelte-query): add persist to basic example (#7807) Lachlan Collins 2024-07-28 12:37:12 +10:00
  • fcac011bb3 docs(solid-query): fix quick-start example (#7770) Jonghyeon Ko 2024-07-27 14:15:50 +09:00
  • f2fd31853b docs(typedoc): use sub-folders for reference docs (#7803) Lachlan Collins 2024-07-27 13:03:44 +10:00
  • dac5da5416 docs(examples): Fix small errors in svelte examples (#7801) Lachlan Collins 2024-07-27 11:29:03 +10:00
  • ec8e800c66 release: v5.51.15 v5.51.15 Tanner Linsley 2024-07-26 11:47:45 +00:00
  • cd6828015a fix(query-core) export Mutation class instead of exporting it as a type (#7793) Ryan Kuruppu 2024-07-26 15:49:19 +05:30
  • acb1c0a51f refactor: move shouldThrowOnError to errorBoundaryUtils.ts feature/select-error-boundary Dominik Dorfmeister 2024-07-26 11:56:49 +02:00
  • 70c36148f7 refactor: exposes noop from query-core and use it in adapters Dominik Dorfmeister 2024-07-26 11:54:51 +02:00
  • 4d56163c46 fix(react-query): make sure that we never render with undefined data when using suspense Dominik Dorfmeister 2024-07-26 11:49:04 +02:00
  • fec324f7e3 release: v5.51.14 v5.51.14 Tanner Linsley 2024-07-26 08:47:44 +00:00
  • 3ef788786c fix(query-core): abort fetch loop for infinite queries if getNextPageParam returns null or undefined (#7799) Dominik Dorfmeister 2024-07-26 10:44:32 +02:00
  • 34a567215c refactor(react-query): add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery (#7797) Lich 2024-07-26 17:10:32 +09:00
  • 2cbc38c73c Fix JSON errors feature/tsconfig-paths Lachlan Collins 2024-07-26 11:22:50 +10:00
  • 94f951d827 Merge branch 'main' into feature/tsconfig-paths Lachlan Collins 2024-07-26 11:20:09 +10:00
  • bd3296bfed chore: Update @tanstack/config to v0.11.0 (#7795) Lachlan Collins 2024-07-26 10:56:33 +10:00
  • 1814f56ea1 chore(svelte-query): Tweak provider tests (#7794) Lachlan Collins 2024-07-26 10:30:54 +10:00
  • 81e1f2ca5a release: v5.51.13 v5.51.13 Tanner Linsley 2024-07-25 15:57:50 +00:00
  • 55486f1762 fix(eslint-plugin): strictly type config keys (#7780) Jeroen Claassens 2024-07-25 17:54:57 +02:00
  • 5760f70021 ci: remove test:format from Nx workflow (#7775) Lachlan Collins 2024-07-23 11:23:58 +10:00
  • ffd404f6ca test(svelte-query): Better createMutation tests (#7773) Lachlan Collins 2024-07-22 10:15:47 +10:00
  • 0edbc4911c release: v5.51.12 v5.51.12 Tanner Linsley 2024-07-20 11:10:06 +00:00
  • 404c2faeb1 fix(eslint-plugin): type config names (#7766) Ahmed Abdelbaset 2024-07-20 13:51:44 +03:00
  • c3dffbdeae release: v5.51.11 v5.51.11 Tanner Linsley 2024-07-20 10:47:26 +00:00
  • b76400966c fix(svelte-query): Correct data type when initialData is set (#7769) Lachlan Collins 2024-07-20 20:44:32 +10:00
  • e4e65be850 docs(typedoc): Use generateReferenceDocs function (#7765) Lachlan Collins 2024-07-19 21:20:21 +10:00