UNPKG

2.84 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.3.1 — 2022-10-25
14
15_This version does not introduce any user-facing changes._
16
17## 10.3.0 — 2022-07-07
18
19_This version does not introduce any user-facing changes._
20
21## 10.2.0 — 2022-04-18
22
23### ⚠️ Notices
24
25- 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))
26
27## 10.1.3 — 2022-02-14
28
29### 🐛 Bug fixes
30
31- Re-enable passing custom action string to `startActivityAsync`. ([#15671](https://github.com/expo/expo/pull/15671) by [@Simek](https://github.com/Simek))
32
33## 10.1.2 — 2022-02-01
34
35### 🐛 Bug fixes
36
37- 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))
38
39## 10.1.0 — 2021-12-03
40
41### 💡 Others
42
43- Rewrite Android code to Kotlin. ([#14479](https://github.com/expo/expo/pull/14479) by [@kkafar](https://github.com/kkafar))
44
45## 10.0.1 — 2021-10-01
46
47_This version does not introduce any user-facing changes._
48
49## 10.0.0 — 2021-09-28
50
51### 🛠 Breaking changes
52
53- Replace the stand-alone action constant strings with String Enum named `ActivityAction`. ([#14070](https://github.com/expo/expo/pull/14070) by [@Simek](https://github.com/Simek))
54
55```diff
56- IntentLauncher.ACTION_* // ACTION_ACCESSIBILITY_SETTINGS
57+ IntentLauncher.ActivityAction.* // ActivityAction.ACCESSIBILITY_SETTINGS
58```## 9.1.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## 9.0.0 — 2021-03-10
69
70### 🎉 New features
71
72- 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))
73- Upgrade native libraries. ([#12125](https://github.com/expo/expo/pull/12125) by [@bbarthec](https://github.com/bbarthec))
74
75### 🐛 Bug fixes
76
77- Handle `ActivityNotFoundException` error to prevent crashes. ([#12078](https://github.com/expo/expo/pull/12078) by [@robertying](https://github.com/robertying))
78
79## 8.4.0 — 2020-11-17
80
81_This version does not introduce any user-facing changes._
82
83## 8.3.0 — 2020-08-18
84
85_This version does not introduce any user-facing changes._
86
87## 8.2.1 — 2020-05-29
88
89*This version does not introduce any user-facing changes.*
90
91## 8.2.0 — 2020-05-27
92
93*This version does not introduce any user-facing changes.*
94``````
95
96```