Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 11:33

🛠 Breaking changes

  • Drop support for experimental.npmToken in credentials.json, EAS Secrets can be used instead. (#444 by @dsokal)
  • Remove --allow-experimental flag from eas build:configure as it has no effect now. (#444 by @dsokal)

🎉 New features

  • Make credentials manager work with multi-target iOS projects. (#441 by @dsokal)
  • Copy over credentials from Expo Classic to EAS. (#445 by @quinlanj)
  • Add Big Sur image for iOS builds. (#457 by @wkozyra95)
  • New version of Android credentials manager. (#460 by @quinlanj)
  • Add an internal distribution with dev client to build:configure defaults. (#465 by @fson)
  • Add updates.channel to build metadata. (#461 by @jkhales)
  • iOS push key setup and management now available in eas-cli credentials. (#469 #470 by @quinlanj)
  • Support new build status: new. (#475 by @dsokal)

🧹 Chores