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