UNPKG

1.52 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11## 9.0.2 — 2021-03-23
12
13### 🐛 Bug fixes
14
15- Fix types - tint now a string union `'dark' | 'light' | 'default'` rather than any string. ([#12264](https://github.com/expo/expo/pull/12264) by [@brentvatne](https://github.com/brentvatne))
16
17## 9.0.1 — 2021-03-10
18
19### 🐛 Bug fixes
20
21- Remove peerDependencies and unimodulePeerDependencies from Expo modules. ([#11980](https://github.com/expo/expo/pull/11980) by [@brentvatne](https://github.com/brentvatne))
22
23## 9.0.0 — 2021-01-15
24
25### 🛠 Breaking changes
26
27- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
28
29## 8.2.2 — 2020-12-04
30
31### 🐛 Bug fixes
32
33- Explicitly pass down only the expected props on iOS. ([#10648](https://github.com/expo/expo/pull/10648) by [@cruzach](https://github.com/cruzach))
34
35## 8.2.1 — 2020-11-17
36
37_This version does not introduce any user-facing changes._
38
39## 8.2.0 — 2020-08-18
40
41### 🎉 New features
42
43- Delete `prop-types` in favor of TypeScript. ([#8676](https://github.com/expo/expo/pull/8676) by [@EvanBacon](https://github.com/EvanBacon))
44- Convert Android and web to class components. ([#8856](https://github.com/expo/expo/pull/8856) by [@EvanBacon](https://github.com/EvanBacon))
45
46## 8.1.2 — 2020-05-29
47
48_This version does not introduce any user-facing changes._
49
50## 8.1.1 — 2020-05-27
51
52_This version does not introduce any user-facing changes._