Releases: proyecto26/nativescript-inappbrowser
Releases · proyecto26/nativescript-inappbrowser
Release 3.3.0
Added
- add automated release workflow, remove dead Travis CI (949bf48).
Changed
- Update README.md (a14b560).
- Bump webpack from 5.74.0 to 5.76.1 in /src (d418733).
- Bump json5 from 1.0.1 to 1.0.2 in /src (5521f3d).
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /src (afee5b0).
- Bump minimatch from 3.0.4 to 3.1.2 in /publish (9803f48).
- Bump loader-utils from 1.4.0 to 1.4.2 in /src (6fa256f).
- Update README.md (2be5801).
Fixed
- getRootViewController (7184793).
Release 3.2.0
Added
- Add custom size option to iOS formSheet Modal by @ShaneMckenna23 (#91).
- Add
includeReferrerto allow adding android package name as referrer for website to track by @vincent-paing (#95). - Add
warmupandmayLaunchUrlfunctions for optimization in Android by @vincent-paing (#97).
Fixed
- Complete migration to ns8 and fix build issues by @rigor789 (#92).
- Fix support for
Metadata Filteringfrom Android by @jcassidyav (#93). - Avoid stringifying null redirect url by @rmartin48 (#99).
- Fix auth redirection logic by @jdnichollsc (#100).
Removed
- Remove
QUERY_ALL_PACKAGESpermission by @edusperoni (#87).
Release 3.1.2
Fixed
- Fix
READMEpackage distribution.
Release 3.1.1
Fixed
- Fix issues with
navigationBarColorandnavigationBarDividerColorAndroid options.
Release 3.1.0
Added
- Add
navigationBarColorandnavigationBarDividerColoroptions by @jdnichollsc. - Add try catch block to
Safari View ControllerandChromeTabsto validate the url.
Fixed
- Fix invalid scheme with iOS 14.5.
- Fix
openAuthcrashed when going to be closed and then press the cancel button.
Release 3.0.2
Release 3.0.1
Fixed
- Fix colors not working with instance of Color by @farfromrefug (#50).
Release 3.0.0
Added
- {N} 7 updates by @NathanWalker (#40).
- Added
hasBackButtonoption to sets a back arrow instead of the default X icon to close the custom tab. - Added default browser configuration for custom tab if any.
- Added
browserPackageoption to use a Package name of a browser to be used to handle Custom Tabs. - Added
showInRecentsoption to determine whether browsed website should be shown as separate entry in Android recents/multitasking view.
Fixed
- Android
isAvailablemethod checks Custom Tab support. - Added a null check for
redirectResolveinsafariViewControllerDidFinish. - Fixed
AppStateActiveOnceevent listener. - Disable swipe to dismiss gesture for modal.
Release 2.3.0
Added
- Added
ephemeralWebSessionoption to supportsephemeralWebBrowserSessionon iOS 13. - Fix issue loading initial url from Android resume event for authentication purposes.
Release 2.2.0
Added
- Validate if the type of the auth result is different to
cancelbefore to check the url of the last redirection from Android.