Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/harden-android-media-capture.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quote-injected-object-json.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @phantom/react-native-webview

## 1.2.4

### Patch Changes

- 78dc86f: Honor `mediaCapturePermissionGrantType="deny"` on Android by rejecting camera
and microphone resources before the existing permission flow can display a
prompt. Other permission resources and grant-type values retain their current
behavior.
- a45290f: Quote `injectedJavaScriptObject` JSON as a JavaScript string on Android and
Apple platforms. This preserves nested JSON and control characters while
preventing template-literal interpolation from executing injected code.

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Napas Udomsak <napas@phantom.com>"
],
"license": "MIT",
"version": "1.2.3",
"version": "1.2.4",
"homepage": "https://github.com/phantom/react-native-webview#readme",
"scripts": {
"release": "yarn changeset publish",
Expand Down
Loading