Skip to content

extract history plugin from @graphiql/react and publish as @graphiql/plugin-history package #3911

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

Merged
merged 35 commits into from
May 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
66c1886
initial commit
dimaMachina May 3, 2025
23a87dc
initial commit
dimaMachina May 3, 2025
b1ea147
update react vite example
dimaMachina May 3, 2025
2f5fd21
vite and vitest
dimaMachina May 3, 2025
4338ebe
tsconfig pkg
dimaMachina May 3, 2025
88a519e
rm history from react
dimaMachina May 3, 2025
993b949
upd graphiql
dimaMachina May 3, 2025
a550166
upd graphiql
dimaMachina May 3, 2025
f1be5cb
upd graphiql react
dimaMachina May 3, 2025
c246098
upd graphiql react
dimaMachina May 3, 2025
762801f
upd history
dimaMachina May 3, 2025
e75a7e7
upd history
dimaMachina May 3, 2025
fc2a3c6
upd history
dimaMachina May 3, 2025
d18a55b
upd
dimaMachina May 3, 2025
f3ed928
upd
dimaMachina May 3, 2025
a5a207f
upd
dimaMachina May 3, 2025
bdfaf2b
upd
dimaMachina May 3, 2025
aaf6e9f
upd
dimaMachina May 3, 2025
32f228e
upd
dimaMachina May 3, 2025
3472fe1
upd
dimaMachina May 3, 2025
e1e5336
upd
dimaMachina May 3, 2025
fd58572
upd
dimaMachina May 3, 2025
9a07418
fix unit tests
dimaMachina May 3, 2025
724affa
upd
dimaMachina May 3, 2025
ff7471e
fix e2e
dimaMachina May 3, 2025
448d5be
upd
dimaMachina May 3, 2025
c5b02ca
prettier
dimaMachina May 3, 2025
d9c50d1
fix react-compiler error
dimaMachina May 3, 2025
9890080
polish
dimaMachina May 3, 2025
74bce69
Apply suggestions from code review
dimaMachina May 3, 2025
9b323af
Update .changeset/grumpy-knives-smile.md
dimaMachina May 3, 2025
5358f3c
upd
dimaMachina May 3, 2025
6ce4639
fix unit
dimaMachina May 4, 2025
fd085af
ok e2e tests were fixed
dimaMachina May 4, 2025
17a2f37
initial tab values should have the same behavior as new tab
dimaMachina May 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upd
  • Loading branch information
dimaMachina committed May 3, 2025
commit aaf6e9f48045621f58ad3277adc78a15ec0edbe0
1 change: 1 addition & 0 deletions packages/graphiql-plugin-history/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export {
HistoryContext,
HistoryContextProvider,
useHistoryContext,
HISTORY_PLUGIN,
type HistoryContextType,
} from './context';