Skip to content

Releases: wp-graphql/wpgraphql-ide

v2.1.0

21 May 22:52
e0504c7
Compare
Choose a tag to compare

Minor Changes

  • 6752c37: - Added new settings section to WPGraphQL, IDE Settings

    • Added new setting, Admin Bar Link Behavior

    WPGraphQL IDE Settings tab showing the admin bar link behavior and Show legacy editor settings

v2.0.0

20 May 18:32
7e375f5
Compare
Choose a tag to compare

Major Changes

  • 43eea79: Refactored stores, including renaming 'wpgraphql-ide' to 'wpgraphql-ide/app', and adding additional stores such as 'wpgraphql-ide/editor-toolbar.

    Added registerDocumentEditorToolbarButton function to public API.

    This function allows registering a new editor toolbar button with the following parameters:

    • name (string): The name of the button to register.
    • config (Object): The configuration object for the button.
    • priority (number, optional): The priority for the button, with lower numbers meaning higher priority. Default is 10.

    Example usage:

    const { registerDocumentEditorToolbarButton } = window.WPGraphQLIDE;
    
    registerDocumentEditorToolbarButton("toggle-auth", toggleAuthButton, 1);

    Screenshot of the GraphiQL IDE highlighting the Toolbar buttons within the Document Editor region.

v1.1.9

07 May 13:54
1f85f70
Compare
Choose a tag to compare

Patch Changes

  • 194821c: - fix: The IDE no longer waits on DOMContentLoaded in order to help client side performance with heavier pages.
    • add: New PHP filters for updating the drawer label:
      • wpgraphqlide_drawer_button_label
      • wpgraphqlide_drawer_button_loading_label
  • f5130d9: docs: Remove link to community Slack on "Help Page" in favor of link community Discord.(recently migrated)

v1.1.8

24 Apr 15:15
c40da05
Compare
Choose a tag to compare

Patch Changes

  • b005b0e: update tested up to version to WordPress 6.5

v1.1.7

19 Apr 20:49
b119edf
Compare
Choose a tag to compare

Patch Changes

  • 195dba9: fix: update z-index of the CodeMirror-info tooltip to show above the drawer

v1.1.0

03 Apr 21:17
9979328
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jasonbahl made their first contribution in #44
  • @github-actions made their first contribution in #87

Full Changelog: v1.0.1...v1.1.0

v1.0.1

22 Jan 21:55
1b9de29
Compare
Choose a tag to compare
Merge pull request #7 from wp-graphql/misc

Miscellaneous Changes

1.0.0

22 Nov 08:52
1f8940f
Compare
Choose a tag to compare
Add changelog entry

Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>