You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,13 @@ in case of vulnerabilities.
22
22
23
23
## [Unreleased]
24
24
25
+
## [3.0.1] - 2020-11-30
26
+
### Fixed
27
+
- Fix colors not working with instance of Color by [@farfromrefug](https://github.com/farfromrefug) ([#50](https://github.com/proyecto26/nativescript-inappbrowser/pull/50)).
28
+
25
29
## [3.0.0] - 2020-10-30
26
30
### Added
31
+
- {N} 7 updates by [@NathanWalker](https://github.com/NathanWalker) ([#40](https://github.com/proyecto26/nativescript-inappbrowser/pull/40)).
27
32
- Added `hasBackButton` option to sets a back arrow instead of the default X icon to close the custom tab.
28
33
- Added default browser configuration for custom tab if any.
29
34
- Added `browserPackage` option to use a Package name of a browser to be used to handle Custom Tabs.
@@ -78,7 +83,8 @@ in case of vulnerabilities.
78
83
- Methods to open and close external urls to authenticate the user **(openAuth, closeAuth)** using deep linking.
79
84
-`isAvailable` method to detect if the device supports the plugin.
0 commit comments