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: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ To help the rest of the community review your change, please follow the instruct
9
9
10
10
## PR Checklist
11
11
12
-
-[ ] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/master/CONTRIBUTING.md#pull-request-process.
12
+
-[ ] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/main/CONTRIBUTING.md#pull-request-process.
13
13
-[ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,15 @@ in case of vulnerabilities.
22
22
23
23
## [Unreleased]
24
24
25
+
## [3.6.1] - 2021-06-27
26
+
27
+
### Added
28
+
- Add try catch block to `CustomTabs` logic to validate the url.
29
+
25
30
## [3.6.0] - 2021-06-25
26
31
27
32
### Added
28
-
- Add `navigationBarColor` and `navigationBarDividerColor` by [@jdnichollsc](https://github.com/jdnichollsc).
33
+
- Add `navigationBarColor` and `navigationBarDividerColor`options by [@jdnichollsc](https://github.com/jdnichollsc).
29
34
- Add try catch block to `Safari View Controller` logic by [@Opstrup](https://github.com/Opstrup) ([#216](https://github.com/proyecto26/react-native-inappbrowser/pull/216)).
30
35
31
36
### Fixed
@@ -187,7 +192,8 @@ Missing tags for previous versions 🤷♂
187
192
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
0 commit comments