Skip to content

v2.0.3

Compare
Choose a tag to compare
@brianjquinn brianjquinn released this 12 Oct 23:45
· 91 commits to master since this release
  • Fixed individual field exclusions during import - individual field exclusions will no longer modify the original resolver map that is being imported.
  • Fixed/tightened up argument forwarding when using delegateToComponent() - only arguments the target field is expecting will be extracted from the calling resolver or from the args object provided to delegateToComponent() depending on the situation. Previously, there were some unintended argument leakage in certain edge cases.