Skip to content

Commit

Permalink
version up to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Jul 10, 2017
1 parent c84ec20 commit f3cb0b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,23 @@ Or, if you want to add Android permissions to AndroidManifest.xml automatically,
RNFB_ANDROID_PERMISSIONS=true react-native link react-native-fetch-blob

### ChangeLog

v1.2.3

1. comment out debug log
2. fix onLoadComplete not triggered on iOS #19
3. Fix initial props scale not work problem on iOS

v1.2.2

1. fix crash when scale is bigger (#4)
2. improve pan operation when page=1 (#15)
3. Fix TypeScript definitions (onLoadComplete and onPageChanged) (#16)
1. fix crash when scale is bigger #4
2. improve pan operation when page=1 #15
3. Fix TypeScript definitions (onLoadComplete and onPageChanged) #16

v1.2.1

1. add METHOD and HEADERS support for network pdf

v1.2.0

1. add page breaker support (ios/android)
2. add password support (ios/android)
3. improve font rendering (android)
4. change default activityIndicator to progress bar

[[more]](https://github.com/wonday/react-native-pdf/releases)

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": "1.2.2",
"version": "1.2.3",
"description": "A react native PDF view component",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit f3cb0b3

Please sign in to comment.