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
+21-3Lines changed: 21 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,27 @@ in case of vulnerabilities.
22
22
23
23
## [Unreleased]
24
24
25
-
## [3.7.0] - 2022-03-01
25
+
## [3.7.0] - 2022-07-29
26
26
27
27
### Added
28
-
- iOS: Add formSheetPreferredContentSize prop to allow for custom sized formSheet modals by [@ShaneMckenna23](https://github.com/ShaneMckenna23) ([#331](https://github.com/proyecto26/react-native-inappbrowser/pull/331)).
28
+
- Add custom size option to iOS formSheet Modal by @ShaneMckenna23 (#331).
29
+
- Add `warmup` and `mayLaunchUrl` functions for optimization in Android by @vincent-paing (#341).
30
+
- Add `includeReferrer` to allow adding android package name as referrer for website to track by @vincent-paing (#342).
31
+
32
+
### Changed
33
+
- Export options types by @rrebase (#324).
34
+
- Upgrade build configuration to use sdk 31 instead by @vincent-paing (#340).
35
+
- Upgraded dependency `org.greenrobot:eventbus` to 3.1.0 due to build issue by @chrismerino (#347).
36
+
37
+
### Fixed
38
+
- Avoid stringifying null redirect url by @rmartin48 (#286).
39
+
- Replaced **jCenter** with **Maven** by @matteodanelli (#320).
40
+
- Fix **StatusBar** prop name in README example @rrebase (#322).
41
+
- Fix redirection logic and update example project by @jdnichollsc (#371).
42
+
43
+
### Removed
44
+
- Remove deprecated `removeEventListener()` calls by @TheWirv (#297).
45
+
- Remove `QUERY_ALL_PACKAGES` permission by @androideveloper (#335).
29
46
30
47
## [3.6.3] - 2021-07-05
31
48
@@ -207,7 +224,8 @@ Missing tags for previous versions 🤷♂
207
224
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
0 commit comments