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
Releases · matei-radu/react-native-in-app-browser
Release v3.2.2
Note: this is the final release as this project has reached EOL.
Changed
- Bump
@ctrl/tinycolor
to version3.1.2
. - Bump other devDependencies.
Release v3.2.1
Changed
- Bump Kotlin to version
1.3.72
. - Bump most JS/TS dependencies.
Release v3.2.0
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
Changed
tinycolor2
was replaced with the fork@ctrl/tinycolor
because the former has not received any update since 2016.
Release v3.1.3
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
Added
- Compatibility with React Native
0.61.0
. - Flow typings for Android
warmup
andmayLaunchUrl
methods.
Fixed
- On iOS,
threading violation
exception thrown while invokingcloseInApp
(thanks to @fonov).
Release v2.1.3
Added
- Flow typings for Android
warmup
andmayLaunchUrl
methods.
Fixed
- On iOS,
threading violation
exception thrown while invokingcloseInApp
(thanks to @fonov).
Release v3.1.1
Fixed
- On Android, crash on app launch when there are no Custom Tabs compatible browsers available.
Release v2.1.2
Fixed
- On Android, crash on app launch when there are no Custom Tabs compatible browsers available.
Release v2.1.1
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 fromv3.1.0
.