UNPKG

4.83 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11## 0.2.13 — 2020-07-31
12
13_This version does not introduce any user-facing changes._
14
15## 0.2.12 — 2020-07-24
16
17### 🐛 Bug fixes
18
19- Fetch asset manifest through programmatic CLI interface instead of depending on a running React Native CLI server, so `./gradlew :app:assembleRelease` works as expected without needing to run `react-native start` beforehand. ([#9372](https://github.com/expo/expo/pull/9372)).
20
21## 0.2.11 — 2020-06-29
22
23### 🐛 Bug fixes
24
25- Fixed an issue where the publish workflow was broken on Android. Note that the publish workflow will not be supported in a future version of expo-updates, so we recommend [switching to the no-publish workflow](https://blog.expo.io/over-the-air-updates-from-expo-are-now-even-easier-to-use-376e2213fabf).
26
27## 0.2.10 — 2020-06-23
28
29### 🐛 Bug fixes
30
31- Fixed reading the `expo.modules.updates.ENABLED` setting from AndroidManifest.xml.
32- Improved the error message logged when an embedded manifest cannot be found.
33
34## 0.2.9 — 2020-06-15
35
36### 🐛 Bug fixes
37
38- Fixed issue where launch screen on iOS doesn't show whilst updates are being retrieved if it is contained within a storyboard instead of a nib. ([#8750](https://github.com/expo/expo/pull/8750) by [@MattsTheChief](https://github.com/MattsTheChief))
39- Fixed an issue where the REACT_NATIVE_PACKAGER_HOSTNAME env var was not respected in the build scripts for iOS or Android.
40
41## 0.2.8 — 2020-05-29
42
43*This version does not introduce any user-facing changes.*
44
45## 0.2.7 - 2020-05-27
46
47### 🐛 Bug fixes
48
49- Added a better error message to the `create-manifest-ios.sh` script in case the Xcode shell cannot find the node binary.
50- Added an optional `bundleIn${targetName}` field to Gradle build script config. ([#8464](https://github.com/expo/expo/pull/8464) by [@rickysullivan](https://github.com/rickysullivan))
51- Fixed a bug on iOS with bundling assets from outside the project root.
52
53## 0.2.6 — 2020-05-27
54
55*This version does not introduce any user-facing changes.*
56
57## 0.2.5
58
59### 🐛 Bug fixes
60
61- Fixed broken Android builds on Windows.
62
63## 0.2.4
64
65### 🐛 Bug fixes
66
67- Support monorepos ([#8419](https://github.com/expo/expo/pull/8419) by [@janicduplessis](https://github.com/janicduplessis))
68- Support entry file configuration in Xcode/gradle build scripts ([#8415](https://github.com/expo/expo/pull/8415) and [#8418](https://github.com/expo/expo/pull/8418) by [@janicduplessis](https://github.com/janicduplessis))
69- Added a more helpful error message when trying to run a build without the packager server running.
70
71## 0.2.3
72
73### 🐛 Bug fixes
74
75- Temporarily vendor `filterPlatformAssetScales` method from `@react-native-community/cli` in order to fix builds when `npm` was used to install dependencies (rather than `yarn`).
76- Fixed an issue on iOS where calling the JS module methods in development mode, after publishing at least one update, would crash the app.
77
78## 0.2.2
79
80### 🐛 Bug fixes
81
82- Fixed an issue on iOS where expo-updates expected more assets to be embedded than actually are by the React Native CLI.
83- Added a better error message on iOS when embedded assets are missing.
84
85## 0.2.1
86
87### 🐛 Bug fixes
88
89- Added a better error message to the `createManifest` script when project does not have the `hashAssetFiles` plugin configured.
90
91## 0.2.0
92
93### 🎉 New features
94
95- Added support for the **no-publish workflow**. In this workflow, release builds of both iOS and Android apps will create and embed a new update at build-time from the JS code currently on disk, rather than embedding a copy of the most recently published update. For more information, along with upgrade instructions if you're upgrading from 0.1.x and would like to use the no-publish workflow, read [this blog post](https://blog.expo.io/over-the-air-updates-from-expo-are-now-even-easier-to-use-376e2213fabf).
96- Added `Updates.updateId` and `Updates.releaseChannel` constant exports
97
98### 🐛 Bug fixes
99
100- Fixed an issue with recovering from an unexpectedly deleted asset on iOS.
101- Fixed handling of invalid EXPO_UDPATE_URL values on Android.
102- Updates Configuration Conditional From Equal To Prefix Check. ([#8225](https://github.com/expo/expo/pull/8225) by [@thorbenprimke](https://github.com/thorbenprimke))
103
104## 0.1.3
105
106### 🐛 Bug fixes
107
108- Fixed some issues with `runtimeVersion` on Android for apps using `expo export`.
109
110## 0.1.2
111
112### 🐛 Bug fixes
113
114- Fixed SSR support on Web. ([#7625](https://github.com/expo/expo/pull/7625) by [@EvanBacon](https://github.com/EvanBacon))
115
116## 0.1.1
117
118### 🐛 Bug fixes
119
120- Fixed 'unable to resolve class GradleVersion' when using Gradle 5. ([#7577](https://github.com/expo/expo/pull/7577) by [@IjzerenHein](https://github.com/IjzerenHein))
121
122## 0.1.0
123
124Initial public beta 🎉