Releases: proyecto26/react-native-inappbrowser
Releases · proyecto26/react-native-inappbrowser
Release 3.7.0
Added
- Add custom size option to iOS formSheet Modal by @ShaneMckenna23 (#331).
- Add
warmup
andmayLaunchUrl
functions for optimization in Android by @vincent-paing (#341). - Add
includeReferrer
to allow adding android package name as referrer for website to track by @vincent-paing (#342).
Changed
- Export options types by @rrebase (#324).
- Upgrade build configuration to use sdk 31 instead by @vincent-paing (#340).
- Upgraded dependency
org.greenrobot:eventbus
to 3.1.0 due to build issue by @chrismerino (#347).
Fixed
- Avoid stringifying null redirect url by @rmartin48 (#286).
- Replaced jCenter with Maven by @matteodanelli (#320).
- Fix StatusBar prop name in README example @rrebase (#322).
- Fix redirection logic and update example project by @jdnichollsc (#371).
Removed
- Remove deprecated
removeEventListener()
calls with backward compatibility by @TheWirv (#297). - Remove
QUERY_ALL_PACKAGES
permission by @androideveloper (#335).
Release 3.6.3
Fixed
- fix(android): Fix error com.facebook.react.bridge.NoSuchKeyException by @thuongtv-vn (#283).
Release 3.6.2
Fixed
- Fix
Build failed. Error cannot find symbol builder.setNavigationBarColor
error for Android Support by @reberthkss and @jdnichollsc (#281).
Release 3.6.1
Added
- Add try catch block to
CustomTabs
logic to validate the url.
Release 3.6.0
Added
- Add
navigationBarColor
andnavigationBarDividerColor
options by @jdnichollsc. - Add try catch block to
Safari View Controller
logic by @Opstrup (#216).
Fixed
Release 3.5.1
Release 3.5.0
Added
- Added
hasBackButton
option to sets a back arrow instead of the default X icon to close the custom tab by @aitorct (#109). - Added default browser configuration for custom tab if any by @thuongtv-vn (#177).
- Added
browserPackage
option to use a Package name of a browser to be used to handle Custom Tabs. - Added
showInRecents
option to determine whether browsed website should be shown as separate entry in Android recents/multitasking view.
Fixed
- Android
isAvailable
method checks Custom Tab support by @aitorct (#108). - Added a null check for
redirectResolve
insafariViewControllerDidFinish
by @ssuchanowski (#160). - Fixed README updating
modalPresentationStyle
to fullscreen by @Thomazella (#161). - Fixed
AppStateActiveOnce
event listener by @logangouget (#179).
Release 3.4.0
Added
- Added
ephemeralWebSession
option to supportsephemeralWebBrowserSession
on iOS 13 by @avenner (#141). - Add
@ReactModule
annotation by @janicduplessis (#94).
Fixed
- Remove listener of
openAuth
whencloseAuth
is called.
Release 3.3.4
Fixed
- Disable swipe to dismiss gesture for modal by @frankyjuang (#134).
Release 3.3.3
Fixed
- Remove build warnings with iOS 13 using Pragmas.