Skip to content

Latest commit

 

History

History
237 lines (122 loc) · 8.12 KB

CHANGELOG.md

File metadata and controls

237 lines (122 loc) · 8.12 KB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

0.15.4 — 2024-11-19

This version does not introduce any user-facing changes.

0.15.3 — 2024-11-14

This version does not introduce any user-facing changes.

0.15.2 — 2024-11-05

This version does not introduce any user-facing changes.

0.15.1 — 2024-10-22

This version does not introduce any user-facing changes.

0.15.0 — 2024-10-22

🛠 Breaking changes

🐛 Bug fixes

  • Only import from expo/config to follow proper dependency chains. (#30501 by @byCedric)

0.14.3 — 2024-05-16

This version does not introduce any user-facing changes.

0.14.2 — 2024-05-06

This version does not introduce any user-facing changes.

0.14.1 — 2024-04-29

This version does not introduce any user-facing changes.

0.14.0 — 2024-04-18

🛠 Breaking changes

💡 Others

0.13.2 - 2024-01-18

This version does not introduce any user-facing changes.

0.13.1 - 2024-01-10

This version does not introduce any user-facing changes.

0.13.0 — 2023-12-12

This version does not introduce any user-facing changes.

0.12.0 — 2023-11-14

🛠 Breaking changes

0.11.0 — 2023-10-17

This version does not introduce any user-facing changes.

0.10.0 — 2023-09-15

🎉 New features

0.9.0 — 2023-09-04

🛠 Breaking changes

🎉 New features

  • Added support for React Native 0.73. (#24018 by @kudo)
  • Make expo-manifests source of truth for manifest TS types. (#24049 by @wschurman)

0.8.1 — 2023-08-02

🛠 Breaking changes

  • Drop support for logUrl which sent console logs to the legacy expo-cli. (#18596 by @EvanBacon)

0.8.0 — 2023-07-28

🎉 New features

🐛 Bug fixes

0.7.1 - 2023-06-30

🐛 Bug fixes

  • Fixed iOS build errors in use_frameworks! mode. (#23218 by @kudo)

0.7.0 — 2023-06-21

📚 3rd party library updates

🎉 New features

  • Added Manifests.getPluginProperties() helper to query dedicated package's properties inside the plugins config. (#22701 by @kudo)

🐛 Bug fixes

0.6.0 — 2023-05-08

🎉 New features

💡 Others

0.5.2 - 2023-02-21

🐛 Bug fixes

  • Fixed default expo.jsEngine value when SDK is lower than 48. (#21266 by @kudo)

0.5.1 — 2023-02-09

This version does not introduce any user-facing changes.

0.5.0 — 2023-02-03

🎉 New features

💡 Others

  • On Android bump compileSdkVersion and targetSdkVersion to 33. (#20721 by @lukmccall)

0.4.0 — 2022-10-25

🛠 Breaking changes

  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @tsapeta)

⚠️ Notices

  • Replace getAndroidJsEngine as jsEngine lazy kotlin property. (#19116 by @kudo)

0.3.1 — 2022-07-16

This version does not introduce any user-facing changes.

0.3.0 — 2022-04-18

🎉 New features

🐛 Bug fixes

  • Add support for expo project information certificate extension. (#16607 by @wschurman)

⚠️ Notices

  • On Android bump compileSdkVersion to 31, targetSdkVersion to 31 and Java version to 11. (#16941 by @bbarthec)

0.2.4 - 2022-02-01

🐛 Bug fixes

  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#16080 by @kudo)

0.2.3 - 2022-01-18

This version does not introduce any user-facing changes.

0.2.2 — 2021-10-15

This version does not introduce any user-facing changes.

0.2.1 — 2021-10-06

🐛 Bug fixes

  • Support platform shared jsEngine schema. (#14654 by @kudo)

0.2.0 — 2021-09-28

🎉 New features

  • Added version getter to both platforms, and hostUri getter to Android, for compatibility with expo-dev-client. (#14460 by @esamelson)

🐛 Bug fixes

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

0.1.1 — 2021-09-16

🛠 Breaking changes

0.1.0 — 2021-09-09

Initial version.