Skip to content

v2.1.0

Compare
Choose a tag to compare
@jasonbahl jasonbahl released this 24 Jan 19:50
· 119 commits to main since this release
122d9ed

Release Notes

Upgrade Notice

While fixing some performance issues we had to adjust the fallback logic for mapping ACF Field Groups to the Schema if they do not have "graphql_types" defined.

ACF Field Groups that did not have "graphql_types" defined AND were assigned to Location Rules based on "post_status", "post_format", "post_category" or "post_taxonomy" might not show in the Schema until their "graphql_types" are explicitly defined.

New Features

  • #156: feat: Use published ACF values in resolvers for fields associated with posts that use the block editor, since the Block Editor has a bug preventing meta from being saved for previews. Adds a debug message if ACF fields are queried for with "asPreview" on post(s) that use the block editor.

Chores / Bugfixes

  • #159: chore: update README to link to website, add image
  • #156: fix: ACF Fields not resolving when querying "asPreview"
  • #155: fix: "show_in_graphql" setting not being respected when turned "off"
  • #152: fix: performance issues with mapping ACF Field Groups to the Schema
  • #148: fix: bug when querying taxonomy field on blocks
  • #146: chore: update phpcs to match core WPGraphQL
  • #143: chore: add workflow to sync develop with main
  • chore: update README.md

Full Changelog: v2.0.0...v2.1.0