UNPKG

2.75 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.0.1 — 2021-10-01
14
15_This version does not introduce any user-facing changes._
16
17## 10.0.0 — 2021-09-28
18
19### 🛠 Breaking changes
20
21- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
22
23### 🐛 Bug fixes
24
25- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
26
27### 💡 Others
28
29- Migrated from `@unimodules/core` to `expo-modules-core`. ([#13757](https://github.com/expo/expo/pull/13757) by [@tsapeta](https://github.com/tsapeta))
30- Rewrote Android part from Java to Kotlin ([#14010](https://github.com/expo/expo/pull/14010) by [@m1st4ke](https://github.com/m1st4ke))
31- Migrated from `AsyncTask` to Kotlin coroutines. ([#14029](https://github.com/expo/expo/pull/14029) by [@m1st4ke](https://github.com/m1st4ke))
32
33## 9.2.0 — 2021-06-16
34
35### 🐛 Bug fixes
36
37- Enable kotlin in all modules. ([#12716](https://github.com/expo/expo/pull/12716) by [@wschurman](https://github.com/wschurman))
38
39### 💡 Others
40
41- Migrated from `unimodules-file-system-interface` to `expo-modules-core`.
42- 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))
43
44## 9.1.2 — 2021-04-13
45
46_This version does not introduce any user-facing changes._
47
48## 9.1.1 — 2021-04-01
49
50_This version does not introduce any user-facing changes._
51
52## 9.1.0 — 2021-03-10
53
54### 🎉 New features
55
56- 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))
57
58## 9.0.0 — 2021-01-15
59
60### 🛠 Breaking changes
61
62- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
63
64## 8.5.0 — 2020-11-17
65
66### 🐛 Bug fixes
67
68- Removed use of `org.unimodules.core.InvalidArgumentException` in favor of its coded version, `org.unimodules.core.errors.InvalidArgumentException`. ([#9961](https://github.com/expo/expo/pull/9961) by [@sjchmiela](https://github.com/sjchmiela))
69
70## 8.4.0 — 2020-08-18
71
72_This version does not introduce any user-facing changes._
73
74## 8.3.0 — 2020-07-27
75
76### 🐛 Bug fixes
77
78- Fixed sharing external URIs on Android. ([#9223](https://github.com/expo/expo/pull/9223) by [@barthap](https://github.com/barthap))
79
80## 8.2.1 — 2020-05-29
81
82_This version does not introduce any user-facing changes._
83
84## 8.2.0 — 2020-05-27
85
86_This version does not introduce any user-facing changes._