From 893c4866dafc1e0f5f4f49574bdaaa3c8f520c15 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Sep 2026 13:45:22 +0000 Subject: [PATCH 1/2] 14.8.0 --- CHANGELOG.md | 25 ++++++++++++++++--------- package.json | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a02dbdba3..097ec0815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.8.0] + +### Fixed + +- fix: serialize URLs used in native download JavaScript ([#79](https://github.com/MetaMask/react-native-webview-mm/pull/79)) + ## [14.7.0] ### Added @@ -79,13 +85,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group across 1 directory (https://github.com/MetaMask/react-native-webview-mm/pull/35) - sync with upstream v13.13.5 (https://github.com/MetaMask/react-native-webview-mm/pull/47) -[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.7.0...main +[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.8.0...HEAD +[14.8.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.7.0...v14.8.0 [14.7.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.6.0...v14.7.0 -[14.6.0]: https://github.com/MetaMask/react-native-webview-mm/compare/7872dfe...v14.6.0 -[14.5.0]: https://github.com/MetaMask/react-native-webview-mm/compare/d93893d...7872dfe -[14.4.0]: https://github.com/MetaMask/react-native-webview-mm/compare/bfdef1a...d93893d -[14.3.0]: https://github.com/MetaMask/react-native-webview-mm/compare/6925354...bfdef1a -[14.2.2]: https://github.com/MetaMask/react-native-webview-mm/compare/3be76c0...6925354 -[14.2.1]: https://github.com/MetaMask/react-native-webview-mm/compare/release/14.2.0...MetaMask:react-native-webview-mm:release/14.2.1 -[14.2.0]: https://github.com/MetaMask/react-native-webview-mm/compare/release/14.1.0...MetaMask:react-native-webview-mm:release/14.2.0 -[14.1.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.0.4...v14.1.0 +[14.6.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.5.0...v14.6.0 +[14.5.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.4.0...v14.5.0 +[14.4.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.3.0...v14.4.0 +[14.3.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.2.2...v14.3.0 +[14.2.2]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.2.1...v14.2.2 +[14.2.1]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.2.0...v14.2.1 +[14.2.0]: https://github.com/MetaMask/react-native-webview-mm/compare/v14.1.0...v14.2.0 +[14.1.0]: https://github.com/MetaMask/react-native-webview-mm/releases/tag/v14.1.0 diff --git a/package.json b/package.json index 2fbd06bb6..6b9c89b99 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "14.7.0", + "version": "14.8.0", "homepage": "https://github.com/MetaMask/react-native-webview-mm#readme", "scripts": { "android": "react-native run-android", From 7147013f4a25dd00d0bce030a72f6c3189a3ce39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= <175489935+joaoloureirop@users.noreply.github.com> Date: Wed, 16 Sep 2026 14:51:13 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 097ec0815..57cac18ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix: serialize URLs used in native download JavaScript ([#79](https://github.com/MetaMask/react-native-webview-mm/pull/79)) +### Added + +- add `additionalMessageHandlerNames` prop (iOS) to register extra native script message handlers that forward to `onMessage`, including in Apple Pay mode + ## [14.7.0] ### Added