Releases: wonday/react-native-pdf
Releases · wonday/react-native-pdf
v6.1.1
- Fixed undefined is not an object, crashing on ios
v6.1.0
v6.1.0
- fix react-native warning on componentWill*
- fix onPageSingleTap
- Set the PDF View background color to be transparent On iOS
v6.0.1
- Expose prop to trust self-signed SSL certs
- Use ViewStyleProp in index.js.flow, not deprecated StyleSheet.Styles
v6.0.0
- Add JS callback onPressLink for pdf link press listener
- Fix calling setState while unmounted
v5.1.7
- downgrade to AndroidPdfViewer 3.1.0-beta.1
v5.1.6
- fix componentWillReceiveProps and componentWillMount warnings
v5.1.5
- add setPage() method
- upgrade to AndroidPdfViewer to 3.2.0-beta.1
- fix some codes ,readme and sample
v5.1.4
- update example project to RN 0.60.4
- fix blank view after native module got recycled in onDetachedFromWindow event
- restore singleTap, only callback, do not change scale
v5.1.1-v5.1.3
v5.1.3
remove singleTap action from iOS, make the same with Android.
v5.1.2
fix overflow when zoom on Android
v5.1.1
call onScaleChanged when tapped on iOS
fix overflow when zoom
add packagingOptions for Detox e2e tests build and androidTest target
add activityIndicatorProps to index.d.ts
v5.1.0
- remove encodeURI(), Degrade Notice: If you use Chinese/Japanese/Korean path, please encodeURI() yourself
- fix enableAnnotationRendering in iOS
- Trusting certificates for api http redirection
v5.0.12
v5.0.12
- fix some codes for code safe
- add flow typings
- update style prop type
v5.0.11
- fix sample codes
v5.0.10
- support enablePaging for ios<11.0
- disable long press on ios (the same with android)
- make iOS singleTap scale the same action with android
- recreate sample with RN 0.57
v5.0.9
- fix podspec
- NS_CLASS_AVAILABLE_IOS(11_0) to PDFKit related codes
- Fix pdfs when pipe appears in table content json
- modify build.gradle for RN 0.57