Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 2.4 KB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

  • Drop @expo/config-plugins dependency in favor of peer dependency on expo. (#18595 by @EvanBacon)

2.3.1 — 2022-07-16

💡 Others

  • Removed legacy Objective-C implementation and changed the pod name to ExpoTrackingTransparency. (#18157 by @barthap)

2.3.0 — 2022-07-07

💡 Others

  • Migrated Expo modules definitions to the new naming convention. (#17193 by @tsapeta)

2.2.0 — 2022-04-18

💡 Others

2.1.0 — 2021-12-03

This version does not introduce any user-facing changes.

2.0.1 — 2021-10-01

This version does not introduce any user-facing changes.

2.0.0 — 2021-09-28

🛠 Breaking changes

🎉 New features

  • Add useTrackingPermissions hook from modules factory. (#13864 by @bycedric)

🐛 Bug fixes

  • Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)

💡 Others

1.1.0 — 2021-06-16

💡 Others

  • Migrated from unimodules-permissions-interface to expo-modules-core. (#12961 by @tsapeta)
  • Export missing permission related types: PermissionExpiration and PermissionStatus. (#13195 by @Simek)

1.0.1 — 2021-05-21

This version does not introduce any user-facing changes.

1.0.0 — 2021-05-18

🐛 Bug fixes

  • Added check for native module availability in .isAvailable(). (#12962 by @cruzach)