🛠 Breaking changes
- No longer enable APNS (iOS Push Notifications) capability by default anymore. (#797 by @EvanBacon)
- Don't configure Android projects locally. Clean up old Gradle signing config. Streamline
expo-updates
configuration. (#888 by @dsokal)
🎉 New features
- Add
update:list
command. (#884 by @jkhales) - Improve error message for outdated Apple PLA error. (#889 by @EvanBacon)
- Add
--output
flag to the build command. (#885 by @wkozyra95)
🐛 Bug fixes
- Fix creating project archive with symlink cycle. (#891 by @wkozyra95)
- Sign Android debug builds with the correct keystore. Previously, all debug builds would be signed with a default debug keystore. (#888 by @dsokal)