Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Releases: matei-radu/react-native-in-app-browser

Release v3.2.2

30 Sep 12:09
Compare
Choose a tag to compare

Note: this is the final release as this project has reached EOL.

Changed

  • Bump @ctrl/tinycolor to version 3.1.2.
  • Bump other devDependencies.

Release v3.2.1

17 May 09:35
Compare
Choose a tag to compare

Changed

  • Bump Kotlin to version 1.3.72.
  • Bump most JS/TS dependencies.

Release v3.2.0

29 Feb 16:42
7bb463b
Compare
Choose a tag to compare

Added

  • iOS specific: entersReaderIfAvailable setting to instruct Safari to enter in Reader mode, if available (thanks to @fonov).
  • iOS specific: dismissButtonStyle setting to change the label of the dismiss button.

Release v3.1.4

12 Jan 11:24
976de97
Compare
Choose a tag to compare

Changed

  • tinycolor2 was replaced with the fork @ctrl/tinycolor because the former has not received any update since 2016.

Release v3.1.3

14 Dec 14:53
Compare
Choose a tag to compare

Fixed

  • The React peer dependency is now 16.8.6 as needed by RN 0.60.0 and upwards.

Changed

  • Bump TypeScript to version 3.7.3.

Release v3.1.2

19 Oct 09:24
Compare
Choose a tag to compare

Added

  • Compatibility with React Native 0.61.0.
  • Flow typings for Android warmup and mayLaunchUrl methods.

Fixed

  • On iOS, threading violation exception thrown while invoking closeInApp (thanks to @fonov).

Release v2.1.3

19 Oct 08:52
Compare
Choose a tag to compare

Added

  • Flow typings for Android warmup and mayLaunchUrl methods.

Fixed

  • On iOS, threading violation exception thrown while invoking closeInApp (thanks to @fonov).

Release v3.1.1

01 Sep 08:29
v3.1.1
2d16f9d
Compare
Choose a tag to compare

Fixed

  • On Android, crash on app launch when there are no Custom Tabs compatible browsers available.

Release v2.1.2

01 Sep 07:50
v2.1.2
299128e
Compare
Choose a tag to compare

Fixed

  • On Android, crash on app launch when there are no Custom Tabs compatible browsers available.

Release v2.1.1

08 Aug 07:36
v2.1.1
4daa836
Compare
Choose a tag to compare

Fixed

  • Android builds failing due to an incorrect backport of features from v3.1.0.
  • Incorrect peer dependency "react-native": "^0.60.0" due to a bad backport of features from v3.1.0.