expo-web-browser
Advanced tools
Comparing version 9.3.0 to 10.0.0
@@ -13,2 +13,12 @@ # Changelog | ||
## 10.0.0 — 2021-09-28 | ||
### 🛠 Breaking changes | ||
- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach)) | ||
### 🐛 Bug fixes | ||
- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo)) | ||
## 9.3.0 — 2021-09-09 | ||
@@ -15,0 +25,0 @@ |
{ | ||
"name": "expo-web-browser", | ||
"version": "9.3.0", | ||
"version": "10.0.0", | ||
"description": "Provides access to the system's web browser and supports handling redirects. On iOS, it uses SFSafariViewController or SFAuthenticationSession, depending on the method you call, and on Android it uses ChromeCustomTabs. As of iOS 11, SFSafariViewController no longer shares cookies with Safari, so if you are using WebBrowser for authentication you will want to use WebBrowser.openAuthSessionAsync, and if you just want to open a webpage (such as your app privacy policy), then use WebBrowser.openBrowserAsync.", | ||
@@ -40,3 +40,3 @@ "main": "build/WebBrowser.js", | ||
"compare-urls": "^2.0.0", | ||
"expo-modules-core": "~0.3.1" | ||
"expo-modules-core": "~0.4.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "fe74edd44933f9f00a023544cafc4713594892fb" | ||
"gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
171069
+ Addedexpo-modules-core@0.4.10(transitive)
- Removedexpo-modules-core@0.3.2(transitive)
Updatedexpo-modules-core@~0.4.0