Skip to content

Commit

Permalink
version up to v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Nov 22, 2017
1 parent 7843585 commit 80f4fc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also

### ChangeLog

v2.0.5

1. add code protect for not load the same pdf twice
2. can scroll out of bounds with blank page, after stop, redraw pages
3. cancel not finished download task when componentWillUnmount.

v2.0.4

1. add .git to .npmignore
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.4",
"version": "2.0.5",
"description": "A react native PDF view component",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 80f4fc0

Please sign in to comment.