Skip to content

Commit 6769d40

Browse files
author
Wonday
committed
bump to v7.0.4
1 parent e824b17 commit 6769d40

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ react-native run-ios
168168
### ChangeLog
169169
<details>
170170
<summary>ChangeLog details</summary>
171+
v7.0.4
172+
1. Fixed: Android PDF crash: IllegalStateException: Already closed (#989) (#999)
173+
2. Fixed: scrollTop on initial render on iOS (#1001)
174+
3. Feature(ios): add text selection support via PDFKit (#1003)
175+
4. upgrade: AndroidPdfViewer to 5.0.0, pdfiumandroid to 2.0.0
176+
177+
171178
v7.0.3
172179
1. Fixed: RefObject types, and setPage not working in android (#985)
173180

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": "7.0.3",
3+
"version": "7.0.4",
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)