-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency @graphiql/react to ^0.26.2 #83
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6b33556
to
1bfd3aa
Compare
1bfd3aa
to
c06d6f5
Compare
c06d6f5
to
9149ca5
Compare
9149ca5
to
648bbb5
Compare
648bbb5
to
3253d8a
Compare
3253d8a
to
1c49aec
Compare
1c49aec
to
28c840d
Compare
28c840d
to
f9dc494
Compare
f9dc494
to
2f27427
Compare
c5d2b91
to
fe66af7
Compare
fe66af7
to
bbf6542
Compare
bbf6542
to
52746be
Compare
52746be
to
871cc36
Compare
871cc36
to
5047657
Compare
5047657
to
b94036c
Compare
b94036c
to
246c09d
Compare
246c09d
to
f6c02a0
Compare
f6c02a0
to
610c561
Compare
This PR contains the following updates:
^0.17.1
->^0.26.2
Release Notes
graphql/graphiql (@graphiql/react)
v0.26.2
Compare Source
Patch Changes
#3751
b8538d8
Thanks @dimaMachina! - replace deprecatednavigator.platform
withnavigator.userAgent
fix placeholder
⌘ K
in doc explorer search input for non mac devices, replace byCtrl K
Updated dependencies [
b8538d8
]:v0.26.1
Compare Source
Patch Changes
#3743
7275c19
Thanks @dimaMachina! - create instance ofnew HistoryStore
andnew StorageAPI
only on mount, use function withuseState
Updated dependencies [
21c4409
,2ad4e75
]:v0.26.0
Compare Source
Minor Changes
9aef83a
Thanks @Yahkob! - add new propdefaultTheme
to set the default color preference themePatch Changes
#3441
959ed21
Thanks @cimdalli! - fix: set query editor todefaultQuery
while adding a new tab or GraphiQL's default queryv0.25.0
Compare Source
Minor Changes
7404e8e
Thanks @Cr4xy! - Add webp support to graphiql results image-previewv0.24.0
Compare Source
Minor Changes
#3682
6c9f0df
Thanks @yaacovCR! - Support v17 ofgraphql-js
from17.0.0-alpha.2
forward.Includes support for the latest incremental delivery response format. For further details, see https://github.com/graphql/defer-stream-wg/discussions/69.
Patch Changes
6c9f0df
]:v0.23.1
Compare Source
Patch Changes
6a0a5e5
Thanks @klippx! - do not cleardefaultHeaders
when switching between tabs upon reloadv0.23.0
Compare Source
Minor Changes
5bc7b84
Thanks @dimaMachina! - update vite to v5Patch Changes
#3637
fdec377
Thanks @dimaMachina! - update eslint plugins and fix errors#3656
93c7e9f
Thanks @dimaMachina! - setbuild.minify: false
for cjs/esm builds since minified variable names change every build timeUpdated dependencies [
fdec377
,56c6f45
]:v0.22.4
Compare Source
Patch Changes
adf0ba01
Thanks @dimaMachina! - when alpha is1
, usehsl
instead ofhsla
v0.22.3
Compare Source
Patch Changes
335d830c
Thanks @dimaMachina! - fix doc explorer search input is cut off while clicking on autocomplete resultsv0.22.2
Compare Source
Patch Changes
#3602
03ab3a6b
Thanks @thomasheyenbrock! - Avoid using deprecated Component.defaultProps for icon titlesUpdated dependencies [
aa6dbbb4
]:v0.22.1
Compare Source
Patch Changes
224b43f5
Thanks @thomasheyenbrock! - Fix TypeScript type of thelabel
prop of theTooltip
componentv0.22.0
Compare Source
Minor Changes
d48f4ef5
Thanks @thomasheyenbrock! - Implement correct merging of incremental responses (@defer/@stream)v0.21.0
Compare Source
Minor Changes
5d051054
Thanks @AaronMoat! - Update to markdown-it 14.xv0.20.4
Compare Source
Patch Changes
fc7de5a7
]:v0.20.3
Compare Source
Patch Changes
2b6ea316
Thanks @benjie! - Add newuseOptimisticState
hook that can wrap a useState-like hook to perform optimistic caching of state changes, this helps to avoid losing characters when the user is typing rapidly. Example of usage:const [state, setState] = useOptimisticState(useOperationsEditorState());
v0.20.2
Compare Source
Patch Changes
e89c432d
Thanks @acao! - Remove initialState for new hooks, addadditionalComponent
to toolbar to allow buttons to use contextv0.20.1
Compare Source
Patch Changes
39bf31d1
Thanks @acao! - Export new hooksv0.20.0
Compare Source
Minor Changes
f6afd22d
Thanks @acao! - Add useHeadersEditorState and generic useEditorState hooksv0.19.4
Compare Source
Patch Changes
7b00774a
,7b00774a
]:v0.19.3
Compare Source
Patch Changes
#3371
2348641c
Thanks @acao! - Solves #2825, an old bug where new tabs were created on every refreshthe bug occurred when:
shouldPersistHeaders
is not set to trueheaders
ordefaultHeaders
are provided as propsv0.19.2
Compare Source
Patch Changes
#3364
d67c13f6
Thanks @acao! - Fix search result bug on select, #33307Updated dependencies [
4cbdf183
]:v0.19.1
Compare Source
Patch Changes
#3349
17069e7a
Thanks @acao! - fix display of deprecation reason on field type docs#3341
e4a36207
Thanks @acao! - Fix code exporter plugin on early init, add hooksUpdated dependencies [
ffb6486d
]:v0.19.0
Compare Source
Minor Changes
#3130
9a38de29
Thanks @lesleydreyer! - - Add a "clear history" button to clear all history as well as trash icons to clear individual history itemsv0.18.0
Compare Source
Minor Changes
#3181
9ac84bfc
Thanks @B2o5T! - removeinitialTabs
, usedefaultTabs
instead#3181
9ac84bfc
Thanks @B2o5T! - replace@reach/dialog
by@radix-ui/react-dialog
replace@reach/visually-hidden
by@radix-ui/react-visually-hidden
#3181
9ac84bfc
Thanks @B2o5T! - replace@reach/menu-button
by@radix-ui/react-dropdown-menu
remove@reach/listbox
remove<ToolbarListbox />
and<Listbox />
components (use<Menu />
instead)#3181
9ac84bfc
Thanks @B2o5T! - fixed long list items in dropdown were hiddenrename
<Menu />
to<DropdownMenu />
rename<Menu.List />
to<DropdownMenu.Content />
rename<Menu.Item />
to<DropdownMenu.Item />
rename<Menu.Button />
to<DropdownMenu.Button />
#3181
9ac84bfc
Thanks @B2o5T! - replace@reach/tooltip
by@radix-ui/react-tooltip
#3181
9ac84bfc
Thanks @B2o5T! - replace@reach/combobox
withCombobox
from@headlessui/react
#3181
9ac84bfc
Thanks @B2o5T! - tabs could be reorderdedPatch Changes
#2716
bc9d243d
Thanks @SimenB! - Make@types/codemirror
a dependency of@graphiql/react
#3228
67bf93a3
Thanks @B2o5T! - exclude peer dependencies and dependencies from bundleUpdated dependencies [
5971d528
,d9e5089f
,61986469
]:v0.17.6
Compare Source
Patch Changes
#3194
911cf3e0
Thanks @dwwoelfel! - fix tab content getting replaced onchangeTab
#3124
c645932c
Thanks @B2o5T! - avoid unecessary renders by using useMemo or useCallback#3197
2ca4841b
Thanks @B2o5T! - remove confusing ligatures, setfont-variant-ligatures: none
#3136
7bf90929
Thanks @B2o5T! - replace rest ofevent.keyCode
usages byevent.code
#3118
431b7fe1
Thanks @B2o5T! - Prefer.textContent
over.innerText
v0.17.5
Compare Source
Patch Changes
#3147
2b212941
Thanks @Yahkob! - limit code-mirror css scope to .graphiql-container#3180
9b333a04
Thanks @thomasheyenbrock! - Remove duplicate Vite config and again make sure to not includereact/jsx-runtime
in the bundlev0.17.4
Compare Source
Patch Changes
#3077
707f3cbc
Thanks @Zolwiastyl! - show all schema types in explorerUpdated dependencies [
06007498
]:v0.17.3
Compare Source
Patch Changes
4d33b221
]:v0.17.2
Compare Source
Patch Changes
#3113
2e477eb2
Thanks @B2o5T! - replace.forEach
withfor..of
#3126
4879984e
Thanks @B2o5T! - Prefer KeyboardEvent#key over KeyboardEvent#keyCode#3109
51007002
Thanks @B2o5T! - enableno-floating-promises
eslint ruleUpdated dependencies [
2e477eb2
,51007002
,15c26eb6
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.