react-pdf v5.0.0-beta Release Notes

Release Date: 2019-12-07 // over 4 years ago
  • ๐Ÿฑ โ—๏ธ = breaking change

    What's new?

    • โšก๏ธ โ—๏ธ React-PDF now ships with ES6 Modules along with CommonJS modules. This allows for Webpack and other bundlers to optimize your code better.
    • โšก๏ธ Updated pdf.js from 2.1.266 to 2.2.228.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed memory leak after unmounting Document (#452, #505). Thanks, @oze4!
    • ๐Ÿ›  Fixed error, loading, noData propTypes not accepting functions (#579).
    • ๐Ÿ›  Fixed PDF rendering incorrectly if wrapped in an element with dir="rtl" (#588).