Skip to content

v2.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@watson-github-bot watson-github-bot released this 25 Apr 20:56
· 124 commits to master since this release

2.0.0-beta.0 (2022-04-25)

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.