We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59aad5c commit daa3aefCopy full SHA for daa3aef
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-pdf-headless",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"type": "module",
5
"files": [
6
"src",
src/Reader.tsx
@@ -454,6 +454,7 @@ const Reader = ({
454
{...reactPDFDocumentProps}
455
file={file}
456
onLoadSuccess={onDocumentLoadSuccess}
457
+ // react-pdf 10.x allows scale to be passed to the document
458
// scale={scale}
459
>
460
<div
0 commit comments