You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3.6 KiB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

8.7.0 — 2022-12-21

This version does not introduce any user-facing changes.

8.6.2 — 2022-10-25

This version does not introduce any user-facing changes.

8.6.1 — 2022-07-19

This version does not introduce any user-facing changes.

8.6.0 — 2022-07-07

This version does not introduce any user-facing changes.

8.5.0 — 2022-04-18

💡 Others

  • Swap out Cloudfront CDN for classic-assets.eascdn.net. (#15781) by @quinlanj

8.4.6 - 2022-01-13

🐛 Bug fixes

8.4.5 — 2021-12-21

🐛 Bug fixes

  • Fix an issue preventing the loading of assets using expo-updates manifests during local development. (#15667) by @jonsamp

8.4.4 — 2021-11-17

🐛 Bug fixes

8.4.1 — 2021-10-01

💡 Others

  • Updated @testing-library/react-hooks to version 7.0.1. (#14552) by @Simek)

8.4.0 — 2021-09-08

🎉 New features

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

  • Add useAssets hook to simplify assets handling. (#8928 by @bycedric)

🐛 Bug fixes

  • Fixed Asset.loadAsync() TypeScript signature to match Asset.fromModule() types. (#9246 by @barthap)

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 resolved Asset when it resolves. (#8646 by @EvanBacon)
  • Asset.loadAsync() returns an array of resolved Assets when it finishes loading the resources. (#8646 by @EvanBacon)
  • Added support for the expo-updates no-publish workflow. (#8003 by @esamelson)