Skip to content

Releases: wonday/react-native-pdf

v5.0.7

15 Oct 16:32
Compare
Choose a tag to compare
  1. onLoadComplete return table of contents
  2. delete tmp file after downloaded

v5.0.6

27 Sep 01:38
Compare
Choose a tag to compare
  1. add accessible to PdfPageView
  2. restore podspec

v5.0.5

18 Sep 13:36
Compare
Choose a tag to compare
  1. add minScale, maxScale props
  2. fix pdf display box
  3. fix Content-length check

v5.0.4

11 Sep 06:55
Compare
Choose a tag to compare
  1. fix ios background not work
  2. fix can not show two pdf in in one page

v5.0.3

06 Sep 11:03
Compare
Choose a tag to compare
  1. add enableAnnotationRendering property support, default enableAnnotationRendering=true
  2. android build.gradle can reference root project sdk and buildTool setting

v5.0.2

06 Sep 11:02
Compare
Choose a tag to compare
  1. fix file successfully download check

v5.0.1

03 Aug 10:14
Compare
Choose a tag to compare
  1. add paging support (ios and android)
  2. add RTL support (ios)
  3. fix position when set page (ios)

v5.0.0

02 Aug 02:24
Compare
Choose a tag to compare
  1. use iOS PDFKit to show pdf (iOS SDK>=11)
  2. use js+native to show pdf (iOS SDK<11, the same with 4.0.0)
  3. support pdf with layers (iOS SDK>=11)
  4. support pdf with links (iOS SDK>=11)
  5. fix zoom (iOS SDK>=11)

v4.0.0

19 Jul 07:39
Compare
Choose a tag to compare
  1. replace dependence lib react-native-fetch-blob with rn-fetch-blob

v3.0.17

16 Jul 10:45
Compare
Choose a tag to compare
  1. update android build tool to v26.0.3
  2. update AndroidPdfViewer to v3.1.0.beta1
  3. add {width,height} to onLoadComplete