This repository has been archived by the owner on Sep 25, 2018. It is now read-only.
Releases: expo/xde
Releases · expo/xde
v2.10.0
- Support for Exponent SDK 11.
- Update
adb
error messages.
v2.9.0
- Add Linux AppImage!
- Fix
PATH
bug for zsh users. - Surface
xcrun
errors. - Improve Android USB debugging warning.
- Show warning when using an old version of Watchman.
- Warn when
adb reverse
fails. - Use
EXPONENT_EDITOR
env variable to determine what text editor to open.
v2.8.0
- Make simulator app download more robust.
- Update packager assets API.
- Use Exponent specific ngrok config file.
v2.7.1
- Fix
window.amplitude.getInstance
is not a function bug.
v2.7.0
- Improved new project creation. Add an blank template project.
- Add buttons to show only left or right side of logs.
- Add buttons to clear logs.
- Add diagnostics tool.
- Check image content-type instead of using
*.png
regex. - Show error message when Xcode license is not accepted.
v2.6.0
- Add
Show in File Explorer
andOpen in Cmd
buttons on Windows. - Detect default shell more reliably.
- Make invalid peer dependencies warning clearer.
- Add option to not clear cache when restarting packager.
v2.5.3
- Allow project specific properties under
extra
field inexp.json
. - Add support for
Zsh
andfish
shells. - Change
exp.json
validation from error to warning.
v2.5.2
- Fix error extracting new project template on Windows.
- Fix error running Watchman on macOS when Homebrew is not installed.
v2.5.1
- Fix a bug running
npm ls
the first time.
v2.5.0
- Support for Exponent SDK 9.
- Validate that
package.json
dependencies are actually installed. - Support separate
*.ios.js
and*.android.js
entry points.