Skip to content

v7.45.4

Choose a tag to compare

@Spring3 Spring3 released this 01 Dec 17:47
· 1078 commits to master since this release
d41d554

Fixed the type on EntryReferenceProps:

Previously the includes.Entry and includes.Asset had type CollectionProps<T>, while in fact both were an array.

  • includes.Entry is now EntryProps[]
  • includes.Asset is now AssetProps[]

Deprecated maxDepth on plainClient.entry.references and environmentApi.getEntryReferences calls

  • added a include param to match the actual query parameter that is sent to the servers.
  • maxDepth param works the same way, but is marked as @deprecated and now acts more like an alias for include param. Please use include param instead of maxDepth