Skip to content

Releases: watson-developer-cloud/discovery-components

v2.0.3

17 May 20:51
Compare
Choose a tag to compare

2.0.3 (2022-05-17)

Bug Fixes

  • display DocumentPreview properly for documents with tables (#343) (f8f01d7)

v2.0.2

05 May 04:49
Compare
Choose a tag to compare

2.0.2 (2022-05-05)

Bug Fixes

  • render correct doc to show passage highlights (#344) (8123fd6)

v2.0.1

29 Apr 18:36
Compare
Choose a tag to compare

2.0.1 (2022-04-29)

Bug Fixes

  • add document id to virtual scroll key (#341) (a351d4e)

v2.0.0

27 Apr 20:42
Compare
Choose a tag to compare

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.

v2.0.0-beta.0

25 Apr 20:56
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-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.

v1.5.0-beta.30

14 Mar 06:32
Compare
Choose a tag to compare
v1.5.0-beta.30 Pre-release
Pre-release

1.5.0-beta.30 (2022-03-14)

Bug Fixes

  • show text view if there is no text_mappings (#322) (c579cfd)

v1.5.0-beta.29

12 Mar 01:14
Compare
Choose a tag to compare
v1.5.0-beta.29 Pre-release
Pre-release

1.5.0-beta.29 (2022-03-12)

Bug Fixes

  • fix page switching issue with PdfViewerWithHighlight (#323) (bd3b7c7)

v1.5.0-beta.28

11 Mar 03:32
Compare
Choose a tag to compare
v1.5.0-beta.28 Pre-release
Pre-release

1.5.0-beta.28 (2022-03-11)

Features

  • add state change event to DocumentPreview component (#320) (08b2c1a)

v1.5.0-beta.27

10 Mar 00:39
Compare
Choose a tag to compare
v1.5.0-beta.27 Pre-release
Pre-release

1.5.0-beta.27 (2022-03-10)

Bug Fixes

v1.5.0-beta.26

04 Mar 07:31
Compare
Choose a tag to compare
v1.5.0-beta.26 Pre-release
Pre-release

1.5.0-beta.26 (2022-03-04)

Bug Fixes