UNPKG

3.86 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11## 0.2.9 — 2020-06-15
12
13### 🐛 Bug fixes
14
15- 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))
16- Fixed an issue where the REACT_NATIVE_PACKAGER_HOSTNAME env var was not respected in the build scripts for iOS or Android.
17
18## 0.2.8 — 2020-05-29
19
20*This version does not introduce any user-facing changes.*
21
22## 0.2.7 - 2020-05-27
23
24### 🐛 Bug fixes
25
26- Added a better error message to the `create-manifest-ios.sh` script in case the Xcode shell cannot find the node binary.
27- 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))
28- Fixed a bug on iOS with bundling assets from outside the project root.
29
30## 0.2.6 — 2020-05-27
31
32*This version does not introduce any user-facing changes.*
33
34## 0.2.5
35
36### 🐛 Bug fixes
37
38- Fixed broken Android builds on Windows.
39
40## 0.2.4
41
42### 🐛 Bug fixes
43
44- Support monorepos ([#8419](https://github.com/expo/expo/pull/8419) by [@janicduplessis](https://github.com/janicduplessis))
45- 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))
46- Added a more helpful error message when trying to run a build without the packager server running.
47
48## 0.2.3
49
50### 🐛 Bug fixes
51
52- Temporarily vendor `filterPlatformAssetScales` method from `@react-native-community/cli` in order to fix builds when `npm` was used to install dependencies (rather than `yarn`).
53- Fixed an issue on iOS where calling the JS module methods in development mode, after publishing at least one update, would crash the app.
54
55## 0.2.2
56
57### 🐛 Bug fixes
58
59- Fixed an issue on iOS where expo-updates expected more assets to be embedded than actually are by the React Native CLI.
60- Added a better error message on iOS when embedded assets are missing.
61
62## 0.2.1
63
64### 🐛 Bug fixes
65
66- Added a better error message to the `createManifest` script when project does not have the `hashAssetFiles` plugin configured.
67
68## 0.2.0
69
70### 🎉 New features
71
72- 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).
73- Added `Updates.updateId` and `Updates.releaseChannel` constant exports
74
75### 🐛 Bug fixes
76
77- Fixed an issue with recovering from an unexpectedly deleted asset on iOS.
78- Fixed handling of invalid EXPO_UDPATE_URL values on Android.
79- Updates Configuration Conditional From Equal To Prefix Check. ([#8225](https://github.com/expo/expo/pull/8225) by [@thorbenprimke](https://github.com/thorbenprimke))
80
81## 0.1.3
82
83### 🐛 Bug fixes
84
85- Fixed some issues with `runtimeVersion` on Android for apps using `expo export`.
86
87## 0.1.2
88
89### 🐛 Bug fixes
90
91- Fixed SSR support on Web. ([#7625](https://github.com/expo/expo/pull/7625) by [@EvanBacon](https://github.com/EvanBacon))
92
93## 0.1.1
94
95### 🐛 Bug fixes
96
97- Fixed 'unable to resolve class GradleVersion' when using Gradle 5. ([#7577](https://github.com/expo/expo/pull/7577) by [@IjzerenHein](https://github.com/IjzerenHein))
98
99## 0.1.0
100
101Initial public beta 🎉