Commit 0a08642
* changeset pre enter alpha
* [graphiql-react/graphiql] new looks of tabs (#3644)
* new looks of tabs
* add graphiql react too
* all fixes
* more polishing
* more
* more
* more
* more
* more
* prettier
* polish changeset
* disable shrinking while changing the operation name
* Update packages/graphiql-react/src/ui/tabs.css
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* yarn i
* apply new design changes
* prettier
* Update .changeset/thirty-spoons-call.md
* fix cypress
* this fix locally
---------
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* [2] GraphiQL x Vite v5 (#3679)
* new looks of tabs
* add graphiql react too
* all fixes
* more polishing
* more
* more
* more
* more
* more
* prettier
* polish changeset
* disable shrinking while changing the operation name
* Update packages/graphiql-react/src/ui/tabs.css
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* yarn i
* apply new design changes
* prettier
* vite
more
more
more
* fix demo
* fix cspell
* fix dev
* update cypress to v13
* upd cache key
* Update .changeset/thirty-spoons-call.md
* Update packages/graphiql/vite.config.mts
* merge
* add changeset
* yarn.lock
---------
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* [3] remove unused webpack deps (#3681)
* new looks of tabs
* add graphiql react too
* all fixes
* more polishing
* more
* more
* more
* more
* more
* prettier
* polish changeset
* disable shrinking while changing the operation name
* Update packages/graphiql-react/src/ui/tabs.css
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* yarn i
* apply new design changes
* prettier
* vite
more
more
more
* fix demo
* fix cspell
* fix dev
* update cypress to v13
* upd cache key
* remove webpack deps
* fix `yarn jest --coverage`
* Update .changeset/thirty-spoons-call.md
* Update packages/graphiql/vite.config.mts
* merge
* add changeset
* yarn.lock
* yarn.lock
---------
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* [4] update graphql to `16.9.0` and use vite `define` configuration to remove development code from cdn bundle (#3683)
* vite
more
more
more
* fix demo
* fix cspell
* fix dev
* update cypress to v13
* upd cache key
* remove webpack deps
* fix `yarn jest --coverage`
* upd graphql
* aa
* yarn.lock
* fix tests
* remove `data-testid="graphiql-container"` (#3688)
* commit `pre.json` until `graphiql-v4` will be added to list of authorized branches to deploy
* remove `graphiql-v4` from release.yml
* [v4] remove `disableTabs` option (#3687)
* remove `disableTabs` option
* format
* commit `pre.json`
* add `graphiql-v4` in release.yml
* [v4] prefer `location` over `window.location` and prefer `navigator` over `window.navigator` (#3692)
* [v4] remove `build.sh` and `checkgit.sh` (#3694)
* [v4] test umd build only on ci, locally test cdn.ts (#3693)
* test umd build only on ci, locally test cdn.ts
* Update custom-words.txt
* [v4] convert graphiql e2e server to ESM (#3697)
* aa
* fix netlify
* fix
* fix fails on ci
* [v4] update changeset for changed exports (#3700)
* [v4] generate types with `vite-plugin-dts` (#3702)
* generate types with `vite-plugin-dts`
* add types:check in prebuild
* more
* more
* more
* update vite
* upd
* use terser
* [v4] use `vite build --watch` instead of `vite` for `dev` script because we don't need development server for them (#3705)
* [v4] remove graphiql default export (#3706)
* aa
* aa
* polish
* [v4] fix netlify deploy (#3708)
* fix netlify deploy
* fix cypress
* change `style.css` imports (#3709)
* Update poor-ghosts-jump.md
* Version Packages (alpha) (#3689)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [v4] show tabs even there is only 1 tab (#3713)
* aa
* aa
* fix unit tests
* fix cypress
* [v4] Remove `toolbar.additionalContent` and `toolbar.additionalComponent` props in favor of `GraphiQL.Toolbar` render props. (#3707)
* Version Packages (alpha) (#3714)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [v4] use `position: absolute` for `.graphiql-logo` class (#3716)
* [v4] remove `createComponentGroup` utility in favour `Object.assign` (#3717)
* Version Packages (alpha) (#3718)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [v4] fix merge conflicts with `main` (#3719)
* upgrade to graphql v17 including support for new incremental delivery format (#3682)
* add support for new incremental delivery format
* fix vitest
* add patch for graphql-js bug
submittes upstream with test at graphql/graphql-js#4160
* apply feedback
* move patches!
* some fixes
* fix netlify/cypress
* remove export
* update changeset
---------
Co-authored-by: Dimitri POSTOLOV <[email protected]>
* Version Packages (#3715)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* prettier
* fix e2e
* update pr-graphql-compat-check.yml
* prettier
---------
Co-authored-by: Yaacov Rydzinski <[email protected]>
Co-authored-by: Rikki Schulte <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [v4] fix scrollbar appearing in sidebar (#3720)
* replace `overflow-y: scroll` with `overflow-y: auto`
* fix netlify graphql function
* Version Packages (alpha) (#3723)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* style: Don't convert single \n to <br> (#3414)
* Update development instructions
* Don't convert single \n to <br>
* Add changeset
* Update .changeset/olive-mice-hide.md
---------
Co-authored-by: Dimitri POSTOLOV <[email protected]>
* [v4] some refactoring (#3726)
* some refactoring
* use `right: var(--px-16)` instead of `right: 0` for `.graphiql-logo`
* more
* try to fix
* fix join is not defined
* Update packages/graphiql/cypress/e2e/incremental-delivery.cy.ts
Co-authored-by: Ted Thibodeau Jr <[email protected]>
---------
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* [v4] polish `tabs.cy` tests, remove `.graphiql-session` class (#3728)
* aa
* aa
* aa
* aa
* fix tests
* [v4] rollback `position: absolute` style for `.graphiql-logo` because tabs will behind logo (#3730)
* Version Packages (alpha) (#3725)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add support for onPrettifyQuery callback to enable customised query formatting (#3733)
* aa
* prettifyyy
* Version Packages (alpha) (#3732)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* aa
* aa
* Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* upd
* upd
* Delete .changeset/breezy-chicken-crash.md
* Delete .changeset/add-on-prettify-callback.md
* Delete .changeset/few-steaks-clap.md
* Delete .changeset/flat-lies-heal.md
* Delete .changeset/gentle-bugs-mix.md
* Delete .changeset/green-pugs-worry.md
* Delete .changeset/good-vans-refuse.md
* Delete .changeset/metal-glasses-bow.md
* Delete .changeset/hungry-spiders-cheat.md
* Delete .changeset/old-zebras-knock.md
* Delete .changeset/orange-rivers-draw.md
* Delete .changeset/olive-mice-hide.md
* Delete .changeset/pink-moose-shake.md
* Delete .changeset/poor-ghosts-jump.md
* Delete .changeset/red-papayas-fly.md
* Delete .changeset/rich-jobs-kick.md
* Delete .changeset/serious-forks-sip.md
* Delete .changeset/strong-ears-bake.md
* Delete .changeset/spotty-bulldogs-confess.md
* Delete .changeset/thick-adults-leave.md
* Delete .changeset/weak-dancers-jog.md
* Delete .changeset/wicked-seas-laugh.md
* Delete .changeset/thirty-spoons-call.md
* Update .changeset/nasty-cows-train.md
* Update resources/custom-words.txt
* rollback
* rollback
* rollback
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* prettier
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* try isMounted
* Update packages/graphiql/cypress/e2e/headers.cy.ts
* Update packages/graphiql/src/e2e.ts
* fix tabs tests
* try
* improve use did update
* upd
* upd changeset
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd error message and changeset
* Update packages/graphiql/src/GraphiQL.spec.tsx
* Update packages/graphiql/src/GraphiQL.spec.tsx
* improve tsdoc comment
---------
Co-authored-by: Ted Thibodeau Jr <[email protected]>
Co-authored-by: Rikki Schulte <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yaacov Rydzinski <[email protected]>
Co-authored-by: Leonard Ehrenfried <[email protected]>
1 parent 5cf7a18 commit 0a08642
File tree
16 files changed
+132
-200
lines changed- .changeset
- packages
- graphiql-react/src
- components
- stores
- utility
- graphiql
- cypress
- e2e
- support
- src
16 files changed
+132
-200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 2 | + | |
9 | 3 | | |
10 | 4 | | |
11 | 5 | | |
| |||
22 | 16 | | |
23 | 17 | | |
24 | 18 | | |
25 | | - | |
| 19 | + | |
26 | 20 | | |
27 | 21 | | |
28 | 22 | | |
| |||
69 | 63 | | |
70 | 64 | | |
71 | 65 | | |
72 | | - | |
73 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 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 | + | |
74 | 116 | | |
75 | 117 | | |
76 | 118 | | |
| |||
82 | 124 | | |
83 | 125 | | |
84 | 126 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 127 | | |
91 | 128 | | |
92 | | - | |
| 129 | + | |
93 | 130 | | |
94 | 131 | | |
95 | 132 | | |
| |||
114 | 151 | | |
115 | 152 | | |
116 | 153 | | |
| 154 | + | |
117 | 155 | | |
118 | 156 | | |
119 | 157 | | |
| |||
137 | 175 | | |
138 | 176 | | |
139 | 177 | | |
140 | | - | |
| 178 | + | |
141 | 179 | | |
142 | | - | |
143 | | - | |
144 | | - | |
| 180 | + | |
| 181 | + | |
145 | 182 | | |
146 | 183 | | |
147 | 184 | | |
148 | | - | |
| 185 | + | |
149 | 186 | | |
150 | 187 | | |
151 | 188 | | |
| |||
169 | 206 | | |
170 | 207 | | |
171 | 208 | | |
172 | | - | |
173 | 209 | | |
174 | 210 | | |
175 | 211 | | |
| |||
289 | 325 | | |
290 | 326 | | |
291 | 327 | | |
292 | | - | |
| 328 | + | |
293 | 329 | | |
294 | 330 | | |
295 | 331 | | |
296 | 332 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | 333 | | |
317 | 334 | | |
318 | 335 | | |
319 | | - | |
| 336 | + | |
320 | 337 | | |
321 | 338 | | |
322 | 339 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | 221 | | |
226 | 222 | | |
227 | 223 | | |
| |||
Lines changed: 4 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
| |||
59 | 53 | | |
60 | 54 | | |
61 | 55 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 56 | + | |
67 | 57 | | |
68 | 58 | | |
69 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments