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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ in case of vulnerabilities.
22
22
23
23
## [Unreleased]
24
24
25
+
## [3.0.2] - 2020-02-01
26
+
### Fixed
27
+
- Fix wrong param passed to parseColor method by [@ronalson](https://github.com/ronalson) ([#56](https://github.com/proyecto26/nativescript-inappbrowser/pull/56)).
28
+
25
29
## [3.0.1] - 2020-11-30
26
30
### Fixed
27
31
- Fix colors not working with instance of Color by [@farfromrefug](https://github.com/farfromrefug) ([#50](https://github.com/proyecto26/nativescript-inappbrowser/pull/50)).
@@ -83,7 +87,8 @@ in case of vulnerabilities.
83
87
- Methods to open and close external urls to authenticate the user **(openAuth, closeAuth)** using deep linking.
84
88
-`isAvailable` method to detect if the device supports the plugin.
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,14 @@ import { getDeepLink } from './utilities';
228
228
229
229
Using in-app browser tabs (like SFAuthenticationSession/ASWebAuthenticationSession and Android Custom Tabs) where available. Embedded user-agents, known as web-views (like UIWebView and WKWebView), are explicitly not supported due to the usability and security reasons documented in [Section 8.12 of RFC 8252](https://tools.ietf.org/html/rfc8252#section-8.12).
230
230
231
+
## Credits 👍
232
+
***React Native InAppBrowser:**[InAppBrowser for React Native](https://github.com/proyecto26/react-native-inappbrowser)
233
+
234
+
## Contributing ✨
235
+
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
236
+
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated** ❤️.
237
+
You can learn more about how you can contribute to this project in the [contribution guide](https://github.com/proyecto26/nativescript-inappbrowser/blob/develop/CONTRIBUTING.md).
238
+
231
239
## Contributors ✨
232
240
Please do contribute! Issues and pull requests are welcome.
233
241
@@ -266,9 +274,6 @@ Support this project with your organization. Your logo will show up here with a
***React Native InAppBrowser:**[InAppBrowser for React Native](https://github.com/proyecto26/react-native-inappbrowser)
271
-
272
277
## Supporting 🍻
273
278
I believe in Unicorns 🦄
274
279
Support [me](http://www.paypal.me/jdnichollsc/2), if you do too.
@@ -282,6 +287,9 @@ The maintainers of InAppBrowser for NativeScript and thousands of other packages
282
287
## Security contact information 🚨
283
288
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
284
289
290
+
## License ⚖️
291
+
This repository is available under the [MIT License](https://github.com/proyecto26/nativescript-inappbrowser/blob/develop/LICENSE).
0 commit comments