Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 22:11

🛠 Breaking changes

  • [EAS BUILD API] Remove "Auto" option for schemeBuildConfiguration and make the old "Auto" behaviour the default. (#394 by @randomhajile)
  • Remove experimental.disableIosBundleIdentifierValidation flag from eas.json. (#407 by @dsokal)
  • Deprecate android.package and ios.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 and ios.bundleIdentifier) between app.json and native code when running builds. (#407 by @dsokal)

🎉 New features

🐛 Bug fixes

  • Fix failure when publishing without the platform flag. (#415 by @jkhales)
  • Pin versions in package.json. (#399 by @dsokal)
  • Revert 0ac2f as the root cause of the issue has been fixed in #399.
  • Include development-client in valid buildType for internal distribution. (#410 by @brentvatne)