Releases: missing-elements/pdfjs-viewer
Release list
v3.2.2
v3.2.1
- Fixed default theme to support PDF.js viewer toolbar modes
- Added
setViewerOptionsmethod to configurePDFViewerApplicationOptions - Added demo pages for
enableCommentandenableSignatureEditoroptions.
Full Changelog: v3.2.0...v3.2.1
v3.2.0
Full Changelog: v3.1.2...v3.2.0
v3.1.2
Added new features:
Full Changelog: v3.1.1...v3.1.2
v3.1.1
- Moved to PDF.js v5.5.207 legacy prebuilt (modern prebuilt lacks of browser support)
- Remove
initializedevent, addinitPromisepublic property instead
Full Changelog: v3.1.0...v3.1.1
v3.1.0
v3.0.2
🚀 The component now is standalone and does not need any prebuilt of PDF.js.
pdfjs-viewer-element@3.0.2
All needed source files are already included in package from PDF.js v5.4.624 release
Works with cross-origin documents
Thank you guys for your valuable comments ❤️
This release contains breaking changes:
- Removed
viewer-pathattribute, the component does not need external PDF.js prebuild anymore - Removed
nameddest,disable-worker,text-layer,disable-font-face,disable-range,disable-stream,disable-auto-fetch,verbosity- not necessary for the production build - CDN URL changed to
https://cdn.jsdelivr.net/npm/pdfjs-viewer-element/dist/pdfjs-viewer-element.js
If you still need some removed/changed features you can use v2 release and v2 package
v2.7.4
#38 Add title attribute to the iframe for better accessibility
v2.7.3
- Fix theme changing #37
- Add PDF.js v5 support
v2.7.2
- Fixed style injection #37
✅ All v4 and v3 releases are fully supported.
🚧 For v5 releases - there are some breaking changes that affects styles injecting, and theme changing not work anymore.