Skip to content

Releases: expo/eas-cli

v0.22.4

02 Aug 11:25
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix build profile schema validation when simulator key is present for iOS (#546 by @sallar)

v0.22.2

02 Aug 08:59
Compare
Choose a tag to compare

🛠 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

28 Jul 23:05
Compare
Choose a tag to compare

🎉 New features

  • Use env variables from eas.json when evaluating app.config.js. (#532 by @dsokal)

🐛 Bug fixes

🧹 Chores

v0.22.0

23 Jul 08:34
Compare
Choose a tag to compare

🎉 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

12 Jul 08:52
Compare
Choose a tag to compare

🎉 New features

  • Added support for iOS 15 capabilities: Communication Notifications, Time Sensitive Notifications, Group Activities, and Family Controls. (#499 by @EvanBacon)
  • Show more build metadata in build:view and build:list. (#504 and #508 by @dsokal)
  • Add runtime version to build metadata. (#493 by @dsokal)

v0.20.0

09 Jul 08:41
Compare
Choose a tag to compare

🛠 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 in eas submit command. (#494 by @wkozyra95)

v0.19.1

02 Jul 18:20
Compare
Choose a tag to compare

🎉 New features

  • Improve project workflow detection (fixes the case where the android and/or ios directories are git-ignored). (#490 by @dsokal)
  • Improve credentials workflow with project creation and current working directories (#491 by @quinlanj)

🐛 Bug fixes

v0.19.0

01 Jul 10:23
Compare
Choose a tag to compare

🎉 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

28 Jun 23:05
Compare
Choose a tag to compare

🎉 New features

  • Support bundle identifiers that begin with .. (#459 by @EvanBacon)
  • Push Key setup integrated with ios build command (#473 by @quinlanj)

🐛 Bug fixes

v0.18.2

25 Jun 22:17
Compare
Choose a tag to compare

🎉 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)