Skip to content

Latest commit

 

History

History
executable file
·
112 lines (58 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

executable file
·
112 lines (58 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

See GitHub releases.

Unreleased

v3.2.1

Fixed

  • Fix favicon.ico download link

v3.2.0

Added

  • Support Laravel 11

v3.1.0

Changed

  • Upgrade to @graphiql/plugin-explorer version 0.2.0

v3.0.2

Fixed

  • Pin working version 0.1.20 of @graphiql/plugin-explorer

v3.0.1

Fixed

  • Fix Lumen compatibility

v3.0.0

Removed

  • Drop support for Laravel versions older than 9
  • Drop support for PHP versions older than 8

v2.0.3

Fixed

  • Fix PHP 7.1 compatibility

v2.0.2

Fixed

  • Fix graphiql:download-assets command

v2.0.1

Fixed

  • Allow scrolling in GraphiQL Explorer plugin

Changed

  • Adjusted styling of the GraphiQL Explorer tab title
  • Added some margin to the select element within the GraphiQL Explorer actions

v2.0.0

Added

  • Allow configuring multiple routes that point to different endpoints #14

v1.2.2

Fixed

  • Properly handle errors of file_get_contents() in graphiql:download-assets

v1.2.1

Fixed

  • Only convert full URLs through url() helper #9

v1.2.0

Added

  • Add @graphiql/plugin-explorer

v1.1.0

Added

  • Support Laravel 10

v1.0.1

Fixed

  • Change env variable GRAPHQL_PLAYGROUND_SUBSCRIPTION_ENDPOINT to GRAPHIQL_SUBSCRIPTION_ENDPOINT

v1.0.0

Added

  • Support GraphiQL 2