Skip to content

v0.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 09:16

🎉 New features

  • Use envs from build profile to resolve app config when auto-submitting. (#614 by @dsokal)
  • Support multi flavor Android projects. (#595 by @wkozyra95)
  • Improve experience when using the build details page as a build artifact URL in eas submit. (#620 by @dsokal)
  • Better error message when eas.json is invalid JSON. (#618 by @dsokal)
  • Add warning about the legacy build service IDs in eas submit. (#624 by @dsokal)
  • Validate that project includes expo-dev-client when building with developmentClient flag. (#627 by @dsokal)
  • Better experience when not logged in in non-interactive mode. (#628 by @dsokal)

🧹 Chores

  • Reduce eas-cli size by almost getting rid of lodash from dependencies. (#605 by @dsokal)
  • Enforce explicit return type in all functions. (#619 by @wkozyra95)
  • Enforce Async suffix for async functions. (#623 by @dsokal)