All Versions
102
Latest Version
Avg Release Cycle
22 days
Latest Release
-

Changelog History
Page 5

  • v0.63.0-rc.1 Changes

    April 16, 2020

    THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.

    πŸš€ Please only upgrade or create new apps with 0.63.0-rc.0 if you'd like to help us test this before the stable release - which would be super useful πŸ€—

    βœ… To test it, run:

    npx react-native init RN063 --version 0.63.0-rc.0
    

    πŸš€ We're working on the changelog right now and will update this release as soon as the draft is ready. Meanwhile, you may want to look at the most important changes that we have decided to highlight:


    πŸš€ You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    πŸš€ You can find the whole changelog history over at react-native-releases.

  • v0.63.0-rc.0 Changes

    April 16, 2020

    THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.

    πŸš€ Please only upgrade or create new apps with 0.63.0-rc.0 if you'd like to help us test this before the stable release - which would be super useful πŸ€—

    βœ… To test it, run:

    npx react-native init RN063 --version 0.63.0-rc.0
    

    πŸš€ We're working on the changelog right now and will update this release as soon as the draft is ready. Meanwhile, you may want to look at the most important changes that we have decided to highlight:


    πŸš€ You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    πŸš€ You can find the whole changelog history over at react-native-releases.

  • v0.62.3 Changes

    πŸ”’ Security

    πŸ›  Fixed

    iOS specific

    • πŸ”„ Change autolink to match requirements for FlipperFolly working with Xcode 12.5 (c6f4611dcb by @kelset)
    • πŸ”„ Change podfile to rely on the autolink-ios rb file (c4ea556d64 by @kelset)
    • ⚑️ Update detox to work on Xcode 12 (158b558e50 by @kelset)
  • v0.62.2 Changes

    April 08, 2020

    πŸ›  Fixed

    iOS specific

  • v0.62.1 Changes

    April 03, 2020

    πŸ›  Fixed

    • ⬆️ Bump CLI to 4.5.1 to improve DX (eac56b9749 by @alloy)
    • πŸ›  Fix a YellowBox regression in v0.62.0 where the Flipper network inspector causes YellowBox to crash the app due to using base64 images. (227aa96bb2 by @rickhanlonii)

    Android specific

    iOS specific

    πŸ”„ Changed

  • v0.62.0 Changes

    March 26, 2020

    πŸš€ This major release includes Flipper support by default, improved dark mode support, moving Apple TV to react-native-tvos, and more. See the blog post for all of the highlights.

    πŸš€ This release comes in the midst of a global pandemic. We’re releasing this version today to respect the work of hundreds of contributors who made this release possible and to prevent the release from falling too far behind master. Please be mindful of the reduced capacity of contributors to help with issues and prepare to delay upgrading if necessary.

    πŸš€ If you're upgrading, manual intervention may be required for your app. Please see the upgrade-helper for a detailed breakdown of the changes required and see this issue for known issues.

    πŸ— One known issue with workaround is regarding Android builds and APK size increases.

    πŸ’₯ Breaking

    Android specific

    • πŸ›  Fix setting keyboardType from breaking autoCapitalize (233fdfc014 by @safaiyeh)
    • Limit size of video uploaded from camera roll in android (< 100 MB) (d21f695edf)
    • βœ‚ Remove "Reload on JS change" from RN Android (478df155e7 by @cpojer)

    βž• Added

    Android specific

    iOS specific

    πŸ”„ Changed

    Android specific

    iOS specific

    πŸ—„ Deprecated

    • βž• Add deprecation warning to AccessibilityInfo.fetch (523ab83338 by @TheSavior)
    • ⚠ Make setting useNativeDriver required. Add runtime warning if not specified (5876052615 by @TheSavior)
    • πŸ—„ Refs on an Animated component are now the internal component. The getNode call has been deprecated. (66e72bb4e0 by @yungsters)

    iOS specific

    Android specific

    βœ‚ Removed

    Android specific

    πŸ›  Fixed

    Android specific

    iOS specific

    • πŸ›  Fix support for onRequestClose in Modal on iOS 13+ (8e5fac89bb by @koke)
    • πŸ›  Fix Dimensions module to update on initial split screen (7a72c35a20 by @sahrens)
    • πŸ›  Fix spinner visibility on beginRefreshingProgrammatically (e341489521 by @nnabinh)
    • Reconnect to debugger websocket after Metro is restarted. (13992f90e4 by @rickhanlonii)
    • πŸ›  Fix Slider not disabling properly if the disabled prop is set. (fa9ff07017)
    • πŸ›  Fix apps crashing on iOS 13.x when running timer in the background (e1d03b4cc0 by @radko93)
    • πŸ›  Fix TextInput blur when tabbing in iOS simulator. (a7437710d2 by @fat)
    • πŸ›  Fix promised returned by Share.share(content, options) not resolving if share dialog dismissed (7468a6c903 by @v-fernandez)
    • πŸ›  Fix maximum searching depth while measuring layout by removing it. (2f8328dbb0 by @draws)
    • πŸ›  Fix SafeAreaInsets call to not crash on older versions of iOS (03acf57b76 by @mmmulani)
    • πŸ›  Fix to retain cropData struct arg in ImageEditingManager.cropImage call (002d3c179d by @RSNara))
    • πŸ›  Fix bug rendering nested text on iOS13 (06599b3e59 by @PeteTheHeat)
    • πŸ›  Fix longstanding bug where RCTNullIfNil() can return nil (79b573511b by @PeteTheHeat)
    • πŸ›  Fix crash in RCTScrollViewComponentView (e7ef9921d3 by @shergin)
    • πŸ›  Fix how the amount of free memory is calculated to mimic the logic Apple uses. (b53d3d80f9)
    • πŸ›  Fix animated gifs incorrectly looping (6f2e6f170e by @zhongwuzw)
    • πŸ›  Fix tintColor in SegmentedControlIOS component (be89e4d928 by @sammy-SC)
  • v0.62.0-rc.5 Changes

    March 07, 2020

    THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.

    πŸš€ Please only upgrade or create new apps with 0.62.0-rc.5 if you'd like to help us test this before the stable release - which would be super useful πŸ€—

    βœ… To test it, run:

    npx react-native init RN062 --version 0.62.0-rc.5
    

    This version introduces the new LogBox experience behind a feature flag. To try it out, add the following to your index.js file:

    require('react-native').unstable\_enableLogBox()
    

    πŸ‘€ This version also introduces Flipper integration and support for a new version of Hermes (0.4.0). For details and to report issues, see this issue.


    πŸš€ This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet (draft PR) - it will be fully ready for when we will publish 0.62.0.

    πŸš€ You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    πŸš€ You can find the whole changelog history over at react-native-releases.

  • v0.62.0-rc.4

    March 06, 2020
  • v0.62.0-rc.3 Changes

    February 25, 2020

    THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.

    πŸš€ Please only upgrade or create new apps with 0.62.0-rc.3 if you'd like to help us test this before the stable release - which would be super useful πŸ€—

    βœ… To test it, run:

    npx react-native init RN062 --version 0.62.0-rc.3
    

    RC3 introduces the new LogBox experience behind a feature flag. To try it out, add the following to your index.js file:

    require('react-native').unstable\_enableLogBox()
    

    πŸ‘€ RC3 also introduces Flipper integration and support for a new version of Hermes (0.4.0). For details and to report issues, see this issue.


    πŸš€ This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet (draft PR) - it will be fully ready for when we will publish 0.62.0.

    πŸš€ You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    πŸš€ You can find the whole changelog history over at react-native-releases.

  • v0.62.0-rc.2 Changes

    February 13, 2020

    THIS IS A RELEASE CANDIDATE : this means it's not stable yet, so proceed with care.

    πŸš€ Please only upgrade or create new apps with 0.62.0-rc.2 if you'd like to help us test this before the stable release - which would be super useful πŸ€—

    βœ… To test it, run:

    npx react-native init RN062 --version 0.62.0-rc.2
    

    RC2 introduces the new LogBox experience behind a feature flag. To try it out, add the following to your index.js file:

    require('react-native').unstable\_enableLogBox()
    

    πŸ‘€ RC2 also introduces Flipper integration. For details and to report issues, see this issue.


    πŸš€ This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet (draft PR) - it will be fully ready for when we will publish 0.62.0.

    πŸš€ You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.


    πŸš€ You can find the whole changelog history over at react-native-releases.