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.

28 lines
762 B
Markdown
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
# Changelog
## Unpublished
### 🛠 Breaking changes
### 🎉 New features
### 🐛 Bug fixes
## 1.4.0 — 2020-11-17
_This version does not introduce any user-facing changes._
## 1.3.0 — 2020-08-18
_This version does not introduce any user-facing changes._
## 1.2.0 — 2020-05-29
*This version does not introduce any user-facing changes.*
## 1.1.0 — 2020-05-27
### 🐛 Bug fixes
- Fixed `appLoaderRegisteredForName` to not only check if a loader class name is in the cache for the provided name but also verifies that the cached and current class name match. When migrating from managed to bare, the class name cache needs to be updated. ([#8292](https://github.com/expo/expo/pull/8292) by [@thorbenprimke](https://github.com/thorbenprimke))