Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed May 27, 2023
2 parents 69b4249 + 7bf9092 commit 7c9cc05
Show file tree
Hide file tree
Showing 43 changed files with 1,750 additions and 4,965 deletions.
7 changes: 7 additions & 0 deletions .changeset/dry-olives-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'graphiql': patch
'@graphiql/plugin-explorer': patch
'@graphiql/react': patch
---

avoid unecessary renders by using useMemo or useCallback
5 changes: 5 additions & 0 deletions .changeset/shaggy-chairs-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphiql/react': patch
---

replace rest of `event.keyCode` usages by `event.code`
6 changes: 6 additions & 0 deletions .changeset/two-chicken-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'cm6-graphql': patch
'@graphiql/react': patch
---

Prefer `.textContent` over `.innerText`
Loading

0 comments on commit 7c9cc05

Please sign in to comment.