UNPKG

1.42 kBMarkdownView Raw
1# Changelog
2
3## Unpublished
4
5### 🛠 Breaking changes
6
7### 🎉 New features
8
9### 🐛 Bug fixes
10
11## 9.0.0 — 2021-01-15
12
13_This version does not introduce any user-facing changes._
14
15## 9.0.0 — 2021-01-15
16
17### 🛠 Breaking changes
18
19- Dropped support for iOS 10.0 ([#11344](https://github.com/expo/expo/pull/11344) by [@tsapeta](https://github.com/tsapeta))
20
21## 8.4.1 — 2020-10-02
22
23### 🐛 Bug fixes
24
25- Fixed `UIDocumentPickerViewController` being `nil` on iOS 14 and thus causing the hard-crash of the application. ([#10327](https://github.com/expo/expo/pull/10327) by [@bbarthec](https://github.com/bbarthec))
26- Fixed `Promise` not being fulfilled if the document picker view controller was being dismissed by gesture on iOS. ([#10325](https://github.com/expo/expo/pull/10325) by [@sjchmiela](https://github.com/sjchmiela))
27
28## 8.4.0 — 2020-08-18
29
30### 🐛 Bug fixes
31
32- Fixed iOS bug, where it could be impossible to select only videos. ([#9720](https://github.com/expo/expo/pull/9720) by [@barthap](https://github.com/barthap))
33
34## 8.3.0 — 2020-07-27
35
36### 🐛 Bug fixes
37
38- Fixed `getDocumentAsync` crashing when picking a folder on iOS. ([#8930](https://github.com/expo/expo/pull/8930) by [@lukmccall](https://github.com/lukmccall))
39
40## 8.2.1 — 2020-05-29
41
42_This version does not introduce any user-facing changes._
43
44## 8.2.0 — 2020-05-27
45
46_This version does not introduce any user-facing changes._