Releases: expo/eas-cli
Releases · expo/eas-cli
v0.22.4
v0.22.2
🛠 Breaking changes
- Introduce new format of eas.json (old eas.json will be migrated automatically). (#537 by @wkozyra95)
🎉 New features
- Validate metro config for managed workflow projects. (#534 by @dsokal)
- Add more filter params to
build:list
. (#540 by @dsokal) - Evaluate interpolated iOS version strings for metadata. (#541 by @dsokal)
🐛 Bug fixes
- Validate metadata client side to print better errors. (#542 by @wkozyra95)
- Fix
new
build status when building both paltforms. (#543 by @wkozyra95)
v0.22.1
v0.22.0
🎉 New features
- Added support for automatically creating and linking iOS capability identifiers (Apple Pay, iCloud Containers, App Groups). (#524 by @EvanBacon)
- Add
secret:create --force
command to overwrite existing secrets. (#513 by @bycedric) - Fall back to APK when building for internal distribution. (#527 by @dsokal)
- Add
iosEnterpriseProvisioning
to build metadata. (#522 by @dsokal)
🐛 Bug fixes
- Fix iOS capability syncing on build. (#521 by @EvanBacon)
- Fix unhandled error when amplitude domains are blocked. (#512 by @wkozyra95)
- Use default value for
appBuildVersion
in build metadata when building an Android managed project. (#526 by @dsokal)
v0.21.0
🎉 New features
v0.20.0
🛠 Breaking changes
- Unifify generic and managed workflow, deprecate
workflow
field. (#497 by @wkozyra95)
🐛 Bug fixes
- Fix runtime version checks. (#495 by @dsokal)
- Resolve
--android-package
correctly ineas submit
command. (#494 by @wkozyra95)
v0.19.1
v0.19.0
🎉 New features
- Auto-suggest application id and bundle identifier when running
eas build:configure
for a managed project. (#487 by @dsokal) - Support configuring one platform at a time when running
eas build
. (#483 by @brentvatne)
v0.18.3
v0.18.2
🎉 New features
- Change default iOS image for projects with Expo SDK <= 41 (SDK 41 won't build with Xcode 12.5). (#479 by @dsokal)
- Make Apple team optional in appropriate cases. (#468 by @quinlanj)
- Show projects that depend on a push key. (#472 by @quinlanj)
🐛 Bug fixes
- Fix inverted conditional so we actually only prompt about commit when index is dirty. (#481 by @brentvatne)