You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## [Unreleased]
9
+
10
+
### Added
11
+
12
+
- Inject Javascript on iOS to detect all iFrames inside the current page and report them to the React app (https://github.com/MetaMask/react-native-webview-mm/pull/61)
13
+
- Inject Javascript on Android to detect all iFrames inside the current page and report them to the React app (https://github.com/MetaMask/react-native-webview-mm/pull/60)
14
+
15
+
## [14.2.2]
16
+
17
+
### Fixed
18
+
19
+
- On iOS on opening of some Dapps there is download file pop up (https://github.com/MetaMask/react-native-webview-mm/pull/63)
20
+
21
+
## [14.2.1]
22
+
23
+
### Fixed
24
+
25
+
- Download file requested when connecting to any Dapp (https://github.com/MetaMask/react-native-webview-mm/pull/58)
26
+
27
+
## [14.2.0]
28
+
29
+
### Added
30
+
31
+
- Implement tapjacking prevention via 500ms delay (https://github.com/MetaMask/react-native-webview-mm/pull/54, https://github.com/MetaMask/react-native-webview-mm/pull/52)
32
+
33
+
### Fixed
34
+
35
+
- Fixes to blob downloading on both platforms (https://github.com/MetaMask/react-native-webview-mm/pull/51, https://github.com/MetaMask/react-native-webview-mm/pull/50)
36
+
- Fix to regular file downloads on iOS (https://github.com/MetaMask/react-native-webview-mm/pull/53)
37
+
38
+
## [14.1.0]
39
+
40
+
### Changed
41
+
42
+
- 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)
43
+
- sync with upstream v13.13.5 (https://github.com/MetaMask/react-native-webview-mm/pull/47)
0 commit comments