- Update
routes.rb
for Rails 8 compatibility #119
- Update to React 18.2.0
- Update to GraphiQL 3.1.1
- Use
.min
versions of JS dependencies - Add support for Propshaft
- Remove
fetch
polyfill - Don't set headers whose procs evaluate to
nil
- Add
input_value_deprecation
flag to introspect deprecated arguments
- Update to React 17.0.2
- Update to GraphiQL 2.4.0
- Update to React 16.14.0
- Update to GraphiQL 1.4.2
- Add
nonce: true
to work with CSP - Add assets to the precompile list
- Update query params when editor is updated
- Remove test files from gem build
- Use production React.js builds
- Update React to 16.7.0
- Move JS into a
<script>
to avoid CSP issues #62
- Update GraphiQL to 0.12.0
- Add
.config.title
and.config.logo
options #52 - Render helpful error data when requests fail #49
- Reduce dependencies to only
railties
andsprockets-rails
- Update GraphiQL to 0.11.11
- Render server errors as a JSON response
- Update GraphiQL to 0.11.10
- Pick browser-ready React builds
- Update GraphiQL to 0.11.9
- Update GraphiQL to 0.11.5
- Properly escape quotes in
initial_query
- Update GraphiQL to 0.11.2
- Update GraphiQL to 0.10.2
- Update to GraphiQL 0.8.1
- Update to GraphiQL 0.8.0
GraphiQL::Rails::WELCOME_MESSAGE
has been removed. GraphiQL's built-in welcome message is the default.
config.headers
accepts procs for adding headers to the request- Update to GraphiQL 0.7.3