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

3.6 KiB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

0.8.1 — 2020-11-26

This version does not introduce any user-facing changes.

0.8.0 — 2020-11-17

🛠 Breaking changes

  • On iOS enabled use_frameworks! usage by replacing React dependency with React-Core. (#11057 by @bbarthec)
  • Upgrade androidx.appcompat to 1.2.0. (#11018 by @bbarthec)

0.7.1 — 2020-09-28

0.7.0 — 2020-09-21

0.6.2 - 2020-09-28

🛠 Breaking changes

  • On Android fixed SplashScreen methods not working in managed workflow. Scoped the SplashScreen native object to the separate singletons sub-package to work with versioned code. (#10294 by @bbarthec)
  • Updated @expo/configure-splash-screen to v0.2.0.
    • This version fixes the problem with the wrong SplashScreen.show method signature on Android. It properly adds the ReactRootView parameter now.
    • Additionally it properly imports the SplashScreen object from the singletons sub-packagae on Android.
  • yarn run expo-splash-screen changed its parameters layout. Run yarn run expo-splash-screen --help to see the new options layout. Every parameter has to provided via the --[option name] syntax now.

0.6.1 - 2020-09-17

🐛 Bug fixes

  • On iOS fixed non-working SplashScreen.preventAutoHide introduced in version 0.4.0. (#10192 by @bbarthec)
  • Fixed crash when the app was opened in the background on iOS. (#10157 by @sjchmiela)

0.6.0 — 2020-08-18

🎉 New features

  • On iOS the name of the LaunchScreen file is read from the project configuration and fallbacks to default SplashScreen if not found. (#9622 by @bbarthec)

0.5.0 — 2020-07-30

🐛 Bug fixes

  • Bump dependency on @expo/configure-splash-screen to transitively bump logkitty version pulled in through @react-native-community/cli-platform-android.
  • Fixed crash adding splashScreenView to parent when it was already added on Android. (#9451 by @RodolfoGS)

0.4.0 — 2020-07-16

🛠 Breaking changes

  • SplashScreen.show() native method changes it's signature. Its third argument is now a Boolean flag that tells the system whether the StatusBar component should be translucent. Pass false to preserve the previous default behavior. (#8535 by @bbarthec)

🐛 Bug fixes

  • Fixed flicker in-between SplashScreen and ReactApp phases on iOS. (#8739 by @bbarthec)

0.3.1 — 2020-05-29

This version does not introduce any user-facing changes.

0.3.0 — 2020-05-27

🛠 Breaking changes

  • expo-splash-screen-command is now replaced by @expo/configure-splash-screen. Functionality is not affected.

🐛 Bug fixes

  • add polyfill for usage within managed workflow

0.2.0

🎉 New features

  • expo-splash-screen-command is now bundled with expo-splash-screen and helps you to automatically configure your splash screen in bare React Native apps. Install expo-splash-screen in your project then run yarn expo-splash-screen --help for more information.