Skip to content
Closed
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
12 changes: 0 additions & 12 deletions .changeset/big-files-greet.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- a08be33: - Merged 16 commits from upstream/master
- Upgraded androidx.webkit:webkit from 1.4.0 to 1.14.0
- Added SSL error handling for sub-resources
- Added Payment Request API support (disabled downloads for security)
- Preserved Phantom's custom changes:
- Package name and version (1.0.2)
- Download blocking with toast message
- All existing security configurations

## 1.0.2

### 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.0.2",
"version": "1.1.0",
"homepage": "https://github.com/phantom/react-native-webview#readme",
"scripts": {
"release": "yarn changeset publish",
Expand Down
Loading