Skip to content

Commit

Permalink
version up to v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Jun 24, 2019
1 parent fc24dee commit db9849b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,18 @@ A4. Expo does not support native module. you can read more expo caveats [`here`]

### ChangeLog

v5.1.2
1. fix overflow when zoom on Android

v5.1.1
1. call onScaleChanged when tapped in iOS
1. call onScaleChanged when tapped on iOS
2. fix overflow when zoom
3. add packagingOptions for Detox e2e tests build and androidTest target
4. add activityIndicatorProps to index.d.ts

v5.1.0
1. remove encodeURI(), **Degrade Notice: If you use Chinese/Japanese/Korean path, please encodeURI() yourself**
2. fix enableAnnotationRendering in iOS
2. fix enableAnnotationRendering on iOS
3. Trusting certificates for api http redirection

v5.0.12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pdf",
"version": "5.1.1",
"version": "5.1.2",
"summary": "A react native PDF view component",
"description": "A react native PDF view component, support ios and android platform",
"main": "index.js",
Expand Down

0 comments on commit db9849b

Please sign in to comment.