Skip to content

v0.2.0 - 2025-03-01

Choose a tag to compare

@justlevine justlevine released this 01 Mar 22:34
· 43 commits to main since this release
362ee46

This major release aligns the WPGraphQL schema with changes backported upstream to WPGraphQL. Additionally, it fixes an issue when querying for nested editorBlocks data.

Breaking

  • feat!: Change ScriptModuleDependency.importType from type String to ScriptModuleImportTypeEnum.
  • feat!: Remove EnqueuedScript.location field in favor of EnqueuedScript.groupLocation.

Fixed

  • fix: Ensure templateByUri.editorBlocks respects the flat query arg.

Misc

  • ci: Unmute WP_DEBUG_DISPLAY during env creation.
  • chore: Remove unnecessary WordPress version checks.
  • chore: Update Composer and NPM dev-dependencies to their latest (SemVer-compatible) versions.

Full Changelog: 0.1.0...0.2.0