UNPKG

1.65 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11## 11.0.0 — 2021-01-15
12
13_This version does not introduce any user-facing changes._
14
15## 11.0.0 — 2021-01-15
16
17### 🛠 Breaking changes
18
19- Remove side-effect, binding the manifest environment variables to the app's `process.env` ([#11559](https://github.com/expo/expo/pull/11559) by [@EvanBacon](https://github.com/EvanBacon))
20- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
21
22### 🐛 Bug fixes
23
24- Export JSON from `react-native.config` ([#11456](https://github.com/expo/expo/pull/11456) by [@EvanBacon](https://github.com/EvanBacon))
25
26## 10.0.0 — 2020-11-17
27
28### 🛠 Breaking changes
29
30- On iOS enabled `use_frameworks!` usage by replacing `React` dependency with `React-Core`. ([#11057](https://github.com/expo/expo/pull/11057) by [@bbarthec](https://github.com/bbarthec))
31
32## 9.0.1 — 2020-10-28
33
34### 🐛 Bug fixes
35
36- Clarify that react-native-unimodules is a dependency in README
37- Add a placeholder .xcodeproj file so that React Native CLI autolinking will detect the EXRandom podspec
38
39## 9.0.0 — 2020-09-15
40
41_This version does not introduce any user-facing changes._
42
43## 8.3.0 — 2020-08-18
44
45### 🎉 New features
46
47- Add a synchronous version of `getRandomBytesAsync` called `getRandomBytes`. ([#9750](https://github.com/expo/expo/pull/9750) by [@brentvatne](https://github.com/brentvatne))
48
49## 8.2.1 — 2020-05-29
50
51_This version does not introduce any user-facing changes._
52
53## 8.2.0 — 2020-05-27
54
55_This version does not introduce any user-facing changes._