Skip to content

Latest commit

 

History

History
1002 lines (298 loc) · 35 KB

CHANGELOG.md

File metadata and controls

1002 lines (298 loc) · 35 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.0.2 (2024-08-13)

Bug Fixes

6.0.1 (2024-08-13)

Bug Fixes

  • return normalized text divs/content values (#581) (a357da2)

6.0.0 (2024-08-08)

Bug Fixes

BREAKING CHANGES

  • The worker file has been renamed from having extension .js to .mjs.

5.0.4 (2024-07-12)

Note: Version bump only for package root

5.0.3 (2024-03-22)

Note: Version bump only for package root

5.0.2 (2024-02-14)

Bug Fixes

  • fixed error in search results due to document title (#550) (220798d)

5.0.1 (2024-01-26)

Note: Version bump only for package root

5.0.0 (2024-01-23)

Bug Fixes

  • Add position: relative to checkboxes, radio buttons, and data table (#538) (0dca418)

chore

BREAKING CHANGES

  • Upgrade of ibm-watson changes some types

  • fix: use collectionIds instead of collection_ids for fn param

  • fix: show document fetch error

  • chore: upgrade deps

  • chore: remove unneeded core-js deps

  • test: japanese PDF is only a single page

  • chore: upgrade cypress

  • chore: upgrade http-proxy-middleware

  • build: generate types file

  • build: don't rollup types, to keep breaking changes to a minimum

  • build: revert baseUrl removal

4.9.0 (2023-11-08)

Features

4.8.0 (2023-09-19)

Bug Fixes

Features

4.7.1 (2023-08-30)

Bug Fixes

  • tooltip when facet available and border pdf active element (#531) (a152389)

4.7.0 (2023-08-23)

Features

  • PDF view, single tooltip, show when hovering/selecting an enrichment (#529) (74702a7)

4.6.0 (2023-07-26)

Features

  • text active color and PDF highlight/active colors (#520) (760bed3)

4.5.0 (2023-07-07)

Features

  • add styling for overlapping highlights in text view (#521) (6ddd76c)

4.4.0 (2023-05-30)

Features

  • add unique highlighting colors to document preview text view (#517) (79b5fcd)

4.3.0 (2023-05-01)

Features

4.2.3 (2023-04-26)

Note: Version bump only for package root

4.2.2 (2023-04-20)

Note: Version bump only for package root

4.2.1 (2023-04-19)

Bug Fixes

4.2.0 (2023-02-21)

Features

4.1.4 (2023-02-06)

Bug Fixes

4.1.3 (2022-11-02)

Bug Fixes

  • keep styles from leaking in html view when highlight present (#441) (2383dc4)

4.1.2 (2022-10-27)

Bug Fixes

  • make loading prop optional in HtmlView and fix style leaks (#439) (e4f5bc7)

4.1.1 (2022-10-18)

Bug Fixes

  • escape all search filter double quote characters (#433) (cc133a4)
  • remove horizontal padding from passages (#434) (bb714a3)

4.1.0 (2022-10-12)

Bug Fixes

  • allow passage highlight on non-text fields (#430) (f5e5468)

Features

  • allow displaying multiple passages from each document (#397) (71cb02a)

4.0.2 (2022-10-06)

Bug Fixes

  • expose utility function for adjusting GlobalWorkerOptions (#426) (a0c4876)

4.0.1 (2022-10-06)

Bug Fixes

4.0.0 (2022-10-05)

Bug Fixes

BREAKING CHANGES

    • PDF worker now required to be set up in order to use PdfViewer component
  • Make pdfWorkerUrl prop optional (can use GlobalWorkerOptions.workerSrc instead)
  • Make suggested README changes
  • Update example app to use hosted worker
  • Fix DocumentPreview story

3.1.0 (2022-09-26)

Features

  • strip out inputs, forms, buttons, and scripts from HTML doc view (#415) (e7a6d0b)

3.0.7 (2022-09-21)

Note: Version bump only for package root

3.0.6 (2022-08-30)

Bug Fixes

3.0.5 (2022-08-29)

Bug Fixes

  • prevent unnecessary horizontal scrollbar (#394) (7fa44bc)

3.0.4 (2022-08-18)

Bug Fixes

  • adjust how canvas dimensions are computed (#385) (3a86582)

3.0.3 (2022-07-25)

Bug Fixes

  • revert previous facet changes and make new changes (#384) (d95eb25), closes #383

3.0.2 (2022-07-22)

Bug Fixes

  • change facet query method to exact match (#381) (972d1b7)
  • update tests from phrase query removal (#383) (f6f2bee)

3.0.1 (2022-07-18)

Bug Fixes

  • revert to renaming ref prop with forwardRef and HOC (#379) (c118d65)

3.0.0 (2022-07-16)

Bug Fixes

  • Mitigate some pagination issues in search results (#340) (2e5e00f)

BREAKING CHANGES

    • No longer display table-only results with passage results
    • No longer add page size to pagination options (if it wasn't already included)
    • Use count values exclusively (ignore results_per_page)
  • Only include each document once in filter string
  • Allow pagination to be reset externally
  • Test updates
  • Review fixes
  • Fix tests

2.1.0 (2022-06-20)

Features

2.0.4 (2022-06-14)

Bug Fixes

  • add 'icp4d-api' path for auth url (#351) (0d2a22e)
  • when nodes aren't found, warn in console rather than erroring (#365) (6ae446c)

2.0.3 (2022-05-17)

Bug Fixes

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

2.0.2 (2022-05-05)

Bug Fixes

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

2.0.1 (2022-04-29)

Bug Fixes

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

2.0.0 (2022-04-27)

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.

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.

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

Bug Fixes

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

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

Bug Fixes

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

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

Features

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

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

Bug Fixes

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

Bug Fixes

1.5.0-beta.25 (2022-03-02)

Bug Fixes

1.5.0-beta.24 (2022-02-28)

Features

1.5.0-beta.23 (2022-02-25)

Bug Fixes

  • fix console error on showing DocumentPreview component (#312) (b39c011)

1.5.0-beta.22 (2022-02-22)

Features

  • add PDFSource support to PDFViewer and DocumentProvider (#306) (b8caee9)

1.5.0-beta.21 (2022-02-22)

Features

1.5.0-beta.20 (2022-02-10)

Bug Fixes

  • fix preview type displayed in DocumentPreview (#294) (5ffda28)

1.5.0-beta.19 (2022-02-08)

Features

  • highlight passages and tables on PDF in DocumentPreview (#287) (60becca)

1.5.0-beta.18 (2022-02-03)

Features

  • allow fallbackComponent props to DocumentPreview component (#286) (0082600)

1.5.0-beta.17 (2022-02-02)

Features

1.5.0-beta.16 (2022-01-31)

Bug Fixes

  • add missing prop to doc provider interface (#283) (e6d6480)

1.5.0-beta.15 (2022-01-21)

Bug Fixes

1.5.0-beta.14 (2022-01-21)

Features

  • update preview toolbar design for PDF viewer (#251) (8f8af90)

1.5.0-beta.13 (2022-01-21)

Bug Fixes

  • Fix PdfView alignment in DocumentPreview (#256) (4e3631b)

1.5.0-beta.12 (2022-01-21)

Note: Version bump only for package root

1.5.0-beta.11 (2022-01-21)

Features

  • add "active" state to highlight on PdfViewer (#259) (35c473a)

1.5.0-beta.10 (2022-01-19)

Note: Version bump only for package root

1.5.0-beta.9 (2022-01-14)

Note: Version bump only for package root

1.5.0-beta.8 (2022-01-06)

Bug Fixes

  • mitigate overlapped or segmented highlight on PDF (#252) (6442420)

Features

1.5.0-beta.7 (2021-12-13)

Bug Fixes

  • fix PDF highlight misalignment issue (#253) (1dc939b)

1.5.0-beta.6 (2021-12-10)

Note: Version bump only for package root

1.5.0-beta.5 (2021-12-09)

Features

1.5.0-beta.4 (2021-12-06)

Bug Fixes

Features

  • add text layer support to PDF viewer (#237) (b9dc342)

1.5.0-beta.3 (2021-12-02)

Note: Version bump only for package root

1.5.0-beta.2 (2021-11-20)

Note: Version bump only for package root

1.5.0-beta.1 (2021-11-19)

Note: Version bump only for package root

1.5.0-beta.0 (2021-11-09)

Features

  • use device pixel ratio to render PDF (#233) (43e0870)

1.4.1-beta.2 (2021-11-09)

Bug Fixes

1.4.1-beta.1 (2021-11-02)

Bug Fixes

  • correct query filter string generation (#231) (a7d9a9f)

1.4.0-beta.10 (2021-09-27)

Bug Fixes

  • how CJS output handles ListBox import (#218) (b6edd4f)

1.4.0-beta.9 (2021-09-27)

Bug Fixes

1.4.0-beta.8 (2021-09-23)

Bug Fixes

  • better tree shaking with @carbon/icons-react and carbon-react-components (#209) (0c3d14e)

1.4.0-beta.7 (2021-09-17)

Bug Fixes

  • escape/unescape field name in search filters (#212) (c7d5318)

1.4.0-beta.6 (2021-09-16)

Bug Fixes

1.4.0-beta.5 (2021-09-03)

Bug Fixes

  • escape field names before building aggregation string (#207) (078e753)

1.4.0-beta.4 (2021-08-05)

Bug Fixes

  • use carbon's built-in label for MultiSelect (#196) (a17e2c6)

1.4.0-beta.3 (2021-07-22)

Bug Fixes

  • use "unstable" Carbon Pagination to avoid performance hang (#195) (c40c824)

1.3.0 (2020-12-22)

Note: Version bump only for package root

1.2.0 (2020-06-24)

Note: Version bump only for package root