Releases: mblink/document-viewer-ts
1.0.0-legacy
Upgrades pdfjs to version 4 and bumps es target to 2020.
0.7.1-legacy
Fixes a vulnerability in PDF.js by setting isEvalSupported
to false
.
0.7.0-legacy
- 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
Minor UI change for responsiveness. Removes "Page" label at size XS so that text doesn't wrap strangely.
0.6.0-legacy
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
Handles bug with uppercase file extensions by converting to lowercase before comparison.
0.5.3-legacy
Deals with text highlighting issues, implementing better styling and scaling.
0.5.2-legacy
Adds a wrapper around pdf viewer components to fix rendering issues with React 18.
0.5.1-legacy
Fixes placement of workerSrc import so to fix a bug in React.
0.5.0-legacy
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.