Skip to content

Latest commit

 

History

History
424 lines (254 loc) · 25.4 KB

CHANGELOG.md

File metadata and controls

424 lines (254 loc) · 25.4 KB

Changelog

Unpublished

🛠 Breaking changes

  • [plugin] Upgrade minimum runtime requirement to Node 14 (LTS). (#18204 by @EvanBacon)
  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#18873 by @tsapeta)

🎉 New features

🐛 Bug fixes

  • Remove the deprecated Linking.removeEventListener in expo-dev-launcher bundle. (#18939 by @kudo)
  • Fixed the incompatibility with react-native-v8 on Android. (#19117 by @kudo)
  • Fixed crash when loading bundle without explicit port on Android. (#19136 by @kudo)

💡 Others

  • Refactored inline Android emulator checks to use enhanced checking in EmulatorUtilities.isRunningOnEmulator(). (#16177) by @kbrandwijk, @keith-kurak)
  • Switched uncaught exception logging to use metro websocket instead of expo-cli logUrl. (#18787 by @esamelson)
  • Disable onboarding popup with URL query param. (#19024 by @douglowder)

1.2.1 — 2022-08-16

🐛 Bug fixes

💡 Others

1.2.0 — 2022-08-11

🎉 New features

🐛 Bug fixes

  • Fixed the function must be called on main queue error when the app is reload from the error screen on iOS. (#18563 by @lukmccall)

💡 Others

  • Made deep link error screen on iOS show a friendlier message. (#18467 by @esamelson)
  • Added URL to deep link error screen message on iOS. (#18511 by @esamelson)

1.1.1 — 2022-07-20

This version does not introduce any user-facing changes.

1.1.0 — 2022-07-18

🎉 New features

🐛 Bug fixes

  • Add support for improved missing module error messages in React Native 0.65+. (#18064 by @esamelson)

💡 Others

1.0.1 — 2022-07-14

🎉 New features

  • Include extra information in the recently opened list (#17633 by @ajsmth)
  • Add debug settings for EAS Updates (admin only) (#17842 by @ajsmth)
  • Add organizations to account selector (#18152 by @ajsmth)
  • Restore navigation state after loading an update (#18189 by @ajsmth)

🐛 Bug fixes

  • Fixed the application crashing when the user forces a dark mode only for the dev-client app in the system setting on Android. (#17858 by @lukmccall)
  • Fixed the error screen is sometimes empty on Android. (#17857 by @lukmccall)
  • Partially fixed retrieving the React Context from the Android Flipper plugin. (#18105 by @lukmccall)

1.0.0 — 2022-06-09

🐛 Bug fixes

  • Fixed the singleton RCTBridge.currentBridge instance value be override by expo-dev-launcher bridge instance on iOS. (#17780 by @kudo)

0.11.7 — 2022-06-07

🐛 Bug fixes

💡 Others

0.11.6 — 2022-05-19

This version does not introduce any user-facing changes.

0.11.5 — 2022-05-06

This version does not introduce any user-facing changes.

0.11.4 — 2022-05-05

🐛 Bug fixes

0.11.3 — 2022-04-26

🐛 Bug fixes

0.11.2 — 2022-04-25

This version does not introduce any user-facing changes.

0.11.1 — 2022-04-21

This version does not introduce any user-facing changes.

0.11.0 — 2022-04-20

🎉 New features

🐛 Bug fixes

  • Fix androidNavigationBar app.json config settings having no effect at runtime (#15030). (#16711 by @esamelson)
  • Removed the unused jcenter() maven dependencies. (#16846 by @kudo)
  • Fix app not appearing after deeplinking from cold boot on iOS. (#17010 by @ajsmth)
  • Fix RCTStatusBarManager module requires that the UIViewControllerBasedStatusBarAppearance to be false. on iOS. (#17022 by @lukmccall)
  • Fix loading published projects on Android. (#17069 by @esamelson)

💡 Others

  • Move unrelated dev-menu functions into dev-launcher. (#16124 by @ajsmth)
  • Simplify dev-launcher / dev-menu relationship on iOS. (#16067 by @ajsmth)
  • Simplify dev-launcher / dev-menu relationship on Android. (#16228 by @ajsmth)
  • Compatibility with expo-dev-menu auto-setup on iOS. (#16496 by @esamelson)
  • Remove initialization side effects. (#16522 by @esamelson)
  • Use expo-manifests logUrl getter instead of accessing raw JSON. (#16709 by @esamelson)
  • Add ability for to launch a specific update through expo-updates-interface. (#16865 by @esamelson)
  • Remove config plugin for better error handling in index.js (#17025 by @lukmccall)

⚠️ Notices

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

0.10.4 — 2022-02-07

🐛 Bug fixes

0.10.3 — 2022-02-01

🐛 Bug fixes

  • Added android:exported="true" to the activity, cause on Android 12 and higher it needs to explicity declared. (#16367 by @wbroek)
  • Fix build errors on React Native 0.66 caused by okio and okhttp. (#15632 by @kudo)
  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#16080 by @kudo)
  • Fix regression in deep linking configuration. (#16125 by @ajsmth)

0.10.2 — 2022-01-18

This version does not introduce any user-facing changes.

0.10.1 — 2022-01-17

🐛 Bug fixes

0.10.0 — 2021-12-22

🎉 New features

💡 Others

0.9.1 — 2021-12-15

🐛 Bug fixes

0.9.0 — 2021-12-03

🎉 New features

🐛 Bug fixes

  • Fix No native splash screen registered for given view controller error happening when project is using both expo-dev-client and expo-splash-screen packages. (#14745 by @kudo)
  • Fix cannot load url that starts with exp. (by @lukmccall)

0.8.4 — 2021-10-21

🐛 Bug fixes

  • Fix crash in SDK 42 Android projects. (by @esamelson)

0.8.3 — 2021-10-15

🐛 Bug fixes

  • Fix config plugin compatibility with expo-screen-orientation. (#14752 by @esamelson)

0.8.2 — 2021-10-15

🐛 Bug fixes

  • Fix No native splash screen registered for given view controller error happening when project is using both expo-dev-client and expo-splash-screen packages. (#14745 by @kudo)

0.8.1 — 2021-10-07

This version does not introduce any user-facing changes.

0.8.0 — 2021-10-07

🛠 Breaking changes

  • Added a native dependency on the expo-manifests package. Projects without react-native-unimodules or expo-modules-core installed will need to follow the upgrade guide here when upgrading from an older version of this package. (#14461 by @esamelson)
  • Replace Android DevLauncherManifest class with expo-manifests. (#14462 by @esamelson)
  • Replace iOS EXDevLauncherManifest class with expo-manifests. (#14463 by @esamelson)

🎉 New features

🐛 Bug fixes

  • Fix intent that started activity isn't passed further. (#14097 by @lukmccall)
  • Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)

💡 Others

0.7.0 — 2021-09-02

🎉 New features

🐛 Bug fixes

💡 Others

  • Display linking scheme used by app in launcher URL field (#13930 by @fson)

0.6.7 — 2021-08-06

🐛 Bug fixes

  • Fixed issue with opening multiple different published apps. (#13926 by @esamelson)

0.6.6 — 2021-08-04

🐛 Bug fixes

  • Fixed issue where Expo-hosted manifest URLs with /index.exp?... suffix could not be opened properly. (#13825 by @esamelson)

💡 Others

0.6.5 — 2021-07-16

🐛 Bug fixes

  • Fixed compatibility with React Native 0.64.X. (#13632 by @lukmccall)
  • Updated plugin to only initialize UpdatesDevLauncherController in debug builds. (#13597 by @esamelson)

0.6.4 — 2021-07-08

🐛 Bug fixes

0.6.3 — 2021-06-30

🐛 Bug fixes

  • [plugin] Fixed error handlers weren't initialize after running expo run:ios. (#13438 by @lukmccall)
  • Order dev menu items consistently across platforms. (#13449 by @lukmccall)
  • Fixed error message when trying to load a production app without expo-updates. (#13458 by @esamelson)

0.6.2 — 2021-06-28

🐛 Bug fixes

  • Fixed can't reload app from the blue screen. (#13422 by @lukmccall)
  • Fixed JSPackagerClient wasn't close on React Native 0.63.4 what may lead to various bugs on Android. (#13423 by @lukmccall)
  • Fixed the blue screen was shown instead of the LogBox on iOS. (#13421 by @lukmccall)

0.6.1 — 2021-06-24

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Fixed switching from published to local bundle loading on Android. (#13363 by @esamelson)
  • [plugin] Use Node module resolution to find package paths for Podfile (#13382 by @fson)
  • Send expo-updates-environment: DEVELOPMENT header in manifest requests. (#13375 by @esamelson)

0.5.1 — 2021-06-16

This version does not introduce any user-facing changes.

0.5.0 — 2021-06-10

🛠 Breaking changes

  • Renamed the iOS protocol in expo-updates-interface to EXUpdatesExternalInterface. (#13214 by @esamelson)

0.4.0 — 2021-06-08

🎉 New features

🐛 Bug fixes

  • Updates integration: make Update nullable in onSuccess callback (#13136 by @esamelson)
  • Reduced app crashes when the user is spamming deep links on Android. (#13020 by @lukmccall)
  • Shown the error screen on deep link failure on iOS. (#13002 by @lukmccall)

0.3.4 — 2021-05-20

🐛 Bug fixes

  • Fixed the application hanging on the splash screen on iOS. (#12971 by @lukmccall)

0.3.3 — 2021-05-13

🐛 Bug fixes

  • Fix flash of dev launcher screen during launch and incorrect dev menu shown on the 1st launch. (#12765 by @fson)

0.3.2 — 2021-05-12

🎉 New features

🐛 Bug fixes

0.3.1 — 2021-04-09

🐛 Bug fixes

0.3.0 — 2021-03-24

🎉 New features

  • Rewrote UI and added a dark theme support. (#12236 by @lukmccall)
  • Fetched the development session if the user is logged into his Expo account. (#12236 by @lukmccall)