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

Changelog History
Page 8

  • v0.59.10 Changes

    July 02, 2019

    🚀 This is likely the last patch release for version 59 of React Native for the foreseeable future: it contains an important Android side update for the JavaScript Core, to prevent a great number of crashes mostly related to Samsung devices - thanks to @Kudo for his work on fixing this!

    🚀 Thanks everyone who participated in the discussion.

    🍱 And we hope you are getting ready for 0.60.0, as it's coming soon and it will be packed with exciting new features and improvements 🚀


    🚀 You can find the whole changelog history over at react-native-releases.

  • v0.59.9 Changes

    🚀 This is a patch fix release addressing a couple ScrollView regressions, and "future-proof" RN 59 from crashes caused by upgrading Gradle (now can support up to 5.4.1 & 3.4.0 for the plugin) and Xcode 11 Beta 1. You can upgrade to this version without upgrading your tooling.

    🚀 Thanks everyone who contributed code or participated in the discussion for cherry-picking commits. You can participate to the conversation for the next patch release in the dedicated issue.

    🔄 Changed

    • ⚡️ If isInteraction is not specified in the config, it would always default to true which would block interactions like VirtualizedList updates. This is generally not what you want with useNativeDriver since the animation won't be interrupted by JS. If something does end up interfering with an animation and causes frame drops, isInteraction can be set manually. (8f186b84ae by @sahrens)

    • ⚡️ Update detox to match master (c6a5c09e2b by @kelset)

    Android specific

    🛠 Fixed

    Android specific

    iOS specific

  • v0.59.8 Changes

    🚀 This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points (in particular, check the KeyboardAvoidingView change). Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

    🛠 Fixed

    • 🛠 Fix regexp on hasteImpl (bcd1e2 by @CaptainNic)
    • 🛠 Fix sparse array handling in EventEmitter#listeners() (f68dc8 by @ide)
    • Fix VirtualizedList to call _updateViewableItems immediately (08141e by @sahrens)
    • Fix prop overrides of TouchableWithoutFeedback (0c4206 by @aleclarson)
    • 🛠 Fix resolve relative size rendering error in inspector (4884ab by @gandreadis)
    • Fix VirtualizedSectionList by making sure to check array bounds (54f91d by @vonovak)
    • Update _scrollAnimatedValue offset of ScrollView (e0d1b3 by @miyabi)
    • Fix infinite setState in VirtualizedList (c40a93 by @sahrens)

    iOS specific

    • Fix incorrect opacity behavior for Text component (f71357 by @shergin)
    • Fix Text shadow displays when text Offset is {0,0} (17a81b by @Woodpav)
    • Add convert compatible of NSString for bridge message data (c37e9c by @zhongwuzw)
    • Fix nullability warnings in RCTExceptionsManager (2b7d79 by @jtreanor)
    • 🛠 Fix app to reconnect with metro after the bundler is closed and reopened (c28676 by @rickhanlonii)
    • Fix throttle below 16ms on ScrollView (39776a by @sahrens)

    Android specific

    ➕ Added

    🔄 Changed

    • Make KeyboardAvoidingView with behavior="height" resize on keyboard close (7140a7 by @WaldoJeffers)
    • ⚡️ Update network inspector to have smarter scroll stickiness (57dc37 by @AlanFoster)
  • v0.59.7 Changes

    🚀 This patch release was unpublished.

  • v0.59.6 Changes

    🚀 This patch release was unpublished.

  • v0.59.5 Changes

    🚀 This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points. Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

    🛠 Fixed

    Android specific

    • Enforced thread safety on UIImplementation methods that mutate the shadowNodeRegistry (f5a318 by @SudoPlz)
    • 🛠 Fixed a NoSuchKeyException when parsing JS stack frames without line numbers (d7bd6c by @Salakar)
    • 🛠 Fixed mostRecentEventCount is not updated (b8aac0 by @jainkuniya)

    iOS specific

    • Pass back correct dimensions for application window in Dimensions module (72b4cc by @rdonnelly)
    • 🛠 Fixed warning: "RCTImagePickerManager requires main queue setup" (effb02 by @scarlac)
  • v0.59.4 Changes

    🚀 This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points. Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

    🔄 Changed

    • 📦 Make Jest transform @react-native-community packages by default (7e23c7c565 by @thymikee)

    iOS specific

    🛠 Fixed

    Android specific

    iOS specific

  • v0.59.3 Changes

    🚀 This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points. Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

    🔄 Changed

    Android specific

    🛠 Fixed

    Android specific

    • 🛠 Fix IllegalStateException when invalid URL or headers are passed (aad4dbbbfe by @dryganets)
    • 🛠 Fix IllegalStateException when tapping next on Android Keyboard (b943db418f by @mdvacca)

    iOS specific

    • 👉 Show Perf Monitor after reloading JS (15619c22e5 by @usrbowe)
    • Fix TextInput's maxLength when inserting characters at begin (17415938c7 by @zhongwuzw)
    • Fix runtime crash in Xcode 10.2 when using RCT_EXTERN_MODULE for swift classes (ff66600224)
  • v0.59.2 Changes

    🚀 This is a patch fix release addressing regressions, crashes, and a few developer-experience pain points. Thanks everyone who contributed code or participated in the discussion for cherry-picking commits.

    🛠 Fixed

    Android specific

    iOS specific

    🔄 Changed

    Android specific

    • ➕ Add TLS 1.3 support to all Android versions using Conscrypt; to use this, you must add implementation('org.conscrypt:conscrypt-android:2.0.0') to build.gradle (75af15ede4 by @dulmandakh)
    • 0️⃣ Turn off Metro JS Deltas by default for Android (845189c17d by @PeteTheHeat)
  • v0.59.1 Changes

    🚑 This is a small patch release that addresses two critical issues from the 0.59.0 release.

    🛠 Fixed

    Android specific

    iOS specific