Skip to content

v2.0.0

Choose a tag to compare

@jhpedemonte jhpedemonte released this 27 Apr 20:42
· 122 commits to master since this release

Features

BREAKING CHANGES

  • API: fetchDocuments() signature has changed. It can now take an array of collection IDs. When fetching a document or set of documents, specify collection ID(s), since document IDs are only unique within a collection, not a project.
  • COMPONENT: SearchResults now updates the default search parameters of the enclosing DiscoverySearch context. This limits the size of the response data; it only requests the document fields that are needed to render that component.