Releases: expo/eas-cli
Releases · expo/eas-cli
v0.31.0
🛠 Breaking changes
- Don't resolve the iOS builder image on the client side. EAS Build will use the appropriate iOS image for a given Expo SDK version unless the
image
is defined. This only applies to managed projects. (#675 by @wkozyra95 + @dsokal)
🎉 New features
v0.30.1
🐛 Bug fixes
v0.30.0
v0.29.1
v0.29.0
🎉 New features
- Added upload support for Google Service Account Keys. (#642 by @quinlanj)
- Add Xcode 13 image. (#651 by @wkozyra95)
🐛 Bug fixes
- Credentials manager: stop prompting for an Android build profile every iteration. (#641 by @quinlanj)
- Don't display prompt in non-interactive mode when the metro config seems invalid. (#644 by @dsokal)
- Read versions from correct
Info.plist
. (#635 by @wkozyra95)
🧹 Chores
v0.28.2
v0.28.1
🐛 Bug fixes
- Prevent ora spinners breaking when debug logs are enabled. (#575 by @EvanBacon)
- Do not fail
eas build
when transient network errors occur. (#638 by @dsokal)
🧹 Chores
v0.28.0
🎉 New features
- Use envs from build profile to resolve app config when auto-submitting. (#614 by @dsokal)
- Support multi flavor Android projects. (#595 by @wkozyra95)
- Improve experience when using the build details page as a build artifact URL in
eas submit
. (#620 by @dsokal) - Better error message when eas.json is invalid JSON. (#618 by @dsokal)
- Add warning about the legacy build service IDs in
eas submit
. (#624 by @dsokal) - Validate that project includes
expo-dev-client
when building withdevelopmentClient
flag. (#627 by @dsokal) - Better experience when not logged in in non-interactive mode. (#628 by @dsokal)
🧹 Chores
v0.27.1
v0.27.0
🎉 New features
- Implement support for
--platform all
ineas submit
. (#598 by @dsokal) - Implement support for
--non-interactive
ineas submit
. (#600 by @dsokal) - Add auto-submit feature. Run
eas build --auto-submit
to submit automatically on build complete. (#603 by @dsokal) - Allow using env var for
android.serviceAccountKeyPath
in submit profiles. (#604 by @dsokal)
🐛 Bug fixes
- Fix detecting
googleServicesFile
on Windows. (#602 by @wkozyra95)