Commit ea80700
feat: ESM support (#4092)
* fix: restore missing `exports` declarations (#3892)
* fix: restore missing `exports` declarations
* fix: restore package.json exports[C
* fix: reexport types used by vue-query
* fix: react-native uSES usage
* fix: emit mjs for esm
* fix: uSES build
* fix: devtools exports to allow devtools in prod
* fix: cjs and esm build bundled to lib dir
* fix: sideEffect in react-query, better files paths
* fix: generate declarations to lib
* fix: lint and tests
* fix: use the same ts build method for tests
* fix: change force prod import
* fix: subpackage dependencies (#4013)
* fix: umd-build (#3924)
* - Fix UMD build getting overwritten
- Updating "browser" field for @tanstack/react-query-devtools
* Updating the "browser" field to be the same as "main"
* release: v4.0.11-beta.0
* release: v4.0.11-beta.1
* fix(react-query-devtools): cjs devtools fallback (#4048)
* release: v4.0.11-beta.2
* fix: remove browser entry, fix umd size (#4044)
* fix: remove browser entry, fix umd size
* fix: bundle query-core with react-query for umd
* fix: remove missed browser entry
* chore: remove 'browser' field from package validation
because it doesn't exist anymore
* release: v4.0.11-beta.3
* release: v4.0.11-beta.4
* chore: react-query should be a peerDependency of the devtools
* release: v4.0.11-beta.5
* release: v4.3.0-beta.0
* fix: webpack 4 fallback to cjs (#4069)
* fix: publish script shouldn't check against module anymore
* fix: publish script
I don't think we can have single quotes in commit message when passing them to --notes
* release: v4.3.0-beta.2
* release: v4.3.0-beta.3
* fix: umd build size, force prod devtools (#4074)
* fix: umd build size
* fix: devtools force production
* release: v4.3.0-beta.4
* release: v4.3.0-beta.5
* fix: reintroduce production export (#4090)
* release: v4.3.0-beta.6
* fix(react-query-devtools): always useEffect for the mounted check
no effect runs on the server, and there is no real advantage to useLayoutEffect on the client; somehow, this dynamic check creates problems with the production build of the devtools
* release: v4.3.0-beta.7
* docs: document devtools in production
* docs: document devtools in production
* docs: document devtools in production
nodenext needs 4.7
* fix: support react-native (#4125)
* fix: support react-native
* chore: remove banner from build
Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
Co-authored-by: John Daly <john.daly2@gmail.com>
Co-authored-by: Tanner Linsley <tannerlinsley@users.noreply.github.com>1 parent f231f8c commit ea80700
File tree
66 files changed
+1688
-1088
lines changed- docs
- examples/react
- auto-refetching
- basic-graphql-request
- basic-typescript
- basic
- custom-hooks
- default-query-function
- focus-refetching
- load-more-infinite-scroll
- nextjs
- offline
- optimistic-updates-typescript
- optimistic-updates
- pagination
- playground
- prefetching
- react-native
- rick-morty
- simple
- star-wars
- suspense
- packages
- query-async-storage-persister
- query-broadcast-client-experimental
- query-core
- src
- query-sync-storage-persister
- react-query-devtools
- src
- react-query-persist-client
- react-query
- src
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+1688
-1088
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments