v0.2.0 - 2025-03-01
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.importTypefrom typeStringtoScriptModuleImportTypeEnum. - feat!: Remove
EnqueuedScript.locationfield in favor ofEnqueuedScript.groupLocation.
Fixed
- fix: Ensure
templateByUri.editorBlocksrespects theflatquery arg.
Misc
- ci: Unmute
WP_DEBUG_DISPLAYduring 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