Skip to content

Commit 9cda859

Browse files
committed
Update CHANGELOG
1 parent 9388d05 commit 9cda859

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,27 @@ in case of vulnerabilities.
2222

2323
## [Unreleased]
2424

25-
## [3.7.0] - 2022-03-01
25+
## [3.7.0] - 2022-07-29
2626

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

3047
## [3.6.3] - 2021-07-05
3148

@@ -207,7 +224,8 @@ Missing tags for previous versions 🤷‍♂
207224
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
208225

209226

210-
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.6.3...HEAD
227+
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.7.0...HEAD
228+
[3.7.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.6.3...v3.7.0
211229
[3.6.3]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.6.2...v3.6.3
212230
[3.6.2]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.6.1...v3.6.2
213231
[3.6.1]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.6.0...v3.6.1

0 commit comments

Comments
 (0)