Skip to content

Latest commit

 

History

History
143 lines (79 loc) · 2.21 KB

changelog.md

File metadata and controls

143 lines (79 loc) · 2.21 KB

graphiql-rails

1.10.1

  • Update routes.rb for Rails 8 compatibility #119

1.10.0

  • 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

1.9.0

New Features

  • Update to React 17.0.2
  • Update to GraphiQL 2.4.0

1.8.0

New Features

  • Update to React 16.14.0
  • Update to GraphiQL 1.4.2

Bug Fixes

  • 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

1.7.0 (Jan 21 2019)

New Features

  • Use production React.js builds
  • Update React to 16.7.0

1.6.0 (Jan 21 2019)

New Features

  • Move JS into a <script> to avoid CSP issues #62

1.5.0 (Nov 6 2018)

New Features

  • Update GraphiQL to 0.12.0

1.4.11 (Jul 17 2018)

New Features

  • Add .config.title and .config.logo options #52
  • Render helpful error data when requests fail #49

1.4.10 (Mar 9 2018)

New Features

  • Reduce dependencies to only railties and sprockets-rails

1.4.9 (Feb 21 2018)

New Features

  • Update GraphiQL to 0.11.11

1.4.8 (Nov 21 2017)

New Features

  • Render server errors as a JSON response

1.4.7 (Oct 31 2017)

New Features

  • Update GraphiQL to 0.11.10

Bug Fixes

  • Pick browser-ready React builds

1.4.6 (Oct 27 2017)

New Features

  • Update GraphiQL to 0.11.9

1.4.5 (Sept 26 2017)

New Features

  • Update GraphiQL to 0.11.5

1.4.4 (Aug 11 2017)

Bug Fixes

  • Properly escape quotes in initial_query

1.4.3 (Aug 5 2017)

New Features

  • Update GraphiQL to 0.11.2

1.4.2 (Jun 16 2017)

New Features

  • Update GraphiQL to 0.10.2

1.4.1 (Jan 5 2017)

New Features

  • Update to GraphiQL 0.8.1

1.4.0 (Nov 13 2016)

New Features

  • Update to GraphiQL 0.8.0

1.3.0 (Aug 21 2016)

Breaking Changes

  • GraphiQL::Rails::WELCOME_MESSAGE has been removed. GraphiQL's built-in welcome message is the default.

New Features

  • config.headers accepts procs for adding headers to the request
  • Update to GraphiQL 0.7.3