Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Releases: expo/xde

v1.5.4

08 Apr 03:31
Compare
Choose a tag to compare

Think (fingers crossed) that this fixes the code signing issue that was causing some users to see an error when trying to run the program that would tell them the app was damaged and should be moved to the trash.

v1.5.3

29 Mar 21:54
@ide ide
Compare
Choose a tag to compare
  • Remove some extra npm dependencies we didn't need
  • Clearer error messages when we try to read package.json of your project and can't find it
  • Fix code signing of the OS X bundle

v1.5.2

29 Mar 01:19
@ide ide
Compare
Choose a tag to compare

Another small fix for the built-in app that runs on your iOS simulator.

v1.5.1

28 Mar 22:29
@ide ide
Compare
Choose a tag to compare

Fixes a code-signing issue with XDE itself.

v1.5.0

27 Mar 09:18
Compare
Choose a tag to compare

This fixes a bug where installing the Exponent app on the simulator wouldn't work.

v1.4.2

23 Mar 02:24
@ide ide
Compare
Choose a tag to compare

This release fixes a small bug so that we look for the new sdkVersion field in the exp section of your project's package.json file, instead of the old abiVersion field:

// package.json
{
  /* stuff... */
  "exp": {
    "sdkVersion": "4.0.0"
  }
}

1.4.0

22 Mar 18:41
Compare
Choose a tag to compare

Upgrading to ngrok2

The old version of ngrok has been shut down so you'll need to use this new version for xde to work.

v1.3.5

19 Mar 18:42
@ide ide
Compare
Choose a tag to compare

Update to this release of XDE for compatibility with the latest version of Exponent for Android.

Upgrade Note

One thing you will need to do is open your project's package.json file and look for where it says:

"exp": {
  "abiVersion": "4.0.0"
}

Change abiVersion to sdkVersion:

"exp": {
  "sdkVersion": "4.0.0"
}

The sdkVersion field tells us which version of the Exponent SDK you want to use so that your app stays working even as we update Exponent.

v1.3.3

15 Jan 19:53
@ide ide
Compare
Choose a tag to compare
  • Fixed a bug with package.json under node_modules not being copied to new projects
  • [Internal] Upgraded Radium and other npm dependencies

v1.3.2

15 Jan 05:26
@ide ide
Compare
Choose a tag to compare
  • Enabled Mac codesigning, so that XDE runs without needing to modify security setting as long as you have allowed apps from identified developers. (Go to Settings > Security and Privacy > the General tab > select Allow apps downloaded from: Mac App Store and identified developers.)
  • Fixed the version number, so that XDE doesn't keep asking you to upgrade
  • Reduced download size by 71MB (44%)