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

2.6 KiB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

9.3.5 — 2020-12-11

🐛 Bug fixes

  • Add @expo/config to dependencies

9.3.4 — 2020-12-09

🐛 Bug fixes

  • Fixed an issue where Constants.manifest was still undefined in debug Android builds in the bare workflow

9.3.3 — 2020-12-02

This version does not introduce any user-facing changes.

9.3.2 — 2020-12-01

🐛 Bug fixes

  • Fixed the getAppConfig.js script to work with the latest version of @expo/config.

9.3.1 — 2020-11-25

🛠 Breaking changes

  • Fixed installationId being backed up on Android which resulted in multiple devices having the same installationId. (#11005 by @sjchmiela)
  • Deprecated .installationId and .deviceId as these properties can be implemented in user space. Instead, implement the installation identifier on your own using expo-application's .androidId on Android and a storage API like expo-secure-store on iOS and localStorage on Web. (#10997 by @sjchmiela)

9.3.0 — 2020-11-17

🎉 New features

  • Added Constants.executionEnvironment to distinguish between apps running in a bare, managed standalone, or App/Play Store development client environment. (#10986 by @esamelson)
  • Added script to embed app configuration into a bare app and export this object as Constants.manifest. (#10948 and #10949 by @esamelson)
  • If manifest is defined on expo-updates then use it instead of ExponentConstants.manifest (#10668 by @esamelson)
  • Warn when developer attempts to access empty Constants.manifest in bare. Throw error when it is empty in managed. (#11028 by @esamelson)
  • Set Contants.executionEnvironment to ExecutionEnvironment.Bare on web.

9.2.0 — 2020-08-18

This version does not introduce any user-facing changes.

9.1.1 — 2020-05-28

This version does not introduce any user-facing changes.

9.1.0 — 2020-05-27

🐛 Bug fixes