Releases: expo/orbit
Releases · expo/orbit
Release list
v2.8.0
🎉 New features
- Add support for physical iPhones on Windows and Linux. (#347 by @gabrieldonadel)
- Add Wi-Fi pairing support for Android devices. (#350 by @gabrieldonadel)
🐛 Bug fixes
- Fix error message when launching updates on iOS physical devices. (#348 by @patrickwehbe)
💡 Others
- Add cross-platform E2E testing with WebdriverIO for Electron and Appium mac2 for macOS. (#334 by @gabrieldonadel)
- Fix flaky onboarding E2E test by switching off the closed onboarding window instead of querying it. (#349 by @gabrieldonadel)
- Speed up the macOS E2E workflow by caching CocoaPods. (#349 by @gabrieldonadel)
- Speed up CLI commands by lazy-loading command modules and listing devices in parallel. (#351 by @gabrieldonadel)
- Upgrade menu-bar app to Expo SDK 56. (#346 by @gabrieldonadel)
- Replaced @react-native-clipboard/clipboard with expo-clipboard. (#346 by @gabrieldonadel)
- Replaced SystemIconView local module with expo-symbols. (#346 by @gabrieldonadel)
- Drop aapt requirement for installing apps to Android devices. (#352 by @gabrieldonadel)
- Hide the
tarconsole window on Windows when extracting builds, skip probingdevicectlon non-macOS, and detect locked iOS 17+ devices correctly. (#352 by @gabrieldonadel)
v2.7.0
🎉 New features
- Add support for DeviceHub.app on Xcode 27. (#343 by @GersonRocha9)
🐛 Bug fixes
- Fix Run Android emulator without audio option. (#340 by @lklima)
- Fix opening APKs/tar from finder. (#341 by @gabrieldonadel)
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)