Releases: douglasjunior/react-native-pdf-renderer
Releases · douglasjunior/react-native-pdf-renderer
2.3.0
12 Aug 20:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
Fix an intermittent PDF rendering issue on iOS (#55 #56 )
2.2.1
22 Jul 16:42
Compare
Sorry, something went wrong.
No results found
Changes
Fix render on old Androids #50 #51
Prevent crash on Android when component is destroyed #52
2.2.0
15 Jul 18:01
Compare
Sorry, something went wrong.
No results found
Changes
Compatibility with RN 0.80+ (#48 )
2.1.0
11 Jul 10:35
Compare
Sorry, something went wrong.
No results found
2.0.1
30 Jun 11:55
Compare
Sorry, something went wrong.
No results found
Changes
Add "react-native" entry point to work with RN 0.72+ (#47 )
2.0.0
29 Jun 02:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
Enhance resolution calculations on Android to utilize the device's DPI - by @rmarquois (#33 )
1.4.0
26 Sep 12:12
Compare
Sorry, something went wrong.
No results found
Changes
Add a prop maxPageResolution to limit the page resolution when zooming on Android. #26