UNPKG

3.73 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.2 — 2021-10-15
14
15_This version does not introduce any user-facing changes._
16
17## 10.0.1 — 2021-10-01
18
19_This version does not introduce any user-facing changes._
20
21## 10.0.0 — 2021-09-28
22
23### 🛠 Breaking changes
24
25- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
26
27### 🎉 New features
28
29- Add `Brightness.usePermissions` hook from modules factory. ([#13853](https://github.com/expo/expo/pull/13853) by [@bycedric](https://github.com/bycedric))
30
31### 🐛 Bug fixes
32
33- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
34
35### 💡 Others
36
37- Rewrite android code to Kotlin. ([#13993](https://github.com/expo/expo/pull/13993) by [@kkafar](https://github.com/kkafar))
38- Migrated from `@unimodules/core` to `expo-modules-core`. ([#13757](https://github.com/expo/expo/pull/13757) by [@tsapeta](https://github.com/tsapeta))
39- Export missing `PermissionExpiration` type. ([#14120](https://github.com/expo/expo/pull/14120) by [@simek](https://github.com/simek))
40- Updated `@expo/config-plugins` ([#14443](https://github.com/expo/expo/pull/14443) by [@EvanBacon](https://github.com/EvanBacon))
41
42## 9.2.0 — 2021-06-16
43
44### 🐛 Bug fixes
45
46- Enable kotlin in all modules. ([#12716](https://github.com/expo/expo/pull/12716) by [@wschurman](https://github.com/wschurman))
47
48### 💡 Others
49
50- Migrated from `unimodules-permissions-interface` to `expo-modules-core`. ([#12961](https://github.com/expo/expo/pull/12961) by [@tsapeta](https://github.com/tsapeta))
51
52## 9.1.2 — 2021-04-13
53
54_This version does not introduce any user-facing changes._
55
56## 9.1.1 — 2021-03-31
57
58_This version does not introduce any user-facing changes._
59
60## 9.1.0 — 2021-03-10
61
62### 🎉 New features
63
64- Converted plugin to TypeScript. ([#11715](https://github.com/expo/expo/pull/11715) by [@EvanBacon](https://github.com/EvanBacon))
65- 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))
66
67### 🐛 Bug fixes
68
69- Remove peerDependencies and unimodulePeerDependencies from Expo modules. ([#11980](https://github.com/expo/expo/pull/11980) by [@brentvatne](https://github.com/brentvatne))
70
71## 9.0.0 — 2021-01-15
72
73### 🛠 Breaking changes
74
75- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
76
77### 🎉 New features
78
79- Created config plugins ([#11538](https://github.com/expo/expo/pull/11538) by [@EvanBacon](https://github.com/EvanBacon))
80
81## 8.4.0 — 2020-11-17
82
83### 🐛 Bug fixes
84
85- 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))
86
87## 8.3.0 — 2020-08-18
88
89### 🎉 New features
90
91- Add permissions for web. ([#9671](https://github.com/expo/expo/pull/9671) by [@EvanBacon](https://github.com/EvanBacon))
92- Create `isAvailableAsync` method. ([#9668](https://github.com/expo/expo/pull/9668) by [@EvanBacon](https://github.com/EvanBacon))
93
94## 8.2.1 — 2020-05-29
95
96_This version does not introduce any user-facing changes._
97
98## 8.2.0 — 2020-05-27
99
100### 🐛 Bug fixes
101
102- Fixed `Brightness.requestPermissionsAsync` throwing `permission cannot be null or empty` error on Android. ([#7276](https://github.com/expo/expo/pull/7276) by [@lukmccall](https://github.com/lukmccall))