Skip to content

Commit 2e53667

Browse files
author
Wonday
committed
version up to v6.5.0
1 parent 0731610 commit 2e53667

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@ react-native run-ios
169169
<details>
170170
<summary>ChangeLog details</summary>
171171

172+
v6.5.0
173+
1. Fix: replace mavenCentral with maven
174+
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
178+
172179
v6.4.0
173180
1. Remove sample for reducing NPM package size
174181
2. Add support for setting a filename for the cached pdf file

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.4.0",
3+
"version": "6.5.0",
44
"summary": "A react native PDF view component",
55
"description": "A react native PDF view component, support ios and android platform",
66
"main": "index.js",

0 commit comments

Comments
 (0)