Skip to content

Release/v1.8.2#2383

Merged
jasonbahl merged 79 commits intomasterfrom
release/v1.8.2
May 17, 2022
Merged

Release/v1.8.2#2383
jasonbahl merged 79 commits intomasterfrom
release/v1.8.2

Conversation

@jasonbahl
Copy link
Copy Markdown
Collaborator

@jasonbahl jasonbahl commented May 16, 2022

Release Notes

New Features

  • (#2363): Adds "uri" field to MenuItem type which resolves the path of the node which can then be used in a nodeByUri query to get the linked node. The path is relative and does not contain subdirectory path in a subdirectory multisite. the path field does include the multisite subdirectory path, still. Thanks @josephfusco and @justlevine!
  • (#2337): Allows for either global ID or databaseId to be supplied in the ID field for user mutations. Thanks @justlevine!
  • (#2338): Allows either global "relay" ID or databaseId for post object mutations. Thanks @justlevine!
  • (#2336): Allows either global "relay" ID or databaseId for term object mutations. Thanks @justlevine!
  • (#2331): Allows either global "relay" ID or databaseId for MediaItem object mutations. Thanks @justlevine!
  • (#2328): Allows either global "relay" ID or databaseId for Comment object mutations. Thanks @justlevine!

Chores/Bugfixes

  • (#2368): Updates dependencies for Schema Linter workflow.
  • (#2369): Replaces the Codecov badge in the README with Coveralls badge. Thanks @justlevine!
  • (#2374): Updates descriptions for PostObjectFieldFormatEnum. Thanks @justlevine!
  • (#2375): Sets up the testing integration workflow to be able to run in multisite. Adds one workflow that runs in multisite. Fixes tests related to multisite.
  • (#2376): Adds support for ['auth']['callback'] and isPrivate for the register_graphql_mutation() API.
  • (#2379): Fixes a bug where term mutations were adding slashes when being stored in the database.
  • (#2380): Fixes a bug where WPGraphQL wasn't sending the Wp class to the parse_request filter as a reference.
  • (#2382): Fixes a bug where register_graphql_field() was not being respected by GraphQL Types added to the schema to represent Setting Groups of the core WordPress register_setting() API.

justlevine and others added 30 commits April 5, 2022 17:28
feat: allow global/db ids in comment mutation ID inputs
…nputs

feat: allow global/db ids in mediaItem mutation ID inputs
…-inputs

Feat/term object mutation id inputs
…r-workflow

Bugfix/#2367 fix schema linter workflow
@jasonbahl jasonbahl added the type: release Pull request intended for a release label May 16, 2022
@jasonbahl jasonbahl self-assigned this May 16, 2022
@justlevine
Copy link
Copy Markdown
Collaborator

@jasonbahl does it make sense to try and include #2337 and #2338 in this release?

@jasonbahl
Copy link
Copy Markdown
Collaborator Author

@justlevine it might! I'm still working through reviews 😆

@coveralls
Copy link
Copy Markdown

coveralls commented May 16, 2022

Coverage Status

Coverage increased (+0.6%) to 79.867% when pulling e7105ad on release/v1.8.2 into b7d1537 on master.

@justlevine
Copy link
Copy Markdown
Collaborator

@jasonbahl in the changelog, don't forget comments mediaItems and terms which were already merged into develop. Might make sense for brevity combine them all as a single li.

@jasonbahl jasonbahl merged commit ca6440e into master May 17, 2022
@justlevine justlevine deleted the release/v1.8.2 branch September 24, 2022 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: release Pull request intended for a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants