Skip to content

Releases: wonday/react-native-pdf

v6.7.5

20 Apr 14:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.7.1...v6.7.5

v6.7.4

23 Dec 04:17
37d128a
Compare
Choose a tag to compare

v6.7.4
Fixed: Fix Android crash issue

v6.7.3

Fixed: fix android package name
v6.7.2

Fixed: fix iOS double tap zoom scrolling
Fixed: fix RN 73 compatibility
Fixed: bump crypto-js to avoid critical vulnerability

v6.7.1

25 Jun 16:51
Compare
Choose a tag to compare

v6.7.1

Fixed: fix ios project setting
Fixed: fix typo in RNPDFPdfViewManagerInterface interface causing android build error

v6.7.0

Fixed: fix(iOS): center page at tap point after double tap to zoom
Fixed: add PDFKit to podspec to make ios compile
Improved: Update build.gradle to support RN 0.71 on new arch
Fixed: fix some small bugs and documents.

v6.6.0

30 Jul 15:18
Compare
Choose a tag to compare
  1. Fixed: Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'
  2. Added: Decode File Path for iOS
  3. Improved: prefer current page for calculating scale factor on fit
  4. Improved: Typescript version source

v6.5.0

08 Apr 16:22
Compare
Choose a tag to compare
  1. Fix: replace mavenCentral with maven
  2. Breaking Change(Android): replace deprecated repository: jcenter()
  3. Fix: loading progress
  4. Add: Typed "source" prop
  5. Remove: dependency to fbjs

v6.4.0

30 Oct 17:18
Compare
Choose a tag to compare

v6.4.0
Remove sample for reducing NPM package size
Add support for setting a filename for the cached pdf file
Use react-native-blob-util instead of rn-fetch-blob
Add blob support
remove progress-view dependency

v6.3.0
Add windows support
Fixed some bugs

v6.2.2
Fixed incorrect type of onPageSingleTap and onScaleChanged argument
Fixed included missing setPage method in TypeScript and Flow types
fixed Xcode 12 compatibility

v6.2.1

09 Oct 10:30
b185477
Compare
Choose a tag to compare
  1. Fix typescript onLoadComplete() definition
  2. Switched the AndroidPdfViewer dependency from Barteksc repo to TalbotGooday
  3. Add singlePage property

v6.2.0

25 Jun 05:21
Compare
Choose a tag to compare
  1. Fixed ReferenceError, url should be source.uri
  2. Dependency bump to support React-Native >= 0.62

v6.1.2

27 Apr 16:07
Compare
Choose a tag to compare
  1. Fixed wrong scale returned from onScaleChanged()
  2. Fixed iOS Double Tap zoom
  3. Fixed Some critical typo fixes

v6.1.1

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