Skip to content

Commit

Permalink
Bump to v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Jul 30, 2022
1 parent 6e70ec6 commit 044443a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,18 @@ react-native run-ios
<details>
<summary>ChangeLog details</summary>

v6.6.0
1. Fixed: Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'
2. Added: Decode File Path for iOS
3. Improved: prefer current page for calculating scale factor on fit
4. Improved: Typescript version source

v6.5.0
1. Fix: replace mavenCentral with maven
1. Fixed: replace mavenCentral with maven
2. Breaking Change(Android): replace deprecated repository: jcenter()
3. Fix: loading progress
4. Add: Typed "source" prop
5. Remove: dependency to fbjs
3. Fixed: loading progress
4. Added: Typed "source" prop
5. Removed: dependency to fbjs

v6.4.0
1. Remove sample for reducing NPM package size
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": "6.5.0",
"version": "6.6.0",
"summary": "A react native PDF view component",
"description": "A react native PDF view component, support ios and android platform",
"main": "dist/index.js",
Expand Down

0 comments on commit 044443a

Please sign in to comment.