Releases: expo/eas-cli
Releases · expo/eas-cli
v18.4.0
v18.4.0
🎉 New features
- Auto-detect non-interactive mode in CI and non-TTY environments. (#3486 by @EvanBacon)
- Add
skip-build-if-not-foundflag toeas build:dev. (#3495 by @mmichels-brex)
v18.3.0
v18.2.0
v18.2.0
🎉 New features
- Auto-enable
--non-interactivewhen--jsonis 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-mapsflag 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=devfornpm installcommands (#3459 by @kitten) - Add missing
--production falseforyarn installcommands for Yarn Classic (#3459 by @kitten)
🧹 Chores
- Upgrade
oclifto v4. (#3472 by @sjchmiela)
v18.1.0
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 gocommand when not logged in. (#3451 by @byronkarlen)
v18.0.6
v18.0.6
v18.0.5
v18.0.5
🛠 Breaking changes
- Require --environment flag for update commands when SDK >= 55. (#3398 by @douglowder)
v18.0.4
v18.0.4
🐛 Bug fixes
- Revert authorization code flow with PKCE for browser-based login. (#3422 by @byronkarlen)
v18.0.3
v18.0.3
🎉 New features
- Use authorization code flow with PKCE for browser-based login. (#3398 by @byronkarlen)
v18.0.1
v18.0.1
🛠 Breaking changes
- Drop support for Node 18 and Node 19. Require Node 20+. (#3343 by @sjchmiela)
🎉 New features
- Add
--browserflag toeas loginfor browser-based authentication. (#3312 by @byronkarlen)
🐛 Bug fixes
🧹 Chores
- Upgrade
tarto v7. (#3327 by @KarolRzeminski)
v16.32.0
v16.32.0
🎉 New features
- Hidden beta version of new
eas account:usagecommand for viewing account usage and billing estimates. (#3334 by @douglowder, @EvanBacon) - Add
--no-bytecodeand--source-maps [mode]flags toeas update. (#3339 by @brentvatne) - Add App Clip bundle identifier registration support for multi-target iOS builds. (#3300 by @evanbacon)
- Add
--runtime-versionand--platformfilters toeas update:list. (#3261 by @HarelSultan)
🐛 Bug fixes
- Fix
--source-mapsflag compatibility with older SDKs that only support it as a boolean flag. (#3341 by @brentvatne) - Use
--dump-sourcemapsas fallback when--source-mapsis not provided toeas update, for backwards compatibility. (8cc324e1 by @brentvatne) - Fix
metadata:pullfailing 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)