Releases: watson-developer-cloud/discovery-components
Releases · watson-developer-cloud/discovery-components
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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 enclosingDiscoverySearch
context. This limits the size of the response data; it only requests the document fields that are needed to render that component.
v2.0.0-beta.0
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 enclosingDiscoverySearch
context. This limits the size of the response data; it only requests the document fields that are needed to render that component.