Skip to content

Releases: proyecto26/react-native-inappbrowser

Release 3.7.0

30 Jul 03:29
c0f5257
Compare
Choose a tag to compare

Added

  • Add custom size option to iOS formSheet Modal by @ShaneMckenna23 (#331).
  • Add warmup and mayLaunchUrl 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

Fixed

Removed

  • Remove deprecated removeEventListener() calls with backward compatibility by @TheWirv (#297).
  • Remove QUERY_ALL_PACKAGES permission by @androideveloper (#335).

Release 3.6.3

05 Jul 17:25
fbf6e13
Compare
Choose a tag to compare

Fixed

  • fix(android): Fix error com.facebook.react.bridge.NoSuchKeyException by @thuongtv-vn (#283).

Release 3.6.2

04 Jul 00:44
ac8b4a2
Compare
Choose a tag to compare

Fixed

  • Fix Build failed. Error cannot find symbol builder.setNavigationBarColor error for Android Support by @reberthkss and @jdnichollsc (#281).

Release 3.6.1

27 Jun 07:10
05364d3
Compare
Choose a tag to compare

Added

  • Add try catch block to CustomTabs logic to validate the url.

Release 3.6.0

26 Jun 03:45
623f34a
Compare
Choose a tag to compare

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).

Release 3.5.1

16 Oct 16:07
Compare
Choose a tag to compare

Fixed

  • Removed files option from package.json to use .npmignore instead.
  • Added hasBackButton to index.d.ts for typescript by @sharifhh (#200).

Release 3.5.0

16 Oct 05:43
65b8321
Compare
Choose a tag to compare

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 in safariViewControllerDidFinish by @ssuchanowski (#160).
  • Fixed README updating modalPresentationStyle to fullscreen by @Thomazella (#161).
  • Fixed AppStateActiveOnce event listener by @logangouget (#179).

Release 3.4.0

08 Apr 09:35
Compare
Choose a tag to compare

Added

  • Added ephemeralWebSession option to supports ephemeralWebBrowserSession on iOS 13 by @avenner (#141).
  • Add @ReactModule annotation by @janicduplessis (#94).

Fixed

  • Remove listener of openAuth when closeAuth is called.

Release 3.3.4

07 Jan 19:44
283e943
Compare
Choose a tag to compare

Fixed

Release 3.3.3

26 Nov 03:28
544f839
Compare
Choose a tag to compare

Fixed

  • Remove build warnings with iOS 13 using Pragmas.