Skip to content

Commit 044443a

Browse files
author
Wonday
committed
Bump to v6.6.0
1 parent 6e70ec6 commit 044443a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,18 @@ react-native run-ios
169169
<details>
170170
<summary>ChangeLog details</summary>
171171

172+
v6.6.0
173+
1. Fixed: Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'
174+
2. Added: Decode File Path for iOS
175+
3. Improved: prefer current page for calculating scale factor on fit
176+
4. Improved: Typescript version source
177+
172178
v6.5.0
173-
1. Fix: replace mavenCentral with maven
179+
1. Fixed: replace mavenCentral with maven
174180
2. Breaking Change(Android): replace deprecated repository: jcenter()
175-
3. Fix: loading progress
176-
4. Add: Typed "source" prop
177-
5. Remove: dependency to fbjs
181+
3. Fixed: loading progress
182+
4. Added: Typed "source" prop
183+
5. Removed: dependency to fbjs
178184

179185
v6.4.0
180186
1. Remove sample for reducing NPM package size

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pdf",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"summary": "A react native PDF view component",
55
"description": "A react native PDF view component, support ios and android platform",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)