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.
- Fix
favicon.ico
download link
- Support Laravel 11
- Upgrade to
@graphiql/plugin-explorer
version0.2.0
- Pin working version
0.1.20
of@graphiql/plugin-explorer
- Fix Lumen compatibility
- Drop support for Laravel versions older than 9
- Drop support for PHP versions older than 8
- Fix PHP 7.1 compatibility
- Fix
graphiql:download-assets
command
- Allow scrolling in GraphiQL Explorer plugin
- Adjusted styling of the GraphiQL Explorer tab title
- Added some margin to the select element within the GraphiQL Explorer actions
- Allow configuring multiple routes that point to different endpoints #14
- Properly handle errors of
file_get_contents()
ingraphiql:download-assets
- Only convert full URLs through
url()
helper #9
- Add
@graphiql/plugin-explorer
- Support Laravel 10
- Change env variable
GRAPHQL_PLAYGROUND_SUBSCRIPTION_ENDPOINT
toGRAPHIQL_SUBSCRIPTION_ENDPOINT
- Support GraphiQL 2