Skip to content

Commit 3b29d94

Browse files
committed
Update README
1 parent 9cda859 commit 3b29d94

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ in case of vulnerabilities.
2525
## [3.7.0] - 2022-07-29
2626

2727
### 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)).
3131

3232
### 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)).
3636

3737
### 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)).
4242

4343
### 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)).
4646

4747
## [3.6.3] - 2021-07-05
4848

0 commit comments

Comments
 (0)