expo-dev-launcher
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -13,2 +13,8 @@ # Changelog | ||
## 0.8.4 — 2021-10-21 | ||
### 🐛 Bug fixes | ||
- Fix crash in SDK 42 Android projects. | ||
## 0.8.3 — 2021-10-15 | ||
@@ -34,19 +40,3 @@ | ||
- Added a native dependency on the `expo-manifests` package. ([#14461](https://github.com/expo/expo/pull/14461) by [@esamelson](https://github.com/esamelson)) | ||
- This is a breaking change for projects **without `react-native-unimodules` or `expo-modules-core` installed**. In order to upgrade from `expo-dev-client@0.5.1` or below to this version in such projects, the following changes must be made: | ||
- In `ios/Podfile`, change the deployment target to `platform :ios, '12.0'` and add the following lines inside the main target: | ||
```ruby | ||
pod 'EXJSONUtils', path: '../node_modules/expo-json-utils/ios', :configurations => :debug | ||
pod 'EXManifests', path: '../node_modules/expo-manifests/ios', :configurations => :debug | ||
``` | ||
- In `android/settings.gradle`, add the following lines: | ||
```groovy | ||
include ':expo-json-utils' | ||
project(':expo-json-utils').projectDir = new File('../node_modules/expo-json-utils/android') | ||
``` | ||
include ':expo-manifests' | ||
project(':expo-manifests').projectDir = new File('../node_modules/expo-manifests/android') | ||
``` | ||
- No additional setup is necessary for projects already using `react-native-unimodules` or `expo-modules-core`. | ||
- Added a native dependency on the `expo-manifests` package. **Projects without `react-native-unimodules` or `expo-modules-core` installed will need to follow the upgrade guide [here](https://docs.expo.dev/clients/upgrading/) when upgrading from an older version of this package.** ([#14461](https://github.com/expo/expo/pull/14461) by [@esamelson](https://github.com/esamelson)) | ||
- Replace Android DevLauncherManifest class with `expo-manifests`. ([#14462](https://github.com/expo/expo/pull/14462) by [@esamelson](https://github.com/esamelson)) | ||
@@ -59,3 +49,5 @@ - Replace iOS EXDevLauncherManifest class with `expo-manifests`. ([#14463](https://github.com/expo/expo/pull/14463) by [@esamelson](https://github.com/esamelson)) | ||
- Added support for SDK 43. ([#14633](https://github.com/expo/expo/pull/14633) & [#14635](https://github.com/expo/expo/pull/14635) by [@lukmccall](https://github.com/lukmccall)) | ||
### 🐛 Bug fixes | ||
- Fix intent that started activity isn't passed further. ([#14097](https://github.com/expo/expo/pull/14097) by [@lukmccall](https://github.com/lukmccall)) | ||
@@ -62,0 +54,0 @@ - Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo)) |
{ | ||
"name": "expo-dev-launcher", | ||
"title": "Expo Development Launcher", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "Pre-release version of the Expo development launcher package for testing.", | ||
@@ -31,3 +31,3 @@ "main": "build/DevLauncher.js", | ||
"dependencies": { | ||
"@expo/config-plugins": "^3.1.0", | ||
"@expo/config-plugins": "^4.0.2", | ||
"resolve-from": "^5.0.0", | ||
@@ -42,3 +42,3 @@ "semver": "^7.3.5" | ||
}, | ||
"gitHead": "7adf260ab3de492530d4bf250a24b132b5c4ba41" | ||
"gitHead": "4fa0497a180ae707fa860cb03858630ab7af19f4" | ||
} |
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
6325914
+ Added@expo/config-plugins@4.1.5(transitive)
+ Added@expo/config-types@45.0.0(transitive)
+ Added@expo/json-file@8.2.36(transitive)
+ Added@expo/plist@0.0.18(transitive)
+ Added@expo/sdk-runtime-versions@1.0.0(transitive)
+ Added@react-native/normalize-color@2.1.0(transitive)
- Removed@expo/config-plugins@3.1.0(transitive)
- Removed@expo/config-types@42.0.0(transitive)
- Removed@expo/json-file@8.2.33(transitive)
- Removed@expo/plist@0.0.14(transitive)
- Removedat-least-node@1.0.0(transitive)
- Removedfs-extra@9.0.0(transitive)
- Removedjsonfile@6.1.0(transitive)
- Removeduniversalify@1.0.02.0.1(transitive)
Updated@expo/config-plugins@^4.0.2