-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #2403
Version Packages #2403
Conversation
The latest changes of this PR are not available as canary, since there are no linked |
Codecov Report
@@ Coverage Diff @@
## main #2403 +/- ##
==========================================
- Coverage 65.70% 65.06% -0.65%
==========================================
Files 85 81 -4
Lines 5106 5255 +149
Branches 1631 1698 +67
==========================================
+ Hits 3355 3419 +64
- Misses 1747 1832 +85
Partials 4 4
Continue to review full report at Codecov.
|
e6899fb
to
a7e7edc
Compare
|
95b5827
to
37d11fb
Compare
@thomasheyenbrock is it going to be an issue when I cut these releases? We will need to merge very soon for the LSP server and vscode graphql |
37d11fb
to
68c8c5a
Compare
@thomasheyenbrock in a manual regression experiment, the latest netlify deploy from the last merge is looking great awesome working adding context support so gradually! so many exciting capabilities this will unlock! |
can I ask @thomasheyenbrock what made these minor changes? was there any API breaking changes (props?) or just new features? |
I did a minor version for However, there should not be any breaking changes yet in any package! |
ok, that's good to know! perhaps this minor version can denote when we officially started using if anyone starts complaining about Also, if we are at any point adding/removing any library exports (at the |
This PR was opened by the Changesets release 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
[email protected]
Minor Changes
#2412
c2e2f53d
Thanks @thomasheyenbrock! - Move QueryStore fromgraphiql
package to@graphiql/toolkit
#2412
c2e2f53d
Thanks @thomasheyenbrock! - Move HistoryStore fromgraphiql
package to@graphiql/toolkit
#2409
f2025ba0
Thanks @thomasheyenbrock! - Move the logic of the variable editor from thegraphiql
package into a hookuseVariableEditor
provided by@graphiql/react
#2408
d825bb75
Thanks @thomasheyenbrock! - Move the logic of the query editor from thegraphiql
package into a hookuseQueryEditor
provided by@graphiql/react
#2411
ad448693
Thanks @thomasheyenbrock! - Move the logic of the result viewer from thegraphiql
package into a hookuseResponseEditor
provided by@graphiql/react
#2370
7f695b10
Thanks @thomasheyenbrock! - Include the context provider for the explorer from@graphiql/react
and replace the local state for the nav stack of the docs with methods provided by hooks from@graphiql/react
.#2412
c2e2f53d
Thanks @thomasheyenbrock! - Move StorageAPI fromgraphiql
package to@graphiql/toolkit
#2404
029ddf82
Thanks @thomasheyenbrock! - Add a context provider for editors and move the logic of the headers editor from thegraphiql
package into a hookuseHeaderEditor
provided by@graphiql/react
Patch Changes
#2418
6d7fb6e6
Thanks @thomasheyenbrock! - Fix persisting headers in tab state and avoid opening duplicate tabs when reloadingUpdated dependencies [
c2e2f53d
,bc3dc64c
,c2e2f53d
,f2025ba0
,d825bb75
,ad448693
,7f695b10
,c2e2f53d
,029ddf82
]:@graphiql/[email protected]
Minor Changes
#2409
f2025ba0
Thanks @thomasheyenbrock! - Move the logic of the variable editor from thegraphiql
package into a hookuseVariableEditor
provided by@graphiql/react
#2408
d825bb75
Thanks @thomasheyenbrock! - Move the logic of the query editor from thegraphiql
package into a hookuseQueryEditor
provided by@graphiql/react
#2411
ad448693
Thanks @thomasheyenbrock! - Move the logic of the result viewer from thegraphiql
package into a hookuseResponseEditor
provided by@graphiql/react
#2404
029ddf82
Thanks @thomasheyenbrock! - Add a context provider for editors and move the logic of the headers editor from thegraphiql
package into a hookuseHeaderEditor
provided by@graphiql/react
Patch Changes
7f695b10
Thanks @thomasheyenbrock! - Add a context with provider component and hooks that manages the state related to the docs/explorer.@graphiql/[email protected]
Minor Changes
#2412
c2e2f53d
Thanks @thomasheyenbrock! - Move QueryStore fromgraphiql
package to@graphiql/toolkit
#2412
c2e2f53d
Thanks @thomasheyenbrock! - Move HistoryStore fromgraphiql
package to@graphiql/toolkit
#2412
c2e2f53d
Thanks @thomasheyenbrock! - Move StorageAPI fromgraphiql
package to@graphiql/toolkit
Patch Changes
bc3dc64c
Thanks @benjdlambert! - Movegraphql-ws
dependency to a dynamic import, and add a nice error message when it's not installed[email protected]
Patch Changes
6ca6a92d
]:[email protected]
Patch Changes
6ca6a92d
Thanks @acao! - fix annoying trigger character on newline issue New whitespace characters trigger unnecessary autocompletion #2182[email protected]
Patch Changes
#2417
6ca6a92d
Thanks @acao! - fix annoying trigger character on newline issue New whitespace characters trigger unnecessary autocompletion #2182Updated dependencies [
6ca6a92d
]: