UNPKG

2.26 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11### 💡 Others
12
13## 10.1.0 — 2021-06-16
14
15### 🐛 Bug fixes
16
17- Enable kotlin in all modules. ([#12716](https://github.com/expo/expo/pull/12716) by [@wschurman](https://github.com/wschurman))
18
19### 💡 Others
20
21- Migrated from `unimodules-face-detector-interface` and `unimodules-file-system-interface` to `expo-modules-core`. ([#12936](https://github.com/expo/expo/pull/12936) by [@tsapeta](https://github.com/tsapeta))
22- 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))
23
24## 10.0.1 — 2021-03-23
25
26_This version does not introduce any user-facing changes._
27
28## 10.0.0 — 2021-03-10
29
30### 📚 native library updates
31
32- Migrated from `Firebase/MLVision` native library to `GoogleMLKit/FaceDetection@2.1.0` on iOS. ([#12125](https://github.com/expo/expo/pull/12125) by [@bbarthec](https://github.com/bbarthec))
33
34### 🎉 New features
35
36- 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))
37
38## 9.0.1 — 2021-01-15
39
40_This version does not introduce any user-facing changes._
41
42## 9.0.0 — 2021-01-15
43
44### ⚠️ Notices
45
46- The package is now shipped with prebuilt binaries on iOS. You can read more about it on [expo.fyi/prebuilt-modules](https://expo.fyi/prebuilt-modules). ([#11224](https://github.com/expo/expo/pull/11224) by [@tsapeta](https://github.com/tsapeta))
47
48### 🛠 Breaking changes
49
50- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
51
52## 8.4.0 — 2020-11-17
53
54_This version does not introduce any user-facing changes._
55
56## 8.3.0 — 2020-08-18
57
58_This version does not introduce any user-facing changes._
59
60## 8.2.1 — 2020-05-29
61
62_This version does not introduce any user-facing changes._
63
64## 8.2.0 — 2020-05-27
65
66### 🎉 New features
67
68- Added support for overriding the iOS Firebase SDK version in the bare workflow. ([#7141](https://github.com/expo/expo/pull/7141) by [@IjzerenHein](https://github.com/IjzerenHein))