This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

49 lines
1.2 KiB
Markdown

# Changelog
## Unpublished
### 🛠 Breaking changes
### 🎉 New features
### 🐛 Bug fixes
## 2.0.1 — 2021-01-21
### 🎉 New features
- Added bare workflow support. ([#11560](https://github.com/expo/expo/pull/11560) by [@EvanBacon](https://github.com/EvanBacon))
- `Linking.createURL` creates URLs with two slashes in bare workflow. ([#11702](https://github.com/expo/expo/pull/11702) by [@EvanBacon](https://github.com/EvanBacon))
### 🐛 Bug fixes
- Removed `fbjs` dependency ([#11396](https://github.com/expo/expo/pull/11396) by [@cruzach](https://github.com/cruzach))
## 2.0.0 — 2020-12-08
_This version does not introduce any user-facing changes._
## 1.0.6 — 2020-11-17
### 🐛 Bug fixes
- Improved mechanism used to determine whether in bare or managed workflow. ([#10993](https://github.com/expo/expo/pull/10993) by [@esamelson](https://github.com/esamelson))
## 1.0.5 — 2020-10-22
### 🐛 Bug fixes
- Prevent crash in bare workflow if `Constants.manifest` isn't defined.
## 1.0.4 — 2020-08-18
_This version does not introduce any user-facing changes._
## 1.0.3 — 2020-05-29
_This version does not introduce any user-facing changes._
## 1.0.2 — 2020-05-27
_This version does not introduce any user-facing changes._