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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
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)
13
14
14
15
## [14.2.2]
15
16
16
17
### Fixed
17
18
18
-
- On iOS on opening of some Dapps there is download file pop up (https://github.com/MetaMask/react-native-webview-mm/pull/63)
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