Skip to content

v0.12.1 - Bugfix

Compare
Choose a tag to compare
@justlevine justlevine released this 03 May 00:05
· 52 commits to main since this release
4ff07d8

This minor release fixes an issue where certain complex Field Input and Field Choice types would try to implement a non-existent parent interface, causing GraphQL debug messages to be returned in the response.

What's Changed

  • fix: Use local store for FieldInputRegistry and FieldChoiceRegistry to prevent the registration of duplicate/nonexistent types.
  • chore: Update Composer dev deps.
  • test: Ensure no extensions['debug'] messages are returned when querying FormFields.
  • ci: Test against WordPress 6.2
  • ci: Ignore graphql-schema-linter error for FormFieldConnection.pageInfo missing a description. This will be reverted once FormFieldConnection is refactored to be a Relay-compatible.

Full Changelog: v0.12.0...v0.12.1