Skip to content

Releases: wojtekmaj/react-pdf

v8.0.2

07 May 13:41
1cd0391
Compare
Choose a tag to compare

Bug fixes

v8.0.1

07 May 12:37
a662cfc
Compare
Choose a tag to compare

This version shipped an incorrect fix for a security vulnerability and thus has been deprecated.

Bug fixes

v7.7.3

07 May 13:40
1a69776
Compare
Choose a tag to compare

Bug fixes

v7.7.2

07 May 12:35
8ca4d07
Compare
Choose a tag to compare

This version shipped an incorrect fix for a security vulnerability and thus has been deprecated.

Bug fixes

v8.0.0

30 Apr 09:55
45ad231
Compare
Choose a tag to compare

❗️ = breaking change

What's new?

  • Added support for React 19.

What's changed?

  • ❗️ New JSX transform is now required. Most likely, you’re already using it, but if you’re not, you’ll need to enable it by following the instructions in the linked blog post.
  • ❗️ propTypes were removed. If you’re using propTypes, we recommend migrating to TypeScript or another type-checking solution.

v7.7.1

21 Feb 14:34
93b09c3
Compare
Choose a tag to compare

Bug fixes

  • Fixed Outline, Page and Thumbnail components crashing when placed outside Document, but provided with pdf prop (#1709).
  • Fixed documentation for using vite-plugin-static-copy suggesting a solution that doesn't work on Windows.

v7.7.0

10 Jan 10:10
9365d23
Compare
Choose a tag to compare

What's new?

  • Detect not memoized file and options props.

What's changed?

  • Updated documentation to make it clear SVG renderMode is deprecated and will be removed in the future.
  • Replaced tiny-warning with more popular (and equally tiny!) warning.

v7.6.0

09 Dec 21:24
eceea62
Compare
Choose a tag to compare

What's new?

  • Improved developer experience by moving prop documentation to JSDoc. This means that you can now see descriptions, default values, and examples for all props in your IDE.
  • Improved documentation.

v7.5.1

18 Oct 13:08
f944b85
Compare
Choose a tag to compare

What's new?

v7.5.0

05 Oct 14:03
440df3d
Compare
Choose a tag to compare

What's new?

  • Exported PasswordResponses type to make it easier to create custom password prompts (#1615). Thanks, @pstevovski!
  • Updated documentation on options prop and usage with Next.js.

Bug fixes

  • Fixed customTextRenderer not called on items outside of marked content (#1593, #1623).