🛠 Breaking changes
[EAS BUILD API]
Remove "Auto" option forschemeBuildConfiguration
and make the old "Auto" behaviour the default. (#394 by @randomhajile)- Remove
experimental.disableIosBundleIdentifierValidation
flag from eas.json. (#407 by @dsokal) - Deprecate
android.package
andios.bundleIdentifier
in app config for generic projects. EAS CLI depends on the values in native code now. (#407 by @dsokal) - Remove application id synchronization (
android.package
andios.bundleIdentifier
) between app.json and native code when running builds. (#407 by @dsokal)
🎉 New features
- Auto sync associated domains capability before building. (#384 by @EvanBacon)
- Add eas init command. #402 by @jkhales)
- Allow for arbitrary string values in
schemeBuildConfiguration
. (#394 by @randomhajile) - Allow for installing custom
expo-cli
version on EAS Build. (#409 by @randomhajile) - Support PKCS kesytores for Android. (#398 by @wkozyra95)
- Support empty passwords in Android and iOS keystores. (#398 by @wkozyra95)
- Add more build metadata -
appBuildVersion
. (#413 by @dsokal)