react-pdf v4.1.0 Release Notes

Release Date: 2019-06-12 // almost 5 years ago
  • What's new?

    • You can now use ref on Page and Outline components.
    • You can now pass render functions to error, loading, noData props (#390).
    • React-PDF will now cancel loading a document if a new document was provided (#357).

    What's changed?

    • ๐Ÿ‘Œ Improved documentation for Create-React-App users (#369). Thanks, @suyesh!

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed font family in TextLayer not properly recognized in some cases (#385).
    • ๐Ÿ›  Fixed onParseError, onParseSuccess still documented despite being removed (#400).