v0.0.15-beta
What's Changed
- typo by @pvinis in #292
- Fix AVD config using invalid CPU archs by @jakub-gonet in #309
- Ignore vendor directory when looking for XCode files by @jakub-gonet in #319
- Use arrow function for removeDeviceListener by @jakub-gonet in #325
- Check fingerprint on save when editing node_modules by @jakub-gonet in #323
- fix: closing modal through ide url panel by @kewinzaq1 in #316
- Fix inspector in React Native 0.74 by @kmagiera in #340
- Add warning when multiple XCode project files are found by @jakub-gonet in #312
- Use import syntax in expo-router plugin to fix React Compiler by @kmagiera in #344
- Improve detection whether we should use Expo CLI by @kmagiera in #351
- Don't perform clean rebuild on bundle errors by @kmagiera in #352
- fix selectable elements in the panel UI by @kmagiera in #353
- Update sim-server to version that includes significant perf improvements by @kmagiera in #362
- Introduce a cap for iOS build progress. by @filip131311 in #361
- Fix a range of webview resizing issues. by @filip131311 in #363
- Bump simulator-server to use code that detects xcode location using NSWorkspace API by @kmagiera in #364
- Add static geolocation by @filip131311 in #317
- Replace disabled magnet with home button used e.g. for getting back from preview mode. by @kmagiera in #366
- Add failsafe mechanism for cloning sim-server binary by @kmagiera in #368
- Prevent infinite loading when creating first device by @jakub-gonet in #324
- Override PWD variable when launching subprocess from different directory by @kmagiera in #369
- Fix crash caused by #369 by @kmagiera in #370
- Remove .gradle directories from fingerprint by @jakub-gonet in #372
- Add tests by @jakub-gonet in #371
- Delay setting error handlers until debugger is connected by @kmagiera in #373
- Use shared-prefs to avoid onboarding screen that blocks the UI in expo dev client by @kmagiera in #374
- Rewrite wrapper code to properly support cases when devtools connect with some delay by @kmagiera in #375
- Revert changes from #316 for expo-router v2 implementation by @kmagiera in #376
- Rely on exec extending env by default by @kmagiera in #378
- Don't update shared prefs for expo go by @kmagiera in #379
New Contributors
Full Changelog: v0.0.14-beta...v0.0.15-beta