diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b3ed4..f519b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ### UNRELEASED 2.x +- [DOCS] added basic documentation for `delegateToComponent` +- [FEATURE] added `targetRootField` option to `delegateToComponent` +- [CLEANUP] use fieldNodes to build sub-operation document in delegateToComponent such that the original operation document isn't unintentionally modified - [CLEANUP] additional refactoring of resolver importation - [FIXED] Memoizing resolvers didn't take into account aliased requests - [CLEANUP] Refactor how imports are merged together to be optimized and only run when a schema is requested diff --git a/package.json b/package.json index 990c1f6..9718b84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-component", - "version": "2.0.0-rc2", + "version": "2.0.0-rc3", "description": "Build graphql schema with components", "keywords": [ "graphql",