ruru-components 2.0.0-rc.6 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/package.json +4 -20
  3. package/CHANGELOG.md +0 -852
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # ruru-components
2
2
 
3
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/benjie?color=ff69b4&label=github%20sponsors)](https://github.com/sponsors/benjie)
4
+ [![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile)
5
+ [![Follow](https://img.shields.io/badge/BSky-@Graphile.org-006aff.svg)](https://bsky.app/profile/graphile.org)
6
+ [![Follow](https://img.shields.io/badge/Mastodon-@Graphile.fosstodon.org-6364ff.svg)](https://fosstodon.org/@graphile)
7
+
3
8
  The React components behind [ruru][], in case you want to embed Ruru into an
4
9
  existing React project.
5
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruru-components",
3
- "version": "2.0.0-rc.6",
3
+ "version": "2.0.0",
4
4
  "description": "Grafast-flavoured GraphiQL distribution; the underlying React components",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -15,9 +15,6 @@
15
15
  "default": "./ruru.css"
16
16
  }
17
17
  },
18
- "scripts": {
19
- "prepack": "tsc -b"
20
- },
21
18
  "repository": {
22
19
  "type": "git",
23
20
  "url": "git+https://github.com/graphile/crystal.git"
@@ -44,7 +41,7 @@
44
41
  "@graphiql/react": "^0.37.2",
45
42
  "@graphiql/toolkit": "^0.11.3",
46
43
  "@types/node": "^22.19.1",
47
- "grafast": "^1.0.0-rc.7",
44
+ "grafast": "^1.0.0",
48
45
  "graphiql": "^5.2.1",
49
46
  "graphql-ws": "^6.0.5",
50
47
  "mermaid": "^11.12.1",
@@ -53,7 +50,7 @@
53
50
  "react-compiler-runtime": "^19.1.0-rc.1",
54
51
  "react-dom": "^19.2.0",
55
52
  "react-error-boundary": "^6.0.0",
56
- "ruru-types": "^2.0.0-rc.5",
53
+ "ruru-types": "^2.0.0",
57
54
  "tslib": "^2.8.1"
58
55
  },
59
56
  "engines": {
@@ -64,19 +61,6 @@
64
61
  },
65
62
  "files": [
66
63
  "dist",
67
- "index.js",
68
64
  "ruru.css"
69
- ],
70
- "devDependencies": {
71
- "@types/codemirror": "^5.60.17",
72
- "@types/debug": "^4.1.12",
73
- "@types/jest": "^30.0.0",
74
- "@types/nodemon": "^3.1.1",
75
- "@types/react": "^19.2.7",
76
- "@types/react-dom": "^19.2.3",
77
- "graphql": "^16.9.0",
78
- "jest": "^30.2.0",
79
- "nodemon": "^3.1.11",
80
- "typescript": "^5.9.3"
81
- }
65
+ ]
82
66
  }
package/CHANGELOG.md DELETED
@@ -1,852 +0,0 @@
1
- # ruru-components
2
-
3
- ## 2.0.0-rc.6
4
-
5
- ### Patch Changes
6
-
7
- - [#2937](https://github.com/graphile/crystal/pull/2937)
8
- [`8f50146`](https://github.com/graphile/crystal/commit/8f5014605d2d3a3353ab99e2ac4bbadaadcccdca)
9
- Thanks [@benjie](https://github.com/benjie)! - Eliminate dangling promises,
10
- reducing chance of process exit due to unhandled promise rejection.
11
- - Updated dependencies
12
- [[`8f50146`](https://github.com/graphile/crystal/commit/8f5014605d2d3a3353ab99e2ac4bbadaadcccdca),
13
- [`5e83533`](https://github.com/graphile/crystal/commit/5e83533f2d7005ba031d800c079e21f9fa1fecd5),
14
- [`03e5ce5`](https://github.com/graphile/crystal/commit/03e5ce5b3feaed585b9fabef9e81a0b0564bc725),
15
- [`f213a8e`](https://github.com/graphile/crystal/commit/f213a8e4813ec79beddc81fc994314e99a9b67f9)]:
16
- - grafast@1.0.0-rc.7
17
-
18
- ## 2.0.0-rc.5
19
-
20
- ### Patch Changes
21
-
22
- - [#2910](https://github.com/graphile/crystal/pull/2910)
23
- [`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f)
24
- Thanks [@benjie](https://github.com/benjie)! - Use consistent type export
25
- syntax
26
-
27
- - [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
28
- Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
29
- options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
30
- using .ts extensions in source code)
31
-
32
- - [#2912](https://github.com/graphile/crystal/pull/2912)
33
- [`ebe1d22`](https://github.com/graphile/crystal/commit/ebe1d22e45156d9ec2274f291bbb824405e02049)
34
- Thanks [@benjie](https://github.com/benjie)! - Ruru now depends on ruru-types
35
- package - stripped down vs ruru-components
36
-
37
- - [#2915](https://github.com/graphile/crystal/pull/2915)
38
- [`be9792b`](https://github.com/graphile/crystal/commit/be9792bea3b39097533b0f86e1d25ee66208909d)
39
- Thanks [@benjie](https://github.com/benjie)! - Fix some peerDependencies woes
40
-
41
- - Updated dependencies
42
- [[`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f),
43
- [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1),
44
- [`ebe1d22`](https://github.com/graphile/crystal/commit/ebe1d22e45156d9ec2274f291bbb824405e02049),
45
- [`be9792b`](https://github.com/graphile/crystal/commit/be9792bea3b39097533b0f86e1d25ee66208909d),
46
- [`5fc379e`](https://github.com/graphile/crystal/commit/5fc379ea1ee56ea033a3f7d8c4a1ee00a6c83de7)]:
47
- - grafast@1.0.0-rc.5
48
- - ruru-types@2.0.0-rc.5
49
-
50
- ## 2.0.0-rc.4
51
-
52
- ### Patch Changes
53
-
54
- - [#2877](https://github.com/graphile/crystal/pull/2877)
55
- [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3)
56
- Thanks [@benjie](https://github.com/benjie)! - Safety - use null prototype
57
- objects in more places.
58
-
59
- - [#2873](https://github.com/graphile/crystal/pull/2873)
60
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
61
- Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
62
- to support Node 22 minimum
63
-
64
- - [#2881](https://github.com/graphile/crystal/pull/2881)
65
- [`1606298`](https://github.com/graphile/crystal/commit/1606298cdac2938e02675d0e7e5e134364ac7bcf)
66
- Thanks [@benjie](https://github.com/benjie)! - Fix `{"isTrusted": true}` error
67
- that would be output in Ruru when websocket connection unexpectedly
68
- terminated.
69
-
70
- - [#2888](https://github.com/graphile/crystal/pull/2888)
71
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
72
- Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
73
- this module.
74
-
75
- - [#2883](https://github.com/graphile/crystal/pull/2883)
76
- [`2e770df`](https://github.com/graphile/crystal/commit/2e770df354db58d39aead55c3aeca8ee2fb41833)
77
- Thanks [@benjie](https://github.com/benjie)! - Ruru gains ability to export
78
- schema as SDL (with options!)
79
-
80
- - Updated dependencies
81
- [[`44555c7`](https://github.com/graphile/crystal/commit/44555c7f479d531d6aef100f99859c3bcbf06c93),
82
- [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3),
83
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36),
84
- [`a565503`](https://github.com/graphile/crystal/commit/a5655035dfee7000c1d37e4791354d7a2ba35792),
85
- [`d9ccc82`](https://github.com/graphile/crystal/commit/d9ccc82a30ca6167f480e5c8bc15d17df51c0d1c),
86
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c),
87
- [`eafa3f0`](https://github.com/graphile/crystal/commit/eafa3f036ce68e6ffb65935f0a78edee2fa6bdf8),
88
- [`b27c562`](https://github.com/graphile/crystal/commit/b27c562409f7a2fd8a0eeaca96cd2c6b935efe4c),
89
- [`f23f0cf`](https://github.com/graphile/crystal/commit/f23f0cf8812eddff7c91c529499a4f20f1f2978c)]:
90
- - grafast@1.0.0-rc.4
91
-
92
- ## 2.0.0-rc.3
93
-
94
- ### Patch Changes
95
-
96
- - [#2836](https://github.com/graphile/crystal/pull/2836)
97
- [`c4f2e52`](https://github.com/graphile/crystal/commit/c4f2e527c9c3a8ea99777f6940330c04d8c4f618)
98
- Thanks [@benjie](https://github.com/benjie)! - Fix bug with Ruru bundling
99
-
100
- - Updated dependencies
101
- [[`c4f2e52`](https://github.com/graphile/crystal/commit/c4f2e527c9c3a8ea99777f6940330c04d8c4f618)]:
102
- - grafast@1.0.0-rc.3
103
-
104
- ## 2.0.0-rc.2
105
-
106
- ### Patch Changes
107
-
108
- - [#2829](https://github.com/graphile/crystal/pull/2829)
109
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
110
- Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
111
-
112
- - Updated dependencies
113
- [[`f3a9869`](https://github.com/graphile/crystal/commit/f3a9869c6f9e7aa1eb501af5f7d582d2073be585),
114
- [`68f61cd`](https://github.com/graphile/crystal/commit/68f61cdbeea19e81b1d59a3fac69a569642c5c88),
115
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)]:
116
- - grafast@1.0.0-rc.2
117
-
118
- ## 2.0.0-rc.1
119
-
120
- ### Patch Changes
121
-
122
- - [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327)
123
- Thanks [@benjie](https://github.com/benjie)! - Bump to release candidate
124
-
125
- - Updated dependencies
126
- [[`abb623d`](https://github.com/graphile/crystal/commit/abb623d59e517c0949f0fef5440b817103c685bf),
127
- [`7b86454`](https://github.com/graphile/crystal/commit/7b864546fa81803ce0e573a2efa2e7f0905b2040),
128
- [`42a0785`](https://github.com/graphile/crystal/commit/42a0785ddabf58812a22d764eeddfde9362974e5),
129
- [`d196d60`](https://github.com/graphile/crystal/commit/d196d60664fbc9ffd410c11645db27554b22ac0b),
130
- [`c6cbe61`](https://github.com/graphile/crystal/commit/c6cbe6175b0f1f034db59d42cbe594e7d329aba6),
131
- [`d4ac603`](https://github.com/graphile/crystal/commit/d4ac603da7df6ea01aaa483a7cb29b1e514a90cd),
132
- [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327),
133
- [`ea0135f`](https://github.com/graphile/crystal/commit/ea0135fac3f43850b65828f2ff2b01a34cfdff15),
134
- [`b6821f5`](https://github.com/graphile/crystal/commit/b6821f5f4dc13abd0b605be7396c1b3c36e66177)]:
135
- - grafast@1.0.0-rc.1
136
-
137
- ## 2.0.0-beta.37
138
-
139
- ### Patch Changes
140
-
141
- - [#2730](https://github.com/graphile/crystal/pull/2730)
142
- [`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b)
143
- Thanks [@benjie](https://github.com/benjie)! - Update `graphql` version range
144
-
145
- - Updated dependencies
146
- [[`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b),
147
- [`71e0af2`](https://github.com/graphile/crystal/commit/71e0af265c90e9d9d0dc764cc552f7470e860251),
148
- [`ab96e5f`](https://github.com/graphile/crystal/commit/ab96e5f58aa3315db9b85b452b048f600cb8353e),
149
- [`278b4d3`](https://github.com/graphile/crystal/commit/278b4d398eb7db1935caba4155e1d1727284a370),
150
- [`eaa771b`](https://github.com/graphile/crystal/commit/eaa771b34dbdac1c4d701faa8fb5947e9cf1d1be),
151
- [`d0c15cc`](https://github.com/graphile/crystal/commit/d0c15ccc32ed8dec19ff068f851529132dc93302),
152
- [`bffbb77`](https://github.com/graphile/crystal/commit/bffbb775ea76d1add85422866a6b7e904d2311af),
153
- [`c48ca48`](https://github.com/graphile/crystal/commit/c48ca4840227b8e5e6a1dc198a189cfd911a602b)]:
154
- - grafast@0.1.1-beta.27
155
-
156
- ## 2.0.0-beta.36
157
-
158
- ### Patch Changes
159
-
160
- - [#2694](https://github.com/graphile/crystal/pull/2694)
161
- [`13513dd`](https://github.com/graphile/crystal/commit/13513ddaea15ad9498a77de7c4e92679498f99ca)
162
- Thanks [@benjie](https://github.com/benjie)! - Add support for `onError` RFC
163
- with `PROPAGATE`, `NULL` and `HALT` behaviors implemented.
164
-
165
- - [#2678](https://github.com/graphile/crystal/pull/2678)
166
- [`6dafac1`](https://github.com/graphile/crystal/commit/6dafac162955291e5147c21e57734b44e30acb98)
167
- Thanks [@benjie](https://github.com/benjie)! - Remove peer dependency
168
- optionality in an attempt to satisfy pnpm's installation algorithms
169
-
170
- - [#2676](https://github.com/graphile/crystal/pull/2676)
171
- [`34efed0`](https://github.com/graphile/crystal/commit/34efed09892d4b6533f40026de4a6b0a8a35035d)
172
- Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump mermaid from
173
- 11.8.1 to 11.10.0
174
-
175
- - Updated dependencies
176
- [[`c3f9c38`](https://github.com/graphile/crystal/commit/c3f9c38cb00ad4553e4bc3c04e16a7c77bd16142),
177
- [`13513dd`](https://github.com/graphile/crystal/commit/13513ddaea15ad9498a77de7c4e92679498f99ca),
178
- [`bc2b188`](https://github.com/graphile/crystal/commit/bc2b188a50e00f153dc68df6955399c5917130bd),
179
- [`c13813e`](https://github.com/graphile/crystal/commit/c13813eecb42c0d9a6703540c022e318e18c5751),
180
- [`4a9072b`](https://github.com/graphile/crystal/commit/4a9072bfa3d3e86c6013caf2b89a31e87f2bb421),
181
- [`6dafac1`](https://github.com/graphile/crystal/commit/6dafac162955291e5147c21e57734b44e30acb98),
182
- [`34efed0`](https://github.com/graphile/crystal/commit/34efed09892d4b6533f40026de4a6b0a8a35035d),
183
- [`185d449`](https://github.com/graphile/crystal/commit/185d449ed30d29c9134cc898b50a1473ab2910a2)]:
184
- - grafast@0.1.1-beta.26
185
-
186
- ## 2.0.0-beta.35
187
-
188
- ### Patch Changes
189
-
190
- - [`ce9dd46`](https://github.com/graphile/crystal/commit/ce9dd46bd0625ab23ee0f728baec0479149ef895)
191
- Thanks [@benjie](https://github.com/benjie)! - Fix the sidebar border in
192
- collapsed mode
193
-
194
- ## 2.0.0-beta.34
195
-
196
- ### Patch Changes
197
-
198
- - [#2646](https://github.com/graphile/crystal/pull/2646)
199
- [`59adcd5`](https://github.com/graphile/crystal/commit/59adcd52d3fd465c8d6afdcefaa41c82c9a77319)
200
- Thanks [@benjie](https://github.com/benjie)! - Add condensed mode for Ruru,
201
- enabled by default. (To disable, use the settings cog in the editor view and
202
- uncheck condensed.)
203
-
204
- - [#2645](https://github.com/graphile/crystal/pull/2645)
205
- [`f941cfd`](https://github.com/graphile/crystal/commit/f941cfdcc8235e34716d3595745a05e49267de12)
206
- Thanks [@benjie](https://github.com/benjie)! - Upgrade GraphiQL to latest
207
- release
208
-
209
- - Updated dependencies
210
- [[`2adfd6e`](https://github.com/graphile/crystal/commit/2adfd6efedd1ab6831605526a515c683a7e95c2c),
211
- [`6113518`](https://github.com/graphile/crystal/commit/61135188900c39d0cb6bd2f9c0033f0954cd0e6a)]:
212
- - grafast@0.1.1-beta.25
213
-
214
- ## 2.0.0-beta.33
215
-
216
- ### Patch Changes
217
-
218
- - [#2578](https://github.com/graphile/crystal/pull/2578)
219
- [`1d76d2f`](https://github.com/graphile/crystal/commit/1d76d2f0d19b4d56895ee9988440a35d2c60f9f9)
220
- Thanks [@benjie](https://github.com/benjie)! - 🚨 **Ruru has been "rebuilt"!
221
- The loading methods and APIs have changed!**
222
-
223
- Ruru is now built on top of GraphiQL v5, which moves to using the Monaco
224
- editor (the same editor used in VSCode) enabling more familiar keybindings and
225
- more features (e.g. press F1 in the editor to see the command palette, and you
226
- can now add comments in the variables JSON). This has required a
227
- rearchitecture to Ruru's previously "single file" approach since Monaco uses
228
- workers which require additional files.
229
-
230
- In this release we have embraced the bundle splitting approach. We now bundle
231
- both `prettier` and `mermaid`, and they are now loaded on-demand.
232
-
233
- Usage instructions for all environments have had to change since we can no
234
- longer serve Ruru as a single HTML file. We now include helpers for serving
235
- Ruru's static files from whatever JS-based webserver you are using.
236
-
237
- We've also added some additional improvements:
238
- - Formatting with prettier now maintains the cursor position
239
- (`Ctrl-Shift-P`/`Meta-Shift-P`/`Cmd-Shift-P` depending on platform)
240
- - All editors are now formatted, not just the GraphQL editor
241
- - Prettier and mermaid should now work offline
242
- - Even more GraphiQL props are now passed through, including
243
- `inputValueDeprecation` and `schemaDeprecation` which you can set to false
244
- if your GraphQL server is, _ahem_, a little behind the GraphQL spec draft.
245
-
246
- 🚨 **Changes you need to make:** 🚨
247
- - If you are using Ruru directly (i.e. importing from `ruru/server`), please
248
- see the new Ruru README for setup instructions, you'll want to switch out
249
- your previous setup. In particular, `ruru/bundle` no longer exists and you
250
- now need to serve the static files (via `ruru/static`).
251
- - `defaultHTMLParts` is no more; instead `config.htmlParts` (also
252
- `preset.ruru.htmlParts` for Graphile Config users) now allows the entries to
253
- be callback functions reducing boilerplate:
254
- ```diff
255
- -import { defaultHTMLParts } from "ruru/server";
256
- const config = {
257
- htmlParts: {
258
- - metaTags: defaultHTMLParts.metaTags + "<!-- local override -->",
259
- + metaTags: (base) => base + "<!-- local override -->",
260
- }
261
- }
262
- ```
263
- (alternatively you can use `makeHTMLParts(config)`)
264
- - Grafserv users: `plugin.grafserv.middleware.ruruHTMLParts` is renamed to
265
- `ruruHTML` and wraps the generation of the HTML - simply trim `Parts` from
266
- the name and be sure calling `next()` is the final line of the function
267
- ```diff
268
- const plugin = {
269
- grafserv: {
270
- middleware: {
271
- - ruruHTMLParts(next, event) {
272
- + ruruHTML(next, event) {
273
- const { htmlParts, request } = event;
274
- htmlParts.titleTag = `<title>${escapeHTML(
275
- "Ruru | " + request.getHeader("host"),
276
- )}</title>`;
277
- return next();
278
- },
279
- },
280
- },
281
- };
282
- ```
283
-
284
- Additional changes:
285
- - `RuruConfig.clientConfig` has been added for props to explicitly pass to
286
- Ruru making it explicit that these will be sent to the client
287
- - `RuruServerConfig` has deprecated the client options `editorTheme`,
288
- `debugTools` and `eventSourceInit` at the top level; instead these should be
289
- passed via `RuruServerConfig.clientConfig` making it explicit these will be
290
- sent to the client and expanding to cover more props
291
- ```diff
292
- const config = {
293
- endpoint: "/graphql",
294
- + clientConfig: {
295
- editorTheme: "dark",
296
- + },
297
- }
298
- ```
299
-
300
- - [#2605](https://github.com/graphile/crystal/pull/2605)
301
- [`24d379a`](https://github.com/graphile/crystal/commit/24d379ae4b8a3c0afe3f1a309d87806a05e8d00d)
302
- Thanks [@benjie](https://github.com/benjie)! - Add defaultTheme and
303
- forcedTheme props to Ruru (passed through to GraphiQL)
304
-
305
- - Updated dependencies
306
- [[`c54c6db`](https://github.com/graphile/crystal/commit/c54c6db320b3967ab16784a504770c9b5ef24494),
307
- [`ad588ec`](https://github.com/graphile/crystal/commit/ad588ecde230359f56800e414b7c5fa1aed14957)]:
308
- - grafast@0.1.1-beta.24
309
-
310
- ## 2.0.0-beta.32
311
-
312
- ### Patch Changes
313
-
314
- - [#2584](https://github.com/graphile/crystal/pull/2584)
315
- [`00b3b8b`](https://github.com/graphile/crystal/commit/00b3b8baea55f0f8cb90c769baf63b408a593182)
316
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to GraphiQL v4. 🚨
317
- Change `graphiql/graphiql.css` to `graphiql/style.css` and
318
- `@graphiql/plugin-explorer/dist/style.css` to
319
- `@graphiql/plugin-explorer/style.css`
320
-
321
- - [#2577](https://github.com/graphile/crystal/pull/2577)
322
- [`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)
323
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies
324
-
325
- - [#2582](https://github.com/graphile/crystal/pull/2582)
326
- [`826f2cb`](https://github.com/graphile/crystal/commit/826f2cbff651273098d6b0d8c343aefeacfb5a14)
327
- Thanks [@benjie](https://github.com/benjie)! - Fix button-in-button warning
328
- from ToolbarMenu
329
-
330
- - [#2585](https://github.com/graphile/crystal/pull/2585)
331
- [`5311f9c`](https://github.com/graphile/crystal/commit/5311f9c8206fb3287b6aae6c4e7668ae920a4441)
332
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to React 19
333
-
334
- - [#2583](https://github.com/graphile/crystal/pull/2583)
335
- [`faee38b`](https://github.com/graphile/crystal/commit/faee38bbff0421bbccfaa77c0dffa5c2d44e2b92)
336
- Thanks [@benjie](https://github.com/benjie)! - 🚨 Upgrade to graphql-ws v6
337
-
338
- - Updated dependencies
339
- [[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)]:
340
- - grafast@0.1.1-beta.23
341
-
342
- ## 2.0.0-beta.31
343
-
344
- ### Patch Changes
345
-
346
- - [#2444](https://github.com/graphile/crystal/pull/2444)
347
- [`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3)
348
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to Mermaid 11, and
349
- reduce verbosity of polymorphism in plan diagrams.
350
-
351
- - [#2546](https://github.com/graphile/crystal/pull/2546)
352
- [`997c49648b62a93e5b915c65c49cdad1654bef3e`](https://github.com/graphile/crystal/commit/997c49648b62a93e5b915c65c49cdad1654bef3e)
353
- Thanks [@benjie](https://github.com/benjie)! - Fix issue where ruru wasn't
354
- hiding explain output in incremental delivery results.
355
- - Updated dependencies
356
- [[`0e36cb9077c76710d2e407830323f86c5038126e`](https://github.com/graphile/crystal/commit/0e36cb9077c76710d2e407830323f86c5038126e),
357
- [`c0c3f48fa9f60cb9a4436ea135979b779ecc71ec`](https://github.com/graphile/crystal/commit/c0c3f48fa9f60cb9a4436ea135979b779ecc71ec),
358
- [`cef9a37f846b4af105ac20960530d65c9f44afa9`](https://github.com/graphile/crystal/commit/cef9a37f846b4af105ac20960530d65c9f44afa9),
359
- [`56ce94a847c6a4094643665cbf5d3712f56140b6`](https://github.com/graphile/crystal/commit/56ce94a847c6a4094643665cbf5d3712f56140b6),
360
- [`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3),
361
- [`6ef6abce15936a896156d5316020df55cf7d18e3`](https://github.com/graphile/crystal/commit/6ef6abce15936a896156d5316020df55cf7d18e3),
362
- [`0239c2d519300a72f545e0db7c371adae4ade2a9`](https://github.com/graphile/crystal/commit/0239c2d519300a72f545e0db7c371adae4ade2a9),
363
- [`0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d`](https://github.com/graphile/crystal/commit/0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d),
364
- [`8034614d1078b1bd177b6e7fcc949420614e3245`](https://github.com/graphile/crystal/commit/8034614d1078b1bd177b6e7fcc949420614e3245),
365
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37),
366
- [`c350e49e372ec12a4cbf04fb6b4260e01832d12b`](https://github.com/graphile/crystal/commit/c350e49e372ec12a4cbf04fb6b4260e01832d12b),
367
- [`3176ea3e57d626b39613a73117ef97627370ec83`](https://github.com/graphile/crystal/commit/3176ea3e57d626b39613a73117ef97627370ec83),
368
- [`46a42f5547c041289aa98657ebc6815f4b6c8539`](https://github.com/graphile/crystal/commit/46a42f5547c041289aa98657ebc6815f4b6c8539),
369
- [`be3f174c5aae8fe78a240e1bc4e1de7f18644b43`](https://github.com/graphile/crystal/commit/be3f174c5aae8fe78a240e1bc4e1de7f18644b43),
370
- [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a),
371
- [`9f459101fa4428aa4bac71531e75f99e33da8e17`](https://github.com/graphile/crystal/commit/9f459101fa4428aa4bac71531e75f99e33da8e17),
372
- [`921665df8babe2651ab3b5886ab68bb518f2125b`](https://github.com/graphile/crystal/commit/921665df8babe2651ab3b5886ab68bb518f2125b),
373
- [`78bb1a615754d772a5fda000e96073c91fa9eba7`](https://github.com/graphile/crystal/commit/78bb1a615754d772a5fda000e96073c91fa9eba7),
374
- [`ab0bcda5fc3c136eea09493a7d9ed4542975858e`](https://github.com/graphile/crystal/commit/ab0bcda5fc3c136eea09493a7d9ed4542975858e),
375
- [`455f4811d37ad8fff91183c7a88621bcf9d79acf`](https://github.com/graphile/crystal/commit/455f4811d37ad8fff91183c7a88621bcf9d79acf),
376
- [`45adaff886e7cd72b864150927be6c0cb4a7dfe8`](https://github.com/graphile/crystal/commit/45adaff886e7cd72b864150927be6c0cb4a7dfe8)]:
377
- - grafast@0.1.1-beta.22
378
- - tamedevil@0.0.0-beta.8
379
-
380
- ## 2.0.0-beta.30
381
-
382
- ### Patch Changes
383
-
384
- - [#2426](https://github.com/graphile/crystal/pull/2426)
385
- [`658d46c9a5b246e3beb4ba2a004334278f7bb24d`](https://github.com/graphile/crystal/commit/658d46c9a5b246e3beb4ba2a004334278f7bb24d)
386
- Thanks [@benjie](https://github.com/benjie)! - Upgrade GraphiQL and fix
387
- duplicate module issue
388
-
389
- ## 2.0.0-beta.29
390
-
391
- ### Patch Changes
392
-
393
- - Updated dependencies
394
- [[`d34014a9a3c469154cc796086ba13719954731e5`](https://github.com/graphile/crystal/commit/d34014a9a3c469154cc796086ba13719954731e5),
395
- [`98516379ac355a0833a64e002f3717cc3a1d6473`](https://github.com/graphile/crystal/commit/98516379ac355a0833a64e002f3717cc3a1d6473),
396
- [`f8602d05eed3247c90b87c55d7af580d1698effc`](https://github.com/graphile/crystal/commit/f8602d05eed3247c90b87c55d7af580d1698effc),
397
- [`65df25534fa3f787ba2ab7fd9547d295ff2b1288`](https://github.com/graphile/crystal/commit/65df25534fa3f787ba2ab7fd9547d295ff2b1288),
398
- [`1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a`](https://github.com/graphile/crystal/commit/1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a),
399
- [`3c0a925f26f10cae627a23c49c75ccd8d76b60c8`](https://github.com/graphile/crystal/commit/3c0a925f26f10cae627a23c49c75ccd8d76b60c8),
400
- [`fcaeb48844156e258a037f420ea1505edb50c52a`](https://github.com/graphile/crystal/commit/fcaeb48844156e258a037f420ea1505edb50c52a),
401
- [`68926abc31c32ce527327ffbb1ede4b0b7be446b`](https://github.com/graphile/crystal/commit/68926abc31c32ce527327ffbb1ede4b0b7be446b),
402
- [`4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b`](https://github.com/graphile/crystal/commit/4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b),
403
- [`d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48`](https://github.com/graphile/crystal/commit/d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48),
404
- [`c8f1971ea4198633ec97f72f82abf65089f71a88`](https://github.com/graphile/crystal/commit/c8f1971ea4198633ec97f72f82abf65089f71a88),
405
- [`dd3d22eab73a8554715bf1111e30586251f69a88`](https://github.com/graphile/crystal/commit/dd3d22eab73a8554715bf1111e30586251f69a88),
406
- [`a120a8e43b24dfc174950cdbb69e481272a0b45e`](https://github.com/graphile/crystal/commit/a120a8e43b24dfc174950cdbb69e481272a0b45e),
407
- [`84f06eafa051e907a3050237ac6ee5aefb184652`](https://github.com/graphile/crystal/commit/84f06eafa051e907a3050237ac6ee5aefb184652),
408
- [`4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf`](https://github.com/graphile/crystal/commit/4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf),
409
- [`0fc2db95d90df918cf5c59ef85f22ac78d8000d3`](https://github.com/graphile/crystal/commit/0fc2db95d90df918cf5c59ef85f22ac78d8000d3),
410
- [`90e81a5deeae554a8be2dd55dcd01489860e96e6`](https://github.com/graphile/crystal/commit/90e81a5deeae554a8be2dd55dcd01489860e96e6),
411
- [`c59132eb7a93bc82493d2f1ca050db8aaea9f4d1`](https://github.com/graphile/crystal/commit/c59132eb7a93bc82493d2f1ca050db8aaea9f4d1),
412
- [`7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7`](https://github.com/graphile/crystal/commit/7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7),
413
- [`728888b28fcd2a6fc481e0ccdfe20d41181a091f`](https://github.com/graphile/crystal/commit/728888b28fcd2a6fc481e0ccdfe20d41181a091f),
414
- [`f4f39092d7a51517668384945895d3b450237cce`](https://github.com/graphile/crystal/commit/f4f39092d7a51517668384945895d3b450237cce),
415
- [`5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e`](https://github.com/graphile/crystal/commit/5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e),
416
- [`83d3b533e702cc875b46ba2ca02bf3642b421be8`](https://github.com/graphile/crystal/commit/83d3b533e702cc875b46ba2ca02bf3642b421be8),
417
- [`7001138c38e09822ad13db1018c62d2cac37941e`](https://github.com/graphile/crystal/commit/7001138c38e09822ad13db1018c62d2cac37941e),
418
- [`e9e7e33665e22ec397e9ead054d2e4aad3eadc8c`](https://github.com/graphile/crystal/commit/e9e7e33665e22ec397e9ead054d2e4aad3eadc8c),
419
- [`bb6ec8d834e3e630e28316196246f514114a2296`](https://github.com/graphile/crystal/commit/bb6ec8d834e3e630e28316196246f514114a2296),
420
- [`2b1918d053f590cdc534c8cb81f7e74e96c1bbe6`](https://github.com/graphile/crystal/commit/2b1918d053f590cdc534c8cb81f7e74e96c1bbe6),
421
- [`d1ecb39693a341f85762b27012ec4ea013857b0c`](https://github.com/graphile/crystal/commit/d1ecb39693a341f85762b27012ec4ea013857b0c),
422
- [`042ebafe11fcf7e2ecac9b131265a55dddd42a6d`](https://github.com/graphile/crystal/commit/042ebafe11fcf7e2ecac9b131265a55dddd42a6d),
423
- [`fa005eb0783c58a2476add984fbdd462e0e91dbe`](https://github.com/graphile/crystal/commit/fa005eb0783c58a2476add984fbdd462e0e91dbe),
424
- [`df0e5a0f968cf6f9ae97b68745a9a2f391324bf5`](https://github.com/graphile/crystal/commit/df0e5a0f968cf6f9ae97b68745a9a2f391324bf5),
425
- [`ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f`](https://github.com/graphile/crystal/commit/ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f),
426
- [`c041fd250372c57601188b65a6411c8f440afab6`](https://github.com/graphile/crystal/commit/c041fd250372c57601188b65a6411c8f440afab6),
427
- [`629b45aab49151810f6efc18ac18f7d735626433`](https://github.com/graphile/crystal/commit/629b45aab49151810f6efc18ac18f7d735626433),
428
- [`6d19724330d50d076aab9442660fa8abddd095cb`](https://github.com/graphile/crystal/commit/6d19724330d50d076aab9442660fa8abddd095cb),
429
- [`ca5bc1a834df7b894088fb8602a12f9fcff55b38`](https://github.com/graphile/crystal/commit/ca5bc1a834df7b894088fb8602a12f9fcff55b38),
430
- [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322),
431
- [`f0bc64b71914dfdd3612f4b65370401fd85b97bc`](https://github.com/graphile/crystal/commit/f0bc64b71914dfdd3612f4b65370401fd85b97bc)]:
432
- - grafast@0.1.1-beta.21
433
-
434
- ## 2.0.0-beta.28
435
-
436
- ### Patch Changes
437
-
438
- - Updated dependencies
439
- [[`fc9d64eb8`](https://github.com/graphile/crystal/commit/fc9d64eb8002d3b72625bc505ed76c07f4296d68),
440
- [`a2dbad945`](https://github.com/graphile/crystal/commit/a2dbad9457195bec797d72e4e6d45f45278f9f69),
441
- [`31078842a`](https://github.com/graphile/crystal/commit/31078842ad0eeaa7111491fa9eb5e3bd026fb38a),
442
- [`5a0ec31de`](https://github.com/graphile/crystal/commit/5a0ec31deae91f1dd17a77a4bb7c1a911a27e26a)]:
443
- - grafast@0.1.1-beta.20
444
-
445
- ## 2.0.0-beta.27
446
-
447
- ### Patch Changes
448
-
449
- - Updated dependencies []:
450
- - grafast@0.1.1-beta.19
451
-
452
- ## 2.0.0-beta.26
453
-
454
- ### Patch Changes
455
-
456
- - Updated dependencies
457
- [[`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
458
- - grafast@0.1.1-beta.18
459
-
460
- ## 2.0.0-beta.25
461
-
462
- ### Patch Changes
463
-
464
- - [#2266](https://github.com/graphile/crystal/pull/2266)
465
- [`38163c86a`](https://github.com/graphile/crystal/commit/38163c86ae628fed84cf38fc6a1cc76a7bc7932a)
466
- Thanks [@hos](https://github.com/hos)! - Fix white-screen-of-death caused by
467
- EventSource disconnection. Instead, handle errors gracefully. Also, allow
468
- overriding of the EventSource configuration options.
469
- - Updated dependencies
470
- [[`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8)]:
471
- - grafast@0.1.1-beta.17
472
-
473
- ## 2.0.0-beta.24
474
-
475
- ### Patch Changes
476
-
477
- - Updated dependencies
478
- [[`76c7340b7`](https://github.com/graphile/crystal/commit/76c7340b74d257c454beec883384d19ef078b21e)]:
479
- - grafast@0.1.1-beta.16
480
-
481
- ## 2.0.0-beta.23
482
-
483
- ### Patch Changes
484
-
485
- - Updated dependencies
486
- [[`d5834def1`](https://github.com/graphile/crystal/commit/d5834def1fb84f3e2c0c0a6f146f8249a6df890a),
487
- [`42b982463`](https://github.com/graphile/crystal/commit/42b9824637a6c05e02935f2b05b5e8e0c61965a6),
488
- [`884a4b429`](https://github.com/graphile/crystal/commit/884a4b4297af90fdadaf73addd524f1fbbcfdcce),
489
- [`38835313a`](https://github.com/graphile/crystal/commit/38835313ad93445206dccdd4cf07b90c5a6e4377),
490
- [`b0865d169`](https://github.com/graphile/crystal/commit/b0865d1691105b5419009954c98c8109a27a5d81)]:
491
- - grafast@0.1.1-beta.15
492
-
493
- ## 2.0.0-beta.22
494
-
495
- ### Patch Changes
496
-
497
- - Updated dependencies
498
- [[`871d32b2a`](https://github.com/graphile/crystal/commit/871d32b2a18df0d257880fc54a61d9e68c4607d6),
499
- [`a26e3a30c`](https://github.com/graphile/crystal/commit/a26e3a30c02f963f8f5e9c9d021e871f33689e1b),
500
- [`02c11a4d4`](https://github.com/graphile/crystal/commit/02c11a4d42bf434dffc9354b300e8d791c4eeb2d)]:
501
- - grafast@0.1.1-beta.14
502
-
503
- ## 2.0.0-beta.21
504
-
505
- ### Patch Changes
506
-
507
- - Updated dependencies
508
- [[`807650035`](https://github.com/graphile/crystal/commit/8076500354a3e2bc2de1b6c4e947bd710cc5bddc)]:
509
- - grafast@0.1.1-beta.13
510
-
511
- ## 2.0.0-beta.20
512
-
513
- ### Patch Changes
514
-
515
- - [#2125](https://github.com/graphile/crystal/pull/2125)
516
- [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443)
517
- Thanks [@benjie](https://github.com/benjie)! - Change how unary steps are
518
- rendered to plan diagrams, fixing the rendering of side-effect steps.
519
-
520
- - [#2124](https://github.com/graphile/crystal/pull/2124)
521
- [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03)
522
- Thanks [@benjie](https://github.com/benjie)! - Render implicit side effects as
523
- dependencies on plan diagram
524
-
525
- - Updated dependencies
526
- [[`1bd50b61e`](https://github.com/graphile/crystal/commit/1bd50b61ebb10b7d09b3612c2e2767c41cca3b78),
527
- [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
528
- [`7bb1573ba`](https://github.com/graphile/crystal/commit/7bb1573ba45a4d8b7fa9ad53cdd79686d2641383),
529
- [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443),
530
- [`6ed615e55`](https://github.com/graphile/crystal/commit/6ed615e557b2ab1fb57f1e68c06730a8e3da7175),
531
- [`b25cc539c`](https://github.com/graphile/crystal/commit/b25cc539c00aeda7a943c37509aaae4dc7812317),
532
- [`867f33136`](https://github.com/graphile/crystal/commit/867f331365346fc46ed1e0d23c79719846e398f4),
533
- [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03),
534
- [`acf99b190`](https://github.com/graphile/crystal/commit/acf99b190954e3c5926e820daed68dfe8eb3ee1f),
535
- [`4967a197f`](https://github.com/graphile/crystal/commit/4967a197fd2c71ee2a581fe29470ee9f30e74de5),
536
- [`1908e1ba1`](https://github.com/graphile/crystal/commit/1908e1ba11883a34dac66f985fc20ab160e572b1),
537
- [`084d80be6`](https://github.com/graphile/crystal/commit/084d80be6e17187c9a9932bcf079e3f460368782)]:
538
- - grafast@0.1.1-beta.12
539
-
540
- ## 2.0.0-beta.19
541
-
542
- ### Patch Changes
543
-
544
- - Updated dependencies
545
- [[`582bd768f`](https://github.com/graphile/crystal/commit/582bd768fec403ce3284f293b85b9fd86e4d3f40)]:
546
- - grafast@0.1.1-beta.11
547
-
548
- ## 2.0.0-beta.18
549
-
550
- ### Patch Changes
551
-
552
- - Updated dependencies
553
- [[`3c161f7e1`](https://github.com/graphile/crystal/commit/3c161f7e13375105b1035a7d5d1c0f2b507ca5c7),
554
- [`a674a9923`](https://github.com/graphile/crystal/commit/a674a9923bc908c9315afa40e0cb256ee0953d16),
555
- [`b7cfeffd1`](https://github.com/graphile/crystal/commit/b7cfeffd1019d61c713a5054c4f5929960a2a6ab)]:
556
- - grafast@0.1.1-beta.10
557
-
558
- ## 2.0.0-beta.17
559
-
560
- ### Patch Changes
561
-
562
- - Updated dependencies
563
- [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
564
- - grafast@0.1.1-beta.9
565
-
566
- ## 2.0.0-beta.16
567
-
568
- ### Patch Changes
569
-
570
- - Updated dependencies
571
- [[`bd5a908a4`](https://github.com/graphile/crystal/commit/bd5a908a4d04310f90dfb46ad87398ffa993af3b)]:
572
- - grafast@0.1.1-beta.8
573
-
574
- ## 2.0.0-beta.15
575
-
576
- ### Patch Changes
577
-
578
- - Updated dependencies
579
- [[`357d475f5`](https://github.com/graphile/crystal/commit/357d475f54fecc8c51892e0346d6872b34132430),
580
- [`3551725e7`](https://github.com/graphile/crystal/commit/3551725e71c3ed876554e19e5ab2c1dcb0fb1143),
581
- [`80836471e`](https://github.com/graphile/crystal/commit/80836471e5cedb29dee63bc5002550c4f1713cfd),
582
- [`b788dd868`](https://github.com/graphile/crystal/commit/b788dd86849e703cc3aa863fd9190c36a087b865),
583
- [`a5c20fefb`](https://github.com/graphile/crystal/commit/a5c20fefb571dea6d1187515dc48dd547e9e6204),
584
- [`1ce08980e`](https://github.com/graphile/crystal/commit/1ce08980e2a52ed9bc81564d248c19648ecd3616),
585
- [`dff4f2535`](https://github.com/graphile/crystal/commit/dff4f2535ac6ce893089b312fcd5fffcd98573a5),
586
- [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb),
587
- [`2fe56f9a6`](https://github.com/graphile/crystal/commit/2fe56f9a6dac03484ace45c29c2223a65f9ca1db),
588
- [`fed603d71`](https://github.com/graphile/crystal/commit/fed603d719c02f33e12190f925c9e3b06c581fac),
589
- [`ed6e0d278`](https://github.com/graphile/crystal/commit/ed6e0d2788217a1c419634837f4208013eaf2923),
590
- [`e82e4911e`](https://github.com/graphile/crystal/commit/e82e4911e32138df1b90ec0fde555ea963018d21),
591
- [`42ece5aa6`](https://github.com/graphile/crystal/commit/42ece5aa6ca05345ebc17fb5c7d55df3b79b7612),
592
- [`e0d69e518`](https://github.com/graphile/crystal/commit/e0d69e518a98c70f9b90f59d243ce33978c1b5a1),
593
- [`6699388ec`](https://github.com/graphile/crystal/commit/6699388ec167d35c71220ce5d9113cac578da6cb),
594
- [`966203504`](https://github.com/graphile/crystal/commit/96620350467ab8c65b56adf2f055e19450f8e772),
595
- [`c1645b249`](https://github.com/graphile/crystal/commit/c1645b249aae949a548cd916e536ccfb63e5ab35),
596
- [`ed8bbaa3c`](https://github.com/graphile/crystal/commit/ed8bbaa3cd1563a7601ca8c6b0412633b0ea4ce9),
597
- [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8),
598
- [`14e2412ee`](https://github.com/graphile/crystal/commit/14e2412ee368e8d53abf6774c7f0069f32d4e8a3),
599
- [`57ab0e1e7`](https://github.com/graphile/crystal/commit/57ab0e1e72c01213b21d3efc539cd655d83d993a),
600
- [`8442242e4`](https://github.com/graphile/crystal/commit/8442242e43cac7d89ca0c413cf42c9fabf6f247f),
601
- [`64ce7b765`](https://github.com/graphile/crystal/commit/64ce7b7650530251aec38a51089da66f914c19b4),
602
- [`cba842357`](https://github.com/graphile/crystal/commit/cba84235786acbd77ade53bae7a3fba4a9be1eb7),
603
- [`2fa77d0f2`](https://github.com/graphile/crystal/commit/2fa77d0f237cdb98d3dafb6b5e4083a2c6c38673)]:
604
- - grafast@0.1.1-beta.7
605
- - tamedevil@0.0.0-beta.7
606
-
607
- ## 2.0.0-beta.14
608
-
609
- ### Patch Changes
610
-
611
- - Updated dependencies
612
- [[`9f85c614d`](https://github.com/graphile/crystal/commit/9f85c614d48dc745c5fed15333dbb75af7fddc88),
613
- [`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de),
614
- [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad)]:
615
- - grafast@0.1.1-beta.6
616
- - tamedevil@0.0.0-beta.6
617
-
618
- ## 2.0.0-beta.13
619
-
620
- ### Patch Changes
621
-
622
- - [#1931](https://github.com/graphile/crystal/pull/1931)
623
- [`dfac3f790`](https://github.com/graphile/crystal/commit/dfac3f790ec5c446c132202dde624aeeb75b5a6d)
624
- Thanks [@benjie](https://github.com/benjie)! - Fix issue where headers weren't
625
- sent via websocket connectionParams
626
-
627
- - [#1931](https://github.com/graphile/crystal/pull/1931)
628
- [`941e28003`](https://github.com/graphile/crystal/commit/941e280038a735014a9fe4e24fc534a197fac0f2)
629
- Thanks [@benjie](https://github.com/benjie)! - Add support for deprecated
630
- arguments to Ruru.
631
-
632
- - [#1931](https://github.com/graphile/crystal/pull/1931)
633
- [`068be2f51`](https://github.com/graphile/crystal/commit/068be2f51d7a9c17311f26c6c9451985397c9e1f)
634
- Thanks [@benjie](https://github.com/benjie)! - Fix issue typing into Ruru
635
- explorer plugin - characters no longer overwritten.
636
-
637
- - Updated dependencies
638
- [[`49fd8afed`](https://github.com/graphile/crystal/commit/49fd8afed1afe573ea76a2a7a821dfa5d6288e2d),
639
- [`63dd7ea99`](https://github.com/graphile/crystal/commit/63dd7ea992d30ad711dd85a73a127484a0e35479),
640
- [`d801c9778`](https://github.com/graphile/crystal/commit/d801c9778a86d61e060896460af9fe62a733534a),
641
- [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195),
642
- [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38)]:
643
- - tamedevil@0.0.0-beta.5
644
- - grafast@0.1.1-beta.5
645
-
646
- ## 2.0.0-beta.12
647
-
648
- ### Patch Changes
649
-
650
- - Updated dependencies
651
- [[`1b6c2f636`](https://github.com/graphile/crystal/commit/1b6c2f6360a316a8dc550c60e28c61deea538f19),
652
- [`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159),
653
- [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044)]:
654
- - tamedevil@0.0.0-beta.4
655
- - grafast@0.1.1-beta.4
656
-
657
- ## 2.0.0-beta.11
658
-
659
- ### Patch Changes
660
-
661
- - Updated dependencies []:
662
- - grafast@0.1.1-beta.3
663
-
664
- ## 2.0.0-beta.10
665
-
666
- ### Patch Changes
667
-
668
- - Updated dependencies
669
- [[`3fdc2bce4`](https://github.com/graphile/crystal/commit/3fdc2bce42418773f808c5b8309dfb361cd95ce9),
670
- [`aeef362b5`](https://github.com/graphile/crystal/commit/aeef362b5744816f01e4a6f714bbd77f92332bc5),
671
- [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92),
672
- [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
673
- [`1c9f1c0ed`](https://github.com/graphile/crystal/commit/1c9f1c0edf4e621a5b6345d3a41527a18143c6ae)]:
674
- - grafast@0.1.1-beta.2
675
-
676
- ## 2.0.0-beta.9
677
-
678
- ### Patch Changes
679
-
680
- - [#1833](https://github.com/graphile/crystal/pull/1833)
681
- [`11ceb1753`](https://github.com/graphile/crystal/commit/11ceb1753ee42ee6d991e618dedc670a6f238fab)
682
- Thanks [@benjie](https://github.com/benjie)! - Rework how schema fetching
683
- works to solve issue with headers not being sent. Thanks @JoviDeCroock for the
684
- inspiration.
685
- - Updated dependencies
686
- [[`49fcb0d58`](https://github.com/graphile/crystal/commit/49fcb0d585b31b291c9072c339d6f5b550eefc9f)]:
687
- - grafast@0.1.1-beta.1
688
-
689
- ## 2.0.0-beta.8
690
-
691
- ### Patch Changes
692
-
693
- - [#1799](https://github.com/graphile/crystal/pull/1799)
694
- [`3dd5d86d6`](https://github.com/graphile/crystal/commit/3dd5d86d6c1ea7ba106c08e8a315ec47ed6cfa2d)
695
- Thanks [@jvandermey](https://github.com/jvandermey)! - Can now pass onEdit
696
- callbacks through the Ruru config via the plugin system; e.g. to update the
697
- URL search params with the current editor state.
698
-
699
- ## 2.0.0-beta.7
700
-
701
- ### Patch Changes
702
-
703
- - [#1796](https://github.com/graphile/crystal/pull/1796)
704
- [`ebb0b817e`](https://github.com/graphile/crystal/commit/ebb0b817e3efe210445d3f3396ff4bc53ebab3e7)
705
- Thanks [@benjie](https://github.com/benjie)! - Can now set initial query and
706
- variables in Ruru via the plugin system; e.g. to set query/variables based on
707
- query string.
708
-
709
- ## 2.0.0-beta.6
710
-
711
- ### Patch Changes
712
-
713
- - Updated dependencies
714
- [[`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
715
- [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
716
- [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3)]:
717
- - grafast@0.1.1-beta.0
718
-
719
- ## 2.0.0-beta.5
720
-
721
- ### Patch Changes
722
-
723
- - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
724
- [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
725
- Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
726
- information
727
-
728
- - Updated dependencies
729
- [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
730
- [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
731
- [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
732
- [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
733
- - grafast@0.0.1-beta.8
734
- - tamedevil@0.0.0-beta.3
735
-
736
- ## 2.0.0-beta.4
737
-
738
- ### Patch Changes
739
-
740
- - Updated dependencies
741
- [[`3700e204f`](https://github.com/benjie/crystal/commit/3700e204f430db182c92ca7abc82017c81fa1f9b)]:
742
- - grafast@0.0.1-beta.7
743
-
744
- ## 2.0.0-beta.3
745
-
746
- ### Patch Changes
747
-
748
- - [#496](https://github.com/benjie/crystal/pull/496)
749
- [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
750
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
751
- through major versions).
752
-
753
- - [#496](https://github.com/benjie/crystal/pull/496)
754
- [`1867d365f`](https://github.com/benjie/crystal/commit/1867d365f360ac8411f622b0813ca76a19ab4013)
755
- Thanks [@benjie](https://github.com/benjie)! - Ruru now runs on React 18
756
-
757
- - [#496](https://github.com/benjie/crystal/pull/496)
758
- [`c747d91e9`](https://github.com/benjie/crystal/commit/c747d91e9646409c66e73c12195dbf6cbd97b211)
759
- Thanks [@benjie](https://github.com/benjie)! - Modules converted to ESM to fix
760
- compatibility with GraphiQL.
761
-
762
- - Updated dependencies
763
- [[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1),
764
- [`e613b476d`](https://github.com/benjie/crystal/commit/e613b476d6ee867d1f7509c895dabee40e7f9a31)]:
765
- - grafast@0.0.1-beta.6
766
- - tamedevil@0.0.0-beta.2
767
-
768
- ## 2.0.0-beta.2
769
-
770
- ### Patch Changes
771
-
772
- - [#488](https://github.com/benjie/crystal/pull/488)
773
- [`9f82b8612`](https://github.com/benjie/crystal/commit/9f82b861206fdd2b8a7c50ba5184112dfb57b54a)
774
- Thanks [@benjie](https://github.com/benjie)! - Fix detection of SQL aliases
775
-
776
- ## 2.0.0-beta.1
777
-
778
- ### Patch Changes
779
-
780
- - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
781
- Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
782
-
783
- ## 2.0.0-alpha.2
784
-
785
- ### Patch Changes
786
-
787
- - [`2fe247f75`](https://github.com/benjie/crystal/commit/2fe247f751377e18b3d6809cba39a01aa1602dbc)
788
- Thanks [@benjie](https://github.com/benjie)! - Added ability to download
789
- mermaid plan diagram as SVG.
790
-
791
- - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
792
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
793
- TypeScript/tslib
794
-
795
- ## 2.0.0-alpha.1
796
-
797
- ### Patch Changes
798
-
799
- - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
800
- Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
801
- https://postgraphile.org/news/2023-04-26-version-5-alpha
802
-
803
- ## 2.0.0-1.1
804
-
805
- ### Patch Changes
806
-
807
- - [#267](https://github.com/benjie/crystal/pull/267)
808
- [`159735204`](https://github.com/benjie/crystal/commit/15973520462d4a95e3cdf04fdacfc71ca851122f)
809
- Thanks [@benjie](https://github.com/benjie)! - Add formatting for SQL aliases
810
-
811
- - [#260](https://github.com/benjie/crystal/pull/260)
812
- [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
813
- Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
814
-
815
- ## 2.0.0-0.9
816
-
817
- ### Patch Changes
818
-
819
- - [`612092359`](undefined) - Fix header saving
820
-
821
- ## 2.0.0-0.8
822
-
823
- ### Patch Changes
824
-
825
- - [#229](https://github.com/benjie/crystal/pull/229)
826
- [`b795b3da5`](https://github.com/benjie/crystal/commit/b795b3da5f8e8f13c495be3a8cf71667f3d149f8)
827
- Thanks [@benjie](https://github.com/benjie)! - Upgrade GraphiQL, gaining the
828
- watch mode fix.
829
-
830
- ## 2.0.0-0.7
831
-
832
- ### Patch Changes
833
-
834
- - [#200](https://github.com/benjie/crystal/pull/200)
835
- [`e11698473`](https://github.com/benjie/crystal/commit/e1169847303790570bfafa07eb25d8fce53a0391)
836
- Thanks [@benjie](https://github.com/benjie)! - Add support for websocket
837
- subscriptions to Ruru.
838
-
839
- ## 2.0.0-0.6
840
-
841
- ### Patch Changes
842
-
843
- - [`a40fa6966`](undefined) - Default to explain enabled. Fix issues with fetcher
844
- mutating immutable objects. Fix typo in README. Fix playground on grafast
845
- website.
846
-
847
- ## 2.0.0-0.5
848
-
849
- ### Patch Changes
850
-
851
- - [`9b296ba54`](undefined) - More secure, more compatible, and lots of fixes
852
- across the monorepo