Skip to content

Releases: mblink/document-viewer-ts

1.0.0-legacy

07 Jun 18:04
e0d9079
Compare
Choose a tag to compare

Upgrades pdfjs to version 4 and bumps es target to 2020.

0.7.1-legacy

07 May 17:52
861a850
Compare
Choose a tag to compare

Fixes a vulnerability in PDF.js by setting isEvalSupported to false.

0.7.0-legacy

25 Mar 21:17
6bbcf04
Compare
Choose a tag to compare
  • Migrate example from static html file to locally hosted web server using express.
  • Migrate testing from jest to Playwright end-to-end testing.
  • Minor bug fixes.

0.6.1-legacy

18 Mar 19:30
467b866
Compare
Choose a tag to compare

Minor UI change for responsiveness. Removes "Page" label at size XS so that text doesn't wrap strangely.

0.6.0-legacy

17 May 16:34
bef5f1e
Compare
Choose a tag to compare

Fixes error with textLayer rendering due to changes to textLayer API.

Also updates a number of build packages to better support pdfjs updates.

0.5.4-legacy

28 Mar 14:25
Compare
Choose a tag to compare

Handles bug with uppercase file extensions by converting to lowercase before comparison.

0.5.3-legacy

07 Feb 23:07
f5cd93a
Compare
Choose a tag to compare

Deals with text highlighting issues, implementing better styling and scaling.

0.5.2-legacy

09 Dec 21:23
ce7445b
Compare
Choose a tag to compare

Adds a wrapper around pdf viewer components to fix rendering issues with React 18.

0.5.1-legacy

06 Dec 17:01
8dc6fc2
Compare
Choose a tag to compare

Fixes placement of workerSrc import so to fix a bug in React.

0.5.0-legacy

05 Dec 20:26
9b47037
Compare
Choose a tag to compare

Reverts to using the legacy build of the pdfjs library for better customization. Adds a zoom select dropdown and fixes problems with pixelation at smaller screen sizes.