Skip to content

Commit

Permalink
version up to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Nov 1, 2017
1 parent 282ce1b commit 92d4c9d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
34 changes: 19 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,45 +34,49 @@ A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also

### ChangeLog

v2.0.2

1. Fix pdf canvas was clipped problem [`#69`](https://github.com/wonday/react-native-pdf/issues/69)

v2.0.1

1. improve iOS version scrolling performance
2. fix never ending loop rendering problem in example code
1. Improve iOS version scrolling performance
2. Fix never ending loop rendering problem in example code

v2.0.0

1. Reimplement iOS version by UIScrollView, improve scrolling performance
2. fix iOS paging [`#63`](https://github.com/wonday/react-native-pdf/issues/63)
2. Fix iOS paging [`#63`](https://github.com/wonday/react-native-pdf/issues/63)

v1.3.5

1. improve scolling performance
2. return pdf local/cache path when callback onLoadComplete [`#57`](https://github.com/wonday/react-native-pdf/issues/57)
1. Improve scolling performance
2. Return pdf local/cache path when callback onLoadComplete [`#57`](https://github.com/wonday/react-native-pdf/issues/57)

v1.3.4

1. update iOS project to Xcode9 format.
2. fix crash problem when load from base64 [`#58`](https://github.com/wonday/react-native-pdf/issues/58)
3. fix TypeScript definition for onError [`#53`](https://github.com/wonday/react-native-pdf/issues/53)
4. update sample code in readme
1. Update iOS project to Xcode9 format.
2. Fix crash problem when load from base64 [`#58`](https://github.com/wonday/react-native-pdf/issues/58)
3. Fix TypeScript definition for onError [`#53`](https://github.com/wonday/react-native-pdf/issues/53)
4. Update sample code in readme

v1.3.3

1. improve iOS scrolling performance, fix [`#47`](https://github.com/wonday/react-native-pdf/issues/47)
1. Improve iOS scrolling performance, fix [`#47`](https://github.com/wonday/react-native-pdf/issues/47)

v1.3.2

1. move react-native and react-native-fetch-blob to peerDependencies
1. Move react-native and react-native-fetch-blob to peerDependencies

v1.3.1

1. refactor android source
2. stop page scrolling when tap screen [`#41`](https://github.com/wonday/react-native-pdf/issues/41)
1. Refactor android source
2. Stop page scrolling when tap screen [`#41`](https://github.com/wonday/react-native-pdf/issues/41)

v1.3.0

1. fix drawing problem on Android 4.4 [`#31`](https://github.com/wonday/react-native-pdf/issues/31)
2. add fitWidth support [`#36`](https://github.com/wonday/react-native-pdf/issues/36) , [`#38`](https://github.com/wonday/react-native-pdf/issues/38)
1. Fix drawing problem on Android 4.4 [`#31`](https://github.com/wonday/react-native-pdf/issues/31)
2. Add fitWidth support [`#36`](https://github.com/wonday/react-native-pdf/issues/36) , [`#38`](https://github.com/wonday/react-native-pdf/issues/38)

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

0 comments on commit 92d4c9d

Please sign in to comment.