You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/graphiql-react/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# @graphiql/react
2
2
3
+
## 0.24.0-alpha.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#3644](https://github.com/graphql/graphiql/pull/3644)[`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - new looks of tabs
8
+
9
+
- fix `disableTabs` when `Add tab` button is still shown
10
+
11
+
### Patch Changes
12
+
13
+
-[#3692](https://github.com/graphql/graphiql/pull/3692)[`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - prefer `location` over `window.location`
-[#3679](https://github.com/graphql/graphiql/pull/3679)[`5d90e0e`](https://github.com/graphql/graphiql/commit/5d90e0eed58214c5926e6e0edb196971b15b1121) Thanks [@dimaMachina](https://github.com/dimaMachina)! - migrate from `webpack` to `vite`
12
+
13
+
-[#3644](https://github.com/graphql/graphiql/pull/3644)[`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - new looks of tabs
14
+
15
+
- fix `disableTabs` when `Add tab` button is still shown
16
+
17
+
### Patch Changes
18
+
19
+
-[#3675](https://github.com/graphql/graphiql/pull/3675)[`676f910`](https://github.com/graphql/graphiql/commit/676f910638eed5177146045d028a74e623884b45) Thanks [@dimaMachina](https://github.com/dimaMachina)! - move `@graphiql/toolkit` to `devDependecies` because umd build is bundled with all dependencies in one file
20
+
21
+
-[#3683](https://github.com/graphql/graphiql/pull/3683)[`8efb873`](https://github.com/graphql/graphiql/commit/8efb873458489ce3497d917bcafd4ad8dfcbe6c8) Thanks [@dimaMachina](https://github.com/dimaMachina)! - update graphql to `16.9.0` and use vite `define` configuration to remove development code from cdn bundle
22
+
23
+
-[#3655](https://github.com/graphql/graphiql/pull/3655)[`5450e6b`](https://github.com/graphql/graphiql/commit/5450e6b547add41a9dd89145934e79576b5544e6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove unused dependencies `graphql-language-service` and `markdown-it`
24
+
25
+
-[#3692](https://github.com/graphql/graphiql/pull/3692)[`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - prefer `location` over `window.location`
0 commit comments