Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-native to the latest version 🚀 #99

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 1, 2017

Version 0.48.0 of react-native just got published.

Dependency react-native
Current Version 0.42.3
Type devDependency

The version 0.48.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of react-native.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Sep 4, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 4, 2017

Version 0.48.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 7, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 7, 2017

Version 0.48.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 12, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2017

Version 0.48.3 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 23, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 23, 2017

Version 0.48.4 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 3, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 3, 2017

Version 0.49.0 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 4, 2017

Version 0.49.0 just got published.

Update to this version instead 🚀

Release Notes September 2017

Thanks to @satya164 for preparing this release notes!

Breaking changes and deprecations

General

  • Yoga: Change aspect ratio behavior (67c160c) - @emilsjolander

    Summary:

    Before

    • Aspect ratio would do its best to fit within it's parent constraints
    • Aspect ratio would prioritize alignItems: stretch over other sizing properties.

    After

    • Aspect ratio is allowed to make a node grow past its parent constraints. This matches many other aspects of flexbox where parent constraints are not treated as hard constraints but rather as suggestions.
    • Aspect ratio only takes alignItems: stretch into account if no other size definition is defined. This matches the interaction of other properties with alignItems: stretch.

    Updating your code

    You probably don't need to do anything but in case something does break in your product it should be as easy as adding {width: '100%', height: '100%', flexShrink: 1} to the style declaring the aspectRatio.

Android

  • Rename module name to module path (5d4c6e5)

iOS

Android

Bugfixes

  • Fix updating a view z-index on Android (b103903)
  • Fix scroll events getting skipped on Android (29e5deb) - @janicduplessis
  • Fix content appeared logging (091878a) - @bnham
  • Retrieve correct content uri for videos (1748922)
  • Separate window dimensions change from orientation (c9aeaf6) - @atsjenk
  • Android Oreo (8.0) Support (6b39d64) - @AndrewJack
  • Always set camera distance on transforms, to default 1280 if 0 (b2fe048) - @bartolkaruza
  • Allow reactinstancemanager to set an initialization function (84e80eb)
  • Fix getting correct video width and height metrics in Camera Roll (25f2938)
  • Fix fetching video length in Camera Roll (4000202)
  • Make ResourceDrawableIdHelper work with resource id (dc61f10) - @sriramramani
  • Force original ime option when using multiline with blurOnSubmit (94a2ff9) - @reneweb

New features and enhancements

  • Add --port option to run-android, defaults to 8081 (898790d)
  • Add native Checkbox component (84b11dd)
  • Expose offset parameters for ToastAndroid (546a43b)
  • Refactor MemoryPressureListener to use Android levels (37754c5) - @cwdick
  • Improve getCurrentPosition API (7e11bad) - @rigdern
  • Do not send 'hot' parameter when requesting a bundle from Android (c2b3ee7) - @rafeca
  • Allow whitelisting urls to bypass default webview loading (40a2885) - @fkgozali
  • WebView: Show loading state when reloading (f95153e)
  • Measure height of Android Text component based on includeFontPadding property (9f5bdd7)
  • WebView: Only fire onLoadStart for toplevel page loads (ffbd3db) - @rigdern
  • Support flash scroll indicators for android (2ceed95)
  • Add perf marker that fires first time content is added to root view (d013ba3) - @bnham
  • Add perf markers for reload and download (c080fe5) - @bnham
  • Add more perf counters (caaf7fd) - @alexeylang
  • Run onReactContextInitialized() on the UIThread (43ff9b4) - @AaaChiuuu
  • Allow to fetch files over the network (b4f91be)
  • Expose the ReactApplicationContext to createShadowNodeInstance() (64e9b24)
  • Make JavaScriptExecutor.Factory a configurable property of ReactInstanceManager (73f1790) - @michalgr
  • Remove appcompat dep from react/views/toolbar (c3b47e5)
  • Reduce possible race condition on gc of catalyst instance (f0d9810)
  • Report perf counters always when we call flushPendingBatches() (4aae843) - @alexeylang
  • Expose method to set custom baseline function (9c2caaa)
  • Download bundle atomically (d63cf13) - @bnham
  • Remove v4 support library from RN deps (fe0d081)

iOS

Bugfixes

New features and enhancements

General

Bugfixes

New features and enhancements

greenkeeper bot added a commit that referenced this pull request Oct 4, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 4, 2017

Version 0.49.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 7, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 7, 2017

Version 0.49.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 9, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2017

Version 0.49.3 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 27, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 27, 2017

Version 0.49.5 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 3, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2017

Version 0.50.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 4, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 4, 2017

Version 0.50.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 7, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2017

Version 0.50.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 8, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2017

Version 0.50.3 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 24, 2017
greenkeeper bot added a commit that referenced this pull request Mar 26, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 26, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.2.

Update to this version instead 🚀

Release Notes for v0.59.2

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 (fab86ee by @dulmandakh)
  • Turn off Metro JS Deltas by default for Android (3f1d2b0 by @PeteTheHeat)

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

Commits

The new version differs by 15 commits.

  • 9bb5c32 [0.59.2] Bump version numbers
  • ad9eb8e Re-enable Text tests on iOS
  • 43d56c1 Update reference images for test_ios
  • 0e8680f Fixed test_ios Switch test failed (#24009)
  • 3b06815 allow HTTP in debug builds (#24066)
  • becc154 fix switch trackColor on Android. fixes #23962 (#23977)
  • 4260907 Pass through track color values for true/false to native component
  • 392b084 fix: Start Metro packager from project root (#24070)
  • f6516d2 Fix scrollview over bounds of content size (#23427)
  • 699fad7 Fixed regression in SectionList caused by #21577 not being able to scroll to top on android (#24034)
  • fab86ee use Conscrypt as security provider if available (#23984)
  • a38dc73 Revert of [D13948951]Apply the fix for CJK languages on single-line test fields.
  • 6aca514 Add fix for refresh control state's race condition. (#21763)
  • 7263a77 Do not use autofill methods on Android APIs older than Oreo (26)
  • 3f1d2b0 Turn off Metro JS Deltas by default for Android

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 1, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.3.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 3b91a7e [0.59.3] Bump version numbers
  • df7ea67 Use constructor attribute instead of +load objc method (#24155)
  • e94d344 Fix behaviour of Header, Footer and Empty List components in VirtualizedList when it's inverted (#24167)
  • 13cb5a9 Fix IllegalStateException when tapping next on Android Keyboard
  • 775553b Update projectRoot in launchPackager.bat (#24115)
  • 581dc3e Fix bat file (#23967)
  • 1a35bc5 Fix TextInput maxLength when insert characters at begin (#23472)
  • bdf809e Fix PerfMonitor appearance when reloading JS (#24073)
  • e4f9ee9 OkHttp is more strict than other http libraries. (#21231)
  • d7e7b3e Fix #24053 prevent division by zero error in VirtualizedList debug overlay (#24058)
  • 871290f improve RTL (#24069)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.4.

Update to this version instead 🚀

Release Notes for v0.59.4

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. You can participate to the conversation for the next patch release in the dedicated issue.

Changed

iOS specific

  • Add scrollToOverflowEnabled prop to ScrollView - e3ac329

Fixed

  • Fixed touchable long-press - 05723ed

Android specific

  • Prevent a crash when setting underlineColorAndroid - d6bca97

iOS specific

  • Fix universal links not working in iOS 12 / Xcode 10 - 836a8e0
  • Fix triangle views - 0167cf2

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

Commits

The new version differs by 10 commits.

  • d60a2fb [0.59.4] Bump version numbers
  • dc29f29 Revert "Remove react-clone-referenced-element dependency (#23933)"
  • e3ac329 Add scrollToOverflowEnabled prop to ScrollView (#24296)
  • 17292c9 Make Jest transform @react-native-community packages by default (#24294)
  • dc25f20 chore: update Jest preset to align with Jest 24 (#24062)
  • 27872cf Remove react-clone-referenced-element dependency (#23933)
  • d6bca97 Prevent crash when setting underlineColorAndroid (#24183)
  • 0167cf2 Fix triangle views on iOS (#23402)
  • 05723ed fixed touchable longpress (#24238)
  • 836a8e0 Fix universal links not working in iOS 12 / Xcode 10 (#22764)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 17, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 8, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.7.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 8, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.8.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 5, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.9.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 2, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.59.10.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.60.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 11, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.60.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 11, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.60.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 11, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.60.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2019

  • The devDependency react-native was updated from 0.42.3 to 0.60.4.

Update to this version instead 🚀

@greenkeeper greenkeeper bot closed this Aug 7, 2019
@greenkeeper greenkeeper bot deleted the greenkeeper/react-native-0.48.0 branch August 7, 2019 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants