Skip to content

Releases: wonday/react-native-pdf

v6.1.1

27 Apr 16:06
Compare
Choose a tag to compare
  1. Fixed undefined is not an object, crashing on ios

v6.1.0

29 Mar 11:45
Compare
Choose a tag to compare

v6.1.0

  1. fix react-native warning on componentWill*
  2. fix onPageSingleTap
  3. Set the PDF View background color to be transparent On iOS

v6.0.1

  1. Expose prop to trust self-signed SSL certs
  2. Use ViewStyleProp in index.js.flow, not deprecated StyleSheet.Styles

v6.0.0

01 Nov 14:56
Compare
Choose a tag to compare
  1. Add JS callback onPressLink for pdf link press listener
  2. Fix calling setState while unmounted

v5.1.7

17 Oct 15:24
Compare
Choose a tag to compare
  1. downgrade to AndroidPdfViewer 3.1.0-beta.1

v5.1.6

09 Oct 15:21
Compare
Choose a tag to compare
  1. fix componentWillReceiveProps and componentWillMount warnings

v5.1.5

24 Sep 15:42
Compare
Choose a tag to compare
  1. add setPage() method
  2. upgrade to AndroidPdfViewer to 3.2.0-beta.1
  3. fix some codes ,readme and sample

v5.1.4

13 Aug 15:01
Compare
Choose a tag to compare
  1. update example project to RN 0.60.4
  2. fix blank view after native module got recycled in onDetachedFromWindow event
  3. restore singleTap, only callback, do not change scale

v5.1.1-v5.1.3

24 Jun 09:11
Compare
Choose a tag to compare

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

28 May 14:03
Compare
Choose a tag to compare
  1. remove encodeURI(), Degrade Notice: If you use Chinese/Japanese/Korean path, please encodeURI() yourself
  2. fix enableAnnotationRendering in iOS
  3. Trusting certificates for api http redirection

v5.0.12

23 Mar 12:40
Compare
Choose a tag to compare

v5.0.12

  1. fix some codes for code safe
  2. add flow typings
  3. update style prop type

v5.0.11

  1. fix sample codes

v5.0.10

  1. support enablePaging for ios<11.0
  2. disable long press on ios (the same with android)
  3. make iOS singleTap scale the same action with android
  4. recreate sample with RN 0.57

v5.0.9

  1. fix podspec
  2. NS_CLASS_AVAILABLE_IOS(11_0) to PDFKit related codes
  3. Fix pdfs when pipe appears in table content json
  4. modify build.gradle for RN 0.57