Skip to content

Releases: mll-lab/laravel-graphiql

v3.3.4

19 May 09:57
Compare
Choose a tag to compare

Fixed

  • Pin GraphiQL assets to version 3

v4.0.2

12 May 07:22
Compare
Choose a tag to compare

Fixed

  • Allow scrolling in GraphiQL Explorer plugin

v4.0.1

07 May 16:45
Compare
Choose a tag to compare

Fixed

  • Fix Uncaught ReferenceError: fetcher is not defined error

v4.0.0

07 May 15:53
89ab920
Compare
Choose a tag to compare

Changed

  • Upgrade to GraphiQL 4
  • Remove deprecated aliases for methods in GraphiQLAsset from DownloadAssetsCommand

v3 to v4

View

If you have published and/or customized the view, you need to republish or update it.
See views/index.blade.php for the latest version.

Major changes:

  • The URLs for the GraphiQL assets are now provided by class MLL\GraphiQL\GraphiQLAsset instead of MLL\GraphiQL\DownloadAssetsCommand.
  • The setup now uses GraphiQL version 4.

v3.3.3

06 May 07:56
Compare
Choose a tag to compare

Fixed

  • Upgrade to React 18, fixes TypeError: e.useInsertionEffect is not a function

v3.3.2

01 Apr 08:13
ddad258
Compare
Choose a tag to compare

Fixed

  • Add https: to the CDN URLs

Deprecated

  • Deprecated asset methods in DownloadAssetsCommand in favor of GraphiQLAsset class

v3.3.1

31 Mar 07:53
Compare
Choose a tag to compare

Fixed

  • Migrate CDN URLs from unpkg to jsDelivr

v3.3.0

06 Mar 09:47
Compare
Choose a tag to compare

Added

  • Support Laravel 12

v3.2.1

03 Apr 12:38
Compare
Choose a tag to compare

Fixed

  • Fix favicon.ico download link

v3.2.0

01 Mar 11:00
Compare
Choose a tag to compare

Added

  • Support Laravel 11