Commit bffd89e
authored
Version Packages (#4477)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## graphiql@5.4.0
### Minor Changes
- [#4462](#4462)
[`1cb7eba`](1cb7eba)
Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in
GraphQL 17 fragment argument syntax support to parsing, validation,
type information, autocomplete, hover, and editor integrations. Enable
it with
`experimentalFragmentArguments: true`; it defaults to `false` until
server
capabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope
while
including variables from operations that spread the current fragment.
### Patch Changes
- Updated dependencies
[[`65867b5`](65867b5),
[`6d57aad`](6d57aad),
[`1cb7eba`](1cb7eba)]:
- @graphiql/react@0.39.0
- @graphiql/plugin-doc-explorer@0.4.4
- @graphiql/plugin-history@0.4.4
## @graphiql/react@0.39.0
### Minor Changes
- [#4462](#4462)
[`1cb7eba`](1cb7eba)
Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in
GraphQL 17 fragment argument syntax support to parsing, validation,
type information, autocomplete, hover, and editor integrations. Enable
it with
`experimentalFragmentArguments: true`; it defaults to `false` until
server
capabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope
while
including variables from operations that spread the current fragment.
### Patch Changes
- [#4468](#4468)
[`65867b5`](65867b5)
Thanks [@therealyo](https://github.com/therealyo)! - Keep the active tab
selected when a tab to its right is closed. `closeTab` decremented
`activeTabIndex` unconditionally, without comparing it to the index of
the closed tab.
Closing a tab positioned after the active one does not shift the active
tab
Closing the active tab, or a tab before it, is unchanged.
- [#4476](#4476)
[`6d57aad`](6d57aad)
Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Fix an
extra empty tab being created on reload. The
`query`/`variables`/`headers` storage keys are only written on edit, so
reloading a session that never touched the editors found no stored
editor state matching any tab and pushed a new empty one.
- Updated dependencies
[[`d0a34f4`](d0a34f4),
[`1cb7eba`](1cb7eba),
[`296214d`](296214d)]:
- graphql-language-service@5.7.0
- monaco-graphql@1.9.0
## graphql-language-service@5.7.0
### Minor Changes
- [#4462](#4462)
[`1cb7eba`](1cb7eba)
Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in
GraphQL 17 fragment argument syntax support to parsing, validation,
type information, autocomplete, hover, and editor integrations. Enable
it with
`experimentalFragmentArguments: true`; it defaults to `false` until
server
capabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope
while
including variables from operations that spread the current fragment.
### Patch Changes
- [#4466](#4466)
[`d0a34f4`](d0a34f4)
Thanks [@glen-84](https://github.com/glen-84)! - Anchor validation
diagnostics at the highlighted node's own position, so the range for an
unknown aliased field covers the field name rather than the alias, and
the range for an unknown directive covers its name rather than starting
at the `@`.
- [#4356](#4356)
[`296214d`](296214d)
Thanks [@DukeDeSouth](https://github.com/DukeDeSouth)! - Wrap
autocompleted list input values in square brackets
When you complete an enum or boolean value for a list-typed argument or
input field (e.g. `[Episode]`), the suggestion now inserts `[JEDI]`
instead of a bare `JEDI`, which produced an invalid query. Values
completed inside an existing list literal, and non-list values, are left
as they were.
## graphql-language-service-server@2.15.0
### Minor Changes
- [#4462](#4462)
[`1cb7eba`](1cb7eba)
Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in
GraphQL 17 fragment argument syntax support to parsing, validation,
type information, autocomplete, hover, and editor integrations. Enable
it with
`experimentalFragmentArguments: true`; it defaults to `false` until
server
capabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope
while
including variables from operations that spread the current fragment.
### Patch Changes
- Updated dependencies
[[`d0a34f4`](d0a34f4),
[`1cb7eba`](1cb7eba),
[`296214d`](296214d)]:
- graphql-language-service@5.7.0
## monaco-graphql@1.9.0
### Minor Changes
- [#4462](#4462)
[`1cb7eba`](1cb7eba)
Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in
GraphQL 17 fragment argument syntax support to parsing, validation,
type information, autocomplete, hover, and editor integrations. Enable
it with
`experimentalFragmentArguments: true`; it defaults to `false` until
server
capabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope
while
including variables from operations that spread the current fragment.
### Patch Changes
- Updated dependencies
[[`d0a34f4`](d0a34f4),
[`1cb7eba`](1cb7eba),
[`296214d`](296214d)]:
- graphql-language-service@5.7.0
## cm6-graphql@0.2.2
### Patch Changes
- [#4462](#4462)
[`1cb7eba`](1cb7eba)
Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in
GraphQL 17 fragment argument syntax support to parsing, validation,
type information, autocomplete, hover, and editor integrations. Enable
it with
`experimentalFragmentArguments: true`; it defaults to `false` until
server
capabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope
while
including variables from operations that spread the current fragment.
- Updated dependencies
[[`d0a34f4`](d0a34f4),
[`1cb7eba`](1cb7eba),
[`296214d`](296214d)]:
- graphql-language-service@5.7.0
## codemirror-graphql@2.2.9
### Patch Changes
- [#4462](#4462)
[`1cb7eba`](1cb7eba)
Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add opt-in
GraphQL 17 fragment argument syntax support to parsing, validation,
type information, autocomplete, hover, and editor integrations. Enable
it with
`experimentalFragmentArguments: true`; it defaults to `false` until
server
capabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope
while
including variables from operations that spread the current fragment.
- Updated dependencies
[[`d0a34f4`](d0a34f4),
[`1cb7eba`](1cb7eba),
[`296214d`](296214d)]:
- graphql-language-service@5.7.0
## @graphiql/plugin-code-exporter@5.1.4
### Patch Changes
- Updated dependencies
[[`65867b5`](65867b5),
[`6d57aad`](6d57aad),
[`1cb7eba`](1cb7eba)]:
- @graphiql/react@0.39.0
## @graphiql/plugin-doc-explorer@0.4.4
### Patch Changes
- Updated dependencies
[[`65867b5`](65867b5),
[`6d57aad`](6d57aad),
[`1cb7eba`](1cb7eba)]:
- @graphiql/react@0.39.0
## @graphiql/plugin-explorer@5.1.5
### Patch Changes
- Updated dependencies
[[`65867b5`](65867b5),
[`6d57aad`](6d57aad),
[`1cb7eba`](1cb7eba)]:
- @graphiql/react@0.39.0
## @graphiql/plugin-history@0.4.4
### Patch Changes
- Updated dependencies
[[`65867b5`](65867b5),
[`6d57aad`](6d57aad),
[`1cb7eba`](1cb7eba)]:
- @graphiql/react@0.39.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 1cb7eba commit bffd89e
34 files changed
Lines changed: 232 additions & 119 deletions
File tree
- .changeset
- examples
- graphiql-vite-react-router
- graphiql-vite
- graphiql-webpack
- monaco-graphql-nextjs
- monaco-graphql-react-vite
- monaco-graphql-webpack
- packages
- cm6-graphql
- codemirror-graphql
- graphiql-plugin-code-exporter
- graphiql-plugin-doc-explorer
- graphiql-plugin-explorer
- graphiql-plugin-history
- graphiql-react
- graphiql
- graphql-language-service-server
- graphql-language-service
- monaco-graphql
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments