UNPKG

4.08 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11### 💡 Others
12
13## 12.2.0 — 2022-04-18
14
15### 🎉 New features
16
17- The module on iOS is now written in Swift and uses JSI host object instead of the bridge module for communication between JavaScript and native code. ([#15875](https://github.com/expo/expo/pull/15875) by [@tsapeta](https://github.com/tsapeta))
18
19### ⚠️ Notices
20
21- On Android bump `compileSdkVersion` to `31`, `targetSdkVersion` to `31` and `Java` version to `11`. ([#16941](https://github.com/expo/expo/pull/16941) by [@bbarthec](https://github.com/bbarthec))
22
23## 12.1.2 - 2022-02-01
24
25### 🐛 Bug fixes
26
27- Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://github.com/expo/expo/pull/16080) by [@kudo](https://github.com/kudo))
28
29## 12.1.1 — 2021-12-18
30
31### 🐛 Bug fixes
32
33- Fix iOS project build break on SDK 44. ([#15626](https://github.com/expo/expo/pull/15626) by [@kudo](https://github.com/kudo))
34
35## 12.1.0 — 2021-12-03
36
37_This version does not introduce any user-facing changes._
38
39## 12.0.1 — 2021-10-27
40
41_This version does not introduce any user-facing changes._
42
43## 12.0.0 — 2021-09-28
44
45### 🛠 Breaking changes
46
47- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
48
49### 🐛 Bug fixes
50
51- Fix bug causing synchronous calls to break React Native Debugger. ([#13616](https://github.com/expo/expo/pull/13616) by [@stdavis](https://github.com/stdavis))
52- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
53
54### 💡 Others
55
56- Rewrite android code to Kotlin. ([#13994](https://github.com/expo/expo/pull/13994) by [@kkafar](https://github.com/kkafar))
57
58## 11.2.0 — 2021-06-16
59
60### 🐛 Bug fixes
61
62- Enable kotlin in all modules. ([#12716](https://github.com/expo/expo/pull/12716) by [@wschurman](https://github.com/wschurman))
63
64### 💡 Others
65
66- Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://github.com/expo/expo/pull/12939) by [@kudo](https://github.com/kudo))
67
68## 11.1.2 — 2021-04-13
69
70_This version does not introduce any user-facing changes._
71
72## 11.1.1 — 2021-04-09
73
74_This version does not introduce any user-facing changes._
75
76## 11.1.0 — 2021-03-10
77
78### 🎉 New features
79
80- Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#11647](https://github.com/expo/expo/pull/11647) by [@bbarthec](https://github.com/bbarthec))
81
82## 11.0.0 — 2021-01-15
83
84### 🛠 Breaking changes
85
86- 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))
87- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
88
89### 🐛 Bug fixes
90
91- Export JSON from `react-native.config` ([#11456](https://github.com/expo/expo/pull/11456) by [@EvanBacon](https://github.com/EvanBacon))
92
93## 10.0.0 — 2020-11-17
94
95### 🛠 Breaking changes
96
97- 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))
98
99## 9.0.1 — 2020-10-28
100
101### 🐛 Bug fixes
102
103- Clarify that react-native-unimodules is a dependency in README
104- Add a placeholder .xcodeproj file so that React Native CLI autolinking will detect the EXRandom podspec
105
106## 9.0.0 — 2020-09-15
107
108_This version does not introduce any user-facing changes._
109
110## 8.3.0 — 2020-08-18
111
112### 🎉 New features
113
114- Add a synchronous version of `getRandomBytesAsync` called `getRandomBytes`. ([#9750](https://github.com/expo/expo/pull/9750) by [@brentvatne](https://github.com/brentvatne))
115
116## 8.2.1 — 2020-05-29
117
118_This version does not introduce any user-facing changes._
119
120## 8.2.0 — 2020-05-27
121
122_This version does not introduce any user-facing changes._