Skip to content

Releases: expo/eas-cli

v18.4.0

16 Mar 20:24

Choose a tag to compare

v18.4.0

🎉 New features

v18.3.0

10 Mar 02:04

Choose a tag to compare

v18.3.0

🎉 New features

v18.2.0

09 Mar 22:20

Choose a tag to compare

v18.2.0

🎉 New features

  • Auto-enable --non-interactive when --json is passed, so users no longer need to specify both flags. (#3476 by @krystofwoldrich)
  • Auto-generate Android keystore in non-interactive mode instead of throwing an error. (#3477 by @EvanBacon)
  • Add --source-maps flag to prevent uploading server sourcemaps (#3478 by @hassankhan)

🐛 Bug fixes

  • Provide an override for the new --environment flag requirement in the update command. (#3442 by @douglowder)
  • Add missing --include=dev for npm install commands (#3459 by @kitten)
  • Add missing --production false for yarn install commands for Yarn Classic (#3459 by @kitten)

🧹 Chores

v18.1.0

04 Mar 08:35

Choose a tag to compare

v18.1.0

🎉 New features

  • Support YAML anchors and aliases when parsing workflow files. (#3435 by @sjchmiela)

🐛 Bug fixes

  • Remove --environment flag requirement for update:configure. (#3440 by @douglowder)
  • Fix login spinner interfering with prompts in eas go command when not logged in. (#3451 by @byronkarlen)

v18.0.6

27 Feb 22:36

Choose a tag to compare

v18.0.6

v18.0.5

25 Feb 00:42

Choose a tag to compare

v18.0.5

🛠 Breaking changes

  • Require --environment flag for update commands when SDK >= 55. (#3398 by @douglowder)

v18.0.4

23 Feb 20:47

Choose a tag to compare

v18.0.4

🐛 Bug fixes

  • Revert authorization code flow with PKCE for browser-based login. (#3422 by @byronkarlen)

v18.0.3

20 Feb 08:02

Choose a tag to compare

v18.0.3

🎉 New features

  • Use authorization code flow with PKCE for browser-based login. (#3398 by @byronkarlen)

v18.0.1

12 Feb 11:18

Choose a tag to compare

v18.0.1

🛠 Breaking changes

  • Drop support for Node 18 and Node 19. Require Node 20+. (#3343 by @sjchmiela)

🎉 New features

  • Add --browser flag to eas login for browser-based authentication. (#3312 by @byronkarlen)

🐛 Bug fixes

  • Hide progress bar in build credits warning when usage reaches 100%. (#3371 by @mackenco)

🧹 Chores

v16.32.0

30 Jan 10:20

Choose a tag to compare

v16.32.0

🎉 New features

  • Hidden beta version of new eas account:usage command for viewing account usage and billing estimates. (#3334 by @douglowder, @EvanBacon)
  • Add --no-bytecode and --source-maps [mode] flags to eas update. (#3339 by @brentvatne)
  • Add App Clip bundle identifier registration support for multi-target iOS builds. (#3300 by @evanbacon)
  • Add --runtime-version and --platform filters to eas update:list. (#3261 by @HarelSultan)

🐛 Bug fixes

  • Fix --source-maps flag compatibility with older SDKs that only support it as a boolean flag. (#3341 by @brentvatne)
  • Use --dump-sourcemaps as fallback when --source-maps is not provided to eas update, for backwards compatibility. (8cc324e1 by @brentvatne)
  • Fix metadata:pull failing for apps with only a live version by falling back to live app version and info. (#3299 by @EvanBacon)
  • eas init should fix and validate project name and slug. (#3277 by @douglowder)

🧹 Chores