Skip to content

Commit 976cb23

Browse files
author
Wonday
committed
version up to v5.1.5
1 parent ab9e7fb commit 976cb23

File tree

2 files changed

+6
-42
lines changed

2 files changed

+6
-42
lines changed

README.md

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ react-native run-ios
104104

105105
### ChangeLog
106106

107+
v5.1.5
108+
1. add setPage() method
109+
2. upgrade to AndroidPdfViewer to 3.2.0-beta.1
110+
3. fix some codes ,readme and sample
111+
107112
v5.1.4
108113
1. Update example project to RN 0.60.4
109114
2. fix blank view after native module got recycled in onDetachedFromWindow event
@@ -146,47 +151,6 @@ v5.0.9
146151
3. Fix pdfs when pipe appears in table content json
147152
4. modify build.gradle for RN 0.57
148153

149-
v5.0.8
150-
1. fix podspec
151-
152-
v5.0.7
153-
1. onLoadComplete return table of contents
154-
2. delete tmp file after downloaded
155-
156-
v5.0.6
157-
1. add accessible to PdfPageView
158-
2. restore podspec
159-
160-
v5.0.5
161-
1. add minScale, maxScale props
162-
2. fix pdf display box
163-
3. fix Content-length check
164-
165-
v5.0.4
166-
1. fix ios background not work
167-
2. fix can not show two pdf in in one page
168-
169-
v5.0.3
170-
1. add enableAnnotationRendering property support, default enableAnnotationRendering=true
171-
2. android build.gradle can reference root project sdk and buildTool setting
172-
3. fix ios progressbar not work
173-
174-
v5.0.2
175-
1. fix file successfully download check
176-
177-
v5.0.1
178-
1. add paging support (ios and android)
179-
2. add RTL support (ios)
180-
3. fix position when set page (ios)
181-
182-
v5.0.0 (**break change**)
183-
1. use iOS PDFKit to show pdf (iOS SDK>=11)
184-
2. use js+native to show pdf (iOS SDK<11, the same with 4.0.0)
185-
3. support pdf with layers (iOS SDK>=11)
186-
4. support pdf with links (iOS SDK>=11)
187-
5. fix zoom (iOS SDK>=11)
188-
189-
190154
[[more]](https://github.com/wonday/react-native-pdf/releases)
191155

192156
### Example

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": "5.1.4",
3+
"version": "5.1.5",
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)