Skip to content

Commit

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

### ChangeLog

v3.0.5
1. OnError return Error() object
2. fix cache overwrite error
3. add Android content:// support
4. fix type error
5. Refactor view.propTypes to ViewPropTypes.

v3.0.4

1. fix 'virtualizedCell.cellKey' warning [`#125`](https://github.com/wonday/react-native-pdf/issues/125)
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": "3.0.4",
"version": "3.0.5",
"description": "A react native PDF view component",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 7548fbf

Please sign in to comment.