Skip to content
This repository was 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

Choose a tag to compare

@matei-radu matei-radu released this 30 Sep 12:09

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

Choose a tag to compare

@matei-radu matei-radu released this 17 May 09:35

Changed

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

Release v3.2.0

Choose a tag to compare

@matei-radu matei-radu released this 29 Feb 16:42
7bb463b

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

Choose a tag to compare

@matei-radu matei-radu released this 12 Jan 11:24
976de97

Changed

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

Release v3.1.3

Choose a tag to compare

@matei-radu matei-radu released this 14 Dec 14:53

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

Choose a tag to compare

@matei-radu matei-radu released this 19 Oct 09:24

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

Choose a tag to compare

@matei-radu matei-radu released this 19 Oct 08:52

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

Choose a tag to compare

@matei-radu matei-radu released this 01 Sep 08:29
v3.1.1
2d16f9d

Fixed

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

Release v2.1.2

Choose a tag to compare

@matei-radu matei-radu released this 01 Sep 07:50
v2.1.2
299128e

Fixed

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

Release v2.1.1

Choose a tag to compare

@matei-radu matei-radu released this 08 Aug 07:36
v2.1.1
4daa836

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.