Skip to content

Releases: douglasjunior/react-native-pdf-renderer

2.3.0

12 Aug 20:34

Choose a tag to compare

Changes

  • [POSSIBLE BREAKING BREAKING]: Disable new arch view recycling on iOS to prevent the React Native to cache the position of PDF page after unmount the component. (#57)

2.2.3

11 Aug 21:12

Choose a tag to compare

Changes

  • Fix an intermittent PDF rendering issue on iOS (#55 #56)

2.2.1

22 Jul 16:42

Choose a tag to compare

Changes

  • Fix render on old Androids #50 #51
  • Prevent crash on Android when component is destroyed #52

2.2.0

15 Jul 18:01

Choose a tag to compare

Changes

  • Compatibility with RN 0.80+ (#48)

2.1.0

11 Jul 10:35

Choose a tag to compare

Changes

  • Add onError event prop

2.0.1

30 Jun 11:55

Choose a tag to compare

Changes

  • Add "react-native" entry point to work with RN 0.72+ (#47)

2.0.0

29 Jun 02:49
447bde6

Choose a tag to compare

Changes

  • Added support for the new architecture 🎉
  • Maintained backward compatibility with the old architecture
  • Set the new minimum React Native version to 0.71

NOTE: If you are still using the old architecture, there should be no breaking changes for you.

1.6.0

20 Dec 15:01

Choose a tag to compare

Changes

  • (Possible breaking change) Set default background color to white on Android to prevent issues with transparent PDFs - by @rmarquois (#34)
  • Update build.gradle
  • Update README

1.5.1

19 Dec 16:29

Choose a tag to compare

Changes

  • Enhance resolution calculations on Android to utilize the device's DPI - by @rmarquois (#33)

1.4.0

26 Sep 12:12

Choose a tag to compare

Changes

  • Add a prop maxPageResolution to limit the page resolution when zooming on Android. #26