Skip to content

Commit f534789

Browse files
author
Wonday
committed
Version bump to v6.7.6
1 parent 6f8b867 commit f534789

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,17 @@ react-native run-ios
168168
### ChangeLog
169169
<details>
170170
<summary>ChangeLog details</summary>
171-
v6.7.5
171+
v6.7.6
172+
1. Fixed: Add missing 'enableDoubleTapZoom' to fabric codegen source (#832)
173+
2. Fixed: added missing 'scrollEnabled' prop (#842)
174+
3. Fixed: java.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up (#840)
175+
4. Fixed: an issue that crashes when cancel is not present (#852)
176+
5. Added: add load method (#861)
177+
6. Fixed: encoded accented character is decoded incorrectly (#873)
178+
7. Fixed: enableDoubleTapZoom bugfix
179+
172180

181+
v6.7.5
173182
1. Added progressContainerStyle prop
174183
2. Improved: Added enableDoubleTapZoom option
175184
3. Fixed: Fix app crash with this.lastRNBFTask.cancel is not a function (#827)
@@ -378,5 +387,4 @@ Set the current page of the PDF component. pageNumber is a positive integer. If
378387
Example:
379388
```
380389
this.pdf.setPage(42); // Display the answer to the Ultimate Question of Life, the Universe, and Everything
381-
```
382-
390+
```

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.7.5",
3+
"version": "6.7.6",
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)