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
We, the rest of the React Native community, thank you for your
3
+
contribution!
4
+
To help the rest of the community review your change, please follow the instructions in the template.
5
+
-->
6
+
7
+
<!-- PULL REQUEST TEMPLATE -->
8
+
<!-- (Update "[ ]" to "[x]" to check a box) -->
9
+
10
+
## PR Checklist
11
+
12
+
-[ ] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/master/CONTRIBUTING.md#pull-request-process.
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.
14
+
-[ ] All existing tests are passing
15
+
-[ ] Tests for the changes are included
16
+
17
+
## What is the current behavior?
18
+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
19
+
20
+
## What is the new behavior?
21
+
<!-- Describe the changes. -->
22
+
23
+
Fixes/Implements/Closes #[Issue Number].
24
+
25
+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
26
+
27
+
<!--
28
+
BREAKING CHANGES:
29
+
30
+
31
+
[Describe the impact of the changes here.]
32
+
33
+
Migration steps:
34
+
[Provide a migration path for existing applications.]
Copy file name to clipboardExpand all lines: CHANGELOG.md
+58-3Lines changed: 58 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,63 @@ in case of vulnerabilities.
22
22
23
23
## [Unreleased]
24
24
25
+
## [3.4.0] - 2020-04-08
26
+
27
+
### Added
28
+
- Added `ephemeralWebSession` option to supports `ephemeralWebBrowserSession` on iOS 13 by [@avenner](https://github.com/avenner) ([#141](https://github.com/proyecto26/react-native-inappbrowser/pull/141)).
29
+
- Add `@ReactModule` annotation by [@janicduplessis](https://github.com/janicduplessis) ([#94](https://github.com/proyecto26/react-native-inappbrowser/pull/94)).
30
+
31
+
### Fixed
32
+
- Remove listener of `openAuth` when `closeAuth` is called.
33
+
34
+
## [3.3.4] - 2020-01-07
35
+
36
+
### Fixed
37
+
- Disable swipe to dismiss gesture for modal by [@frankyjuang](https://github.com/frankyjuang) ([#134](https://github.com/proyecto26/react-native-inappbrowser/pull/134)).
38
+
39
+
## [3.3.3] - 2019-11-25
40
+
41
+
### Fixed
42
+
- Remove build warnings with **iOS** 13 using [Pragmas](https://clang.llvm.org/docs/UsersManual.html#controlling-diagnostics-via-pragmas).
43
+
44
+
## [3.3.2] - 2019-11-15
45
+
46
+
### Fixed
47
+
- Validate if the **type** of the auth result is different to `cancel` before to check the url of the last redirection from **Android**.
48
+
- Fixed issue getting the result of the auth redirection by using `AppState` to detect **Android** Activity `OnResume` event once.
49
+
50
+
## [3.3.1] - 2019-11-13
51
+
52
+
### Fixed
53
+
- Exclude unnecessary file and folders from release distribution by [@SaeedZhiany](https://github.com/SaeedZhiany) ([#114](https://github.com/proyecto26/react-native-inappbrowser/pull/114)).
54
+
- Update `.gitignore` to clean unnecessary files by [@friederbluemle](https://github.com/friederbluemle) ([#115](https://github.com/proyecto26/react-native-inappbrowser/pull/115)).
55
+
- Use `yarn` instead of `npm` cli by [@friederbluemle](https://github.com/friederbluemle) ([#116](https://github.com/proyecto26/react-native-inappbrowser/pull/116)).
56
+
- Update dev dependencies by [@friederbluemle](https://github.com/friederbluemle) ([#117](https://github.com/proyecto26/react-native-inappbrowser/pull/117)).
57
+
58
+
## [3.3.0] - 2019-11-12
59
+
60
+
### Fixed
61
+
- Removed `waitForRedirectDelay` option and fixed race condition from **Android** to get the response of the redirection ([#36](https://github.com/proyecto26/react-native-inappbrowser/issues/36))
62
+
- Fixed **Android** Activity issue closing the browser and restoring the state by using `onSaveInstanceState` ([#60](https://github.com/proyecto26/react-native-inappbrowser/issues/60)).
63
+
64
+
## [3.2.0] - 2019-11-10
65
+
66
+
### Added
67
+
- Added support for `automatic` modal presentation style from **iOS**.
68
+
- Added `enableBarCollapsing` option to determines whether the browser's tool bars will collapse or not from **iOS**.
69
+
70
+
### Fixed
71
+
- Fixed Browser crashes on iOS 13 when openAuth is used.
72
+
25
73
## [3.1.0] - 2019-09-03
26
74
27
75
### Added
28
-
-Add`waitForRedirectDelay` option for **Android** to fix issues dismissing the browser before detecting the redirection with `Linking` ([817f6ec](https://github.com/proyecto26/react-native-inappbrowser/commit/817f6ece140c0f2f84e21a537d5030403e652bc1)).
76
+
-Added`waitForRedirectDelay` option for **Android** to fix issues dismissing the browser before detecting the redirection with `Linking` ([817f6ec](https://github.com/proyecto26/react-native-inappbrowser/commit/817f6ece140c0f2f84e21a537d5030403e652bc1)).
29
77
30
78
## [3.0.1] - 2019-08-16
31
79
32
80
### Added
33
-
-Add gradle backward-compatibility for Android Support with Jetifier ([#96](https://github.com/proyecto26/react-native-inappbrowser/pull/97)).
81
+
-Added gradle backward-compatibility for Android Support with Jetifier ([#96](https://github.com/proyecto26/react-native-inappbrowser/pull/97)).
34
82
- Added **androidXAnnotation** and **androidXBrowser** properties from **rootProject.ext** for **AndroidX** with backward compatibility using **supportLibVersion** property instead.
35
83
36
84
## [3.0.0] - 2019-07-27
@@ -106,7 +154,14 @@ Missing tags for previous versions 🤷♂
106
154
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
0 commit comments