Skip to content

Release 3.6.0 #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jun 26, 2021
Merged

Release 3.6.0 #277

merged 31 commits into from
Jun 26, 2021

Conversation

jdnichollsc
Copy link
Member

@jdnichollsc jdnichollsc commented Jun 26, 2021

Added

  • Add navigationBarColor and navigationBarDividerColor options by @jdnichollsc.
  • Add try catch block to Safari View Controller logic by @Opstrup (#216).

Fixed

  • Fix invalid scheme with iOS 14.5 by @SimonIT (#262).
  • Make InAppBrowserOptions exact typed by @ronal2do (#258).
  • Fix openAuth crashed when going to be closed and then press the cancel button by @hikouki (#250).
  • Import Alert component for example code block by @orcuntuna (#209).

jdnichollsc and others added 27 commits October 16, 2020 11:34
import Alert component for example code block
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
#186 openAuth crashed when going to be closed and then press the cancel button
Flow are complaining about the exact types, this small PR should fix this issue
```
Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/react-native-inappbrowser-reborn/types.js:65:35

Flow cannot determine a type for InAppBrowserOptions [1]. InAppBrowseriOSOptions [2] is inexact, so it may contain
toolbarColor with a type that conflicts with toolbarColor's definition in InAppBrowserAndroidOptions [3]. Can you make
InAppBrowseriOSOptions [2] exact?.

     62│   showInRecents?: boolean,
     63│ };
     64│
 [1] 65│ export type InAppBrowserOptions = {
 [3] 66│   ...InAppBrowserAndroidOptions,
 [2] 67│   ...InAppBrowseriOSOptions
     68│ };
     69│
     70│ export type AuthSessionResult = RedirectResult | BrowserResult;
     71│

```
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.22 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](faisalman/ua-parser-js@0.7.22...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Add try catch block to Safari View Controller logic
…typed

fix(flow) - Make InAppBrowserOptions exact typed
…rser-js-0.7.28

Bump ua-parser-js from 0.7.22 to 0.7.28
…h-4.17.21

Bump lodash from 4.17.20 to 4.17.21
…parent-5.1.2

Bump glob-parent from 5.1.1 to 5.1.2
@jdnichollsc jdnichollsc requested a review from Pernett98 June 26, 2021 01:43
@jdnichollsc
Copy link
Member Author

@Pernett98 Hey mate, are you Ok with this new release? <3

@jdnichollsc jdnichollsc requested review from maoapp and vmoratog June 26, 2021 02:01
@jdnichollsc jdnichollsc merged commit 623f34a into main Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants