@@ -104,6 +104,11 @@ react-native run-ios
104
104
105
105
### ChangeLog
106
106
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
+
107
112
v5.1.4
108
113
1 . Update example project to RN 0.60.4
109
114
2 . fix blank view after native module got recycled in onDetachedFromWindow event
@@ -146,47 +151,6 @@ v5.0.9
146
151
3 . Fix pdfs when pipe appears in table content json
147
152
4 . modify build.gradle for RN 0.57
148
153
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
-
190
154
[[ more]] ( https://github.com/wonday/react-native-pdf/releases )
191
155
192
156
### Example
0 commit comments