Skip to content

v10.4.0

Choose a tag to compare

@wojtekmaj wojtekmaj released this 21 Feb 00:35
· 30 commits to main since this release
Immutable release. Only release title and notes can be modified.
2ad8088

What's new?

  • Added support for pageColors prop in Page component (#2068).
    With this option, you can easily override colors used to render the PDF and implement accessibility enhancements. For example, this:
    <Page /* … */ pageColors={{ background: 'black', foreground: '#FF0000' }} />
    will result in the following: