2.1 KiB
2.1 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
8.3.3 — 2021-07-20
This version does not introduce any user-facing changes.
8.3.2 — 2021-04-21
🎉 New features
8.3.1 — 2021-03-23
🐛 Bug fixes
- Removed annoying yellowbox warning message in bare workflow when there's no manifest available. (#12237 by @bbarthec)
8.3.0 — 2021-03-10
🐛 Bug fixes
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)
8.2.2 — 2021-01-15
This version does not introduce any user-facing changes.
8.2.1 — 2020-11-17
This version does not introduce any user-facing changes.
8.2.0 — 2020-08-18
🎉 New features
🐛 Bug fixes
8.1.7 — 2020-05-29
This version does not introduce any user-facing changes.
8.1.6 — 2020-05-27
This version does not introduce any user-facing changes.
8.1.5
🎉 New features
asset.downloadAsync()
returns the resolvedAsset
when it resolves. (#8646 by @EvanBacon)Asset.loadAsync()
returns an array of resolvedAsset
s when it finishes loading the resources. (#8646 by @EvanBacon)- Added support for the
expo-updates
no-publish workflow. (#8003 by @esamelson)