Releases: expo/orbit
Releases · expo/orbit
v2.6.0
🎉 New features
- Display user avatars uploaded on expo.dev. (#336 by @tomek-agent)
- Add deviceId support to deep-link routes. (#337 by @gabrieldonadel)
🐛 Bug fixes
- Fix OAauth with 3rd party providers on Windows and Linux. (#335 by @gabrieldonadel)
💡 Others
- Use EAS custom builds for macOS releases. (#330 by @gabrieldonadel)
- Enable react-native new architecture. (#310 by @gabrieldonadel)
v2.5.0
🎉 New features
- Use SF Symbols on macOS. (#325 by @gabrieldonadel)
- Improve launching tarballs with multi apps. (#324 by @gabrieldonadel)
💡 Others
- Add release automation scripts. (#327 by @gabrieldonadel)
- Add
/devicesroute to local servers. (#326 by @gabrieldonadel) - Migrate SystemIconView to Expo modules. (#329 by @gabrieldonadel)
v2.4.0
🎉 New features
- Add support for setting the app launch url. (#319 by @gabrieldonadel)
🐛 Bug fixes
- Fix crash when opening app via deep link from cold start. (#320 by @gabrieldonadel)
💡 Others
- Add
exp://*.on.expo.app/**andexp://*.on.staging.expo.app/**to default trusted sources. (#323 by @gabrieldonadel)
v2.3.0
🎉 New features
- Add watchOS support. (#313 by @gabrieldonadel)
- Add support for launching macOS apps. (#315 by @gabrieldonadel)
- Improve iOS simulator boot and app install reliability. (#314 by @gabrieldonadel)
🐛 Bug fixes
- Hide horizontal scroll indicator in menu popover. (#305 by @gabrieldonadel)
💡 Others
- Upgrade to
expoSDK 54 and react-native0.81. (#254 by @gabrieldonadel) - Optimize code for React 19. (#307 by @gabrieldonadel)
- Upgrade
react-native-svgto 15.15.2. (#308 by @gabrieldonadel) - Add localhost to local server whitelisted domains. (#317 by @gabrieldonadel)
v2.2.0
🎉 New features
- Warn users when automatically switching devices. (#302 by @gabrieldonadel)
🐛 Bug fixes
- Limit the size of error alerts in menu-bar. (#288 by @douglowder)
- Fix launching Android apps that use activity-alias. (#301 by @gabrieldonadel)
💡 Others
- Upgrade to
expoSDK 53 and react-native0.79. (#254 by @gabrieldonadel) - Update ESLint,
eslint-config-universeand setups, bump TypeScript versions. (#261 by @Simek) - Add macOS build script. (#262 by @gabrieldonadel)
- Simplify
AppDelegate.mlogic in to align with Expo's template. (#263 by @gabrieldonadel) - Migrate AppDelegate to Swift. (#264 by @gabrieldonadel)
- Enable react compiler. (#272 by @gabrieldonadel)
- Upgrade
react-native-svg-transformerto 1.5.1 (#273 by @gabrieldonadel) - Improve setup instructions for contributors. (#271 by @altaywtf)
- Use
expo-web-browserfor authentication on macOS. (#276 by @gabrieldonadel) - Upgrade
react-native-macosto 0.79.0. (#290 by @gabrieldonadel) - Update Orbit app and menu bar icons. (#299 by @gabrieldonadel)
v2.1.0
🎉 New features
- Add support for configuring trusted sources for opening URLs via the CLI and menu-bar app. (#270, #275 by @altaywtf)
- Add support for deep linking with both expo-orbit:// and expo-orbit:///. (#279 by @oblador)
- Add support for launching multiple apps simultaneously. (#281 by @gabrieldonadel)
💡 Others
- Remove deprecated deeplink formats. (#280 by @gabrieldonadel)
v2.0.4
v2.0.3
🎉 New features
- Add a warning when developer mode is disabled on iOS. (#250 by @gabrieldonadel)
🐛 Bug fixes
- Fix "no such file" error when opening cached builds. (#256 by @gabrieldonadel)
- Ensure UsbmuxClient can load binary plist pair record data from Apple devices. (#257 by @gabrieldonadel)
💡 Others
- Add CLI archive build phase to macOS project. (#248 by @gabrieldonadel)
- Add arch info to Rudder module. (#252 by @gabrieldonadel)
- Upgrade
react-nativeandreact-native-macosto 0.76.9. (#258 by @gabrieldonadel)
v2.0.2
🎉 New features
- [Windows] Add settings option to context menu. (#233 by @gabrieldonadel)
- Add support for opening APK files from Explorer on Windows and Linux. (#237 by @gabrieldonadel)
- Add support for opening projects directly in Expo Go through a deep link. (#241 by @gabrieldonadel)
💡 Others
- Upgrade
react-native-macosto 0.76.6. (#232 by @gabrieldonadel) - Add tracking simulator launches. (#246 by @gabrieldonadel)
v2.0.1
🎉 New features
- Allow users to manually launch updates in Expo Go. (#226 by @gabrieldonadel)
- [Linux] Add support for auto updates. (#229 by @gabrieldonadel)
🐛 Bug fixes
- [macOS] Fix
new NativeEventEmitter() requires a non-null argumenterror when clicking "See all". (#225 by @gabrieldonadel) - [Linux] Add maintainer field to deb packages. (#227 by @gabrieldonadel)