Skip to content

Latest commit

 

History

History
88 lines (46 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

88 lines (46 loc) · 3.34 KB

Changelog

Unpublished

🛠 Breaking changes

  • [plugin] Upgrade minimum runtime requirement to Node 14 (LTS). (#18204 by @EvanBacon)

🎉 New features

🐛 Bug fixes

💡 Others

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

4.3.0 — 2022-07-07

🐛 Bug fixes

  • Android: Warnings about new NativeEventEmitter() no longer appear when using React Native v0.65+. (#17343 by @chrisbobbe)

4.2.0 — 2022-04-18

💡 Others

4.1.0 — 2021-12-03

This version does not introduce any user-facing changes.

4.0.1 — 2021-10-01

This version does not introduce any user-facing changes.

4.0.0 — 2021-09-28

🛠 Breaking changes

🐛 Bug fixes

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

💡 Others

  • Extend the AppleAuthenticationButton component type by the View component type. (#13567 by @Simek)
  • Exclude backgroundColor and borderRadius properties from the AppleAuthenticationButton's style prop. These two are invalid for AppleAuthenticationButton, but TypeScript allowed the usage of them; instead use buttonStyle and cornerRadius props repsectively. (#13567 by @Simek)
  • Migrated from @unimodules/core to expo-modules-core. (#13757 by @tsapeta)
  • Updated @expo/config-plugins (#14443 by @EvanBacon)

3.2.0 — 2021-06-16

🎉 New features

  • [plugin] Apply entitlements regardless of ios.usesAppleSignIn, add support for locales (#12927 by @EvanBacon)

3.1.0 — 2021-03-10

🎉 New features

🐛 Bug fixes

  • Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)

3.0.0 — 2021-01-15

🛠 Breaking changes

2.2.2 — 2020-11-17

This version does not introduce any user-facing changes.

2.2.1 — 2020-05-29

This version does not introduce any user-facing changes.

2.2.0 — 2020-05-27

🎉 New features

  • Add 'Sign up with Apple' option (available as of iOS 13.2). (#7471 by @IjzerenHein)