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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-native to the latest version 馃殌 #616

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 6, 2019

The dependency react-native was updated from 0.57.8 to 0.58.4.

This version is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

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

greenkeeper bot commented Feb 19, 2019

  • The dependency react-native was updated from 0.57.8 to 0.58.5.

Update to this version instead 馃殌

Commits

The new version differs by 11 commits.

  • 41577ec [0.58.5] Bump version numbers
  • 9d60c20 Remove fallback cache
  • ee2bf1c Revert "[0.58.5] Bump version numbers"
  • 9d90696 [0.58.5] Bump version numbers
  • 0fc2392 Fix crash for web socket in some race conditions (#22439)
  • fbd31c5 improve Android Network Security config (#23429)
  • b5270e8 apply Network Security Config file (fixes #22375) (part 2 of #23105) (#23135)
  • 0af31ce Don't attempt to load RCTDevLoadingView lazily
  • 805e4fe Fix duplicate symbols linker error in xcodeproj (#23284)
  • 519ad8c Fix broken jsiexecutor search path. (#23274)
  • a4f8820 Fixes capitalized I's when emojiis are present after the text being edited. (#21951)

See the full diff

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

greenkeeper bot commented Feb 28, 2019

  • The dependency react-native was updated from 0.57.8 to 0.58.6.

Update to this version instead 馃殌

Release Notes for 0.58.6

This release is fairly small, as we approach stable status for 0.59.

Thanks everyone who contributed code or participated in the discussion for cherry-picking commits - you can participate in the decision process for the next patch release here.

Fixed

Android specific

iOS specific


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

Commits

The new version differs by 4 commits.

  • 7da8642 [0.58.6] Bump version numbers
  • 82c84c5 Don't reconnect inspector if connection refused (#22625)
  • 2d56e06 Map TextInput textContentType strings to Objective-C constants (#22611)
  • 2aa2420 Fix Inverted Horizontal ScrollView on Android (#23233)

See the full diff

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

greenkeeper bot commented Mar 12, 2019

  • The dependency react-native was updated from 0.57.8 to 0.59.0.

Update to this version instead 馃殌

Release Notes for 0.59.0

Welcome to the stable release of 0.59馃殌

Some of the major changes that this version brings:

  • React Hooks 馃帲
  • the CLI is extracted to this repository
  • quite a few new deprecated Components
  • a whole lot of QoL improvements on the native Android side (64 bits support via a new JSC, AppCompatActivity, etc) - some of which will be Breaking Changes (for brownfield apps) 馃挜

For a more complete picture on all the changes, you can read more in the dedicated blog post. Thanks to those who participated in the release candidate phase - and obviously to those who contributed with PRs to make this release possible 馃

If you're interested in helping evaluate our next release (0.60), subscribe to the dedicated issue here.
Or you can participate to the decision process for the next patch release (0.59.1) here.


You can find the full 0.59.0 commit-by-commit history, plus the whole changelog over at react-native-releases.

Commits

The new version differs by 671 commits ahead by 671, behind by 116.

  • 7c73f2b [0.59.0] Bump version numbers
  • fa190ba Fix flow error
  • 9f5946b Fix DatePicker tests
  • f6ca4d0 Add prop to configure importantForAutofill. (#22763)
  • ffa6d29 Disable Snapshot tests for Text component on iOS
  • f0bc491 Remove duplicated Yoga compile sources to prevent "duplicate symbols" errors when linking using -force_load (#23823)
  • 456a984 Fix image wrong scale factor when load image from file system (#23446)
  • 8d95e73 Text: Implement textAlign justify for android O+ (#22477)
  • caba1cb Fix crash when calling substring() on a string containing emoji. (#23609)
  • 370947d Bump Jest version
  • 9cb4d3f [0.59.0-rc.3] Bump version numbers
  • 52cdb7c React sync for revisions f24a0da...8e25ed2
  • c1392c2 Toggle secureTextEntry cursor spacing (#23524)
  • 8e5eb63 add talkback navigation support for links and header (#22447)
  • 2b7346f Fix two bugs with Location when not using ACCESS_FINE_LOCATION (#10291)

There are 250 commits in total.

See the full diff

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

greenkeeper bot commented Mar 14, 2019

  • The dependency react-native was updated from 0.57.8 to 0.59.1.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • 60cf18f [0.59.1] Bump version numbers
  • 4b996da [Android] Fixed template build gradle error on x86_64
  • 000119d Fix build error warning of Text module (#23586)

See the full diff

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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 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 dependency react-native was updated from 0.57.8 to 0.60.4.

Update to this version instead 馃殌

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

greenkeeper bot commented Aug 13, 2019

  • The dependency react-native was updated from 0.57.8 to 0.60.5.

Update to this version instead 馃殌

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

greenkeeper bot commented Sep 24, 2019

  • The dependency react-native was updated from 0.57.8 to 0.60.6.

Update to this version instead 馃殌

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

greenkeeper bot commented Sep 24, 2019

  • The dependency react-native was updated from 0.57.8 to 0.61.0.

Update to this version instead 馃殌

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

greenkeeper bot commented Sep 25, 2019

  • The dependency react-native was updated from 0.57.8 to 0.61.1.

Update to this version instead 馃殌

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

greenkeeper bot commented Oct 2, 2019

  • The dependency react-native was updated from 0.57.8 to 0.61.2.

Update to this version instead 馃殌

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

greenkeeper bot commented Oct 29, 2019

  • The dependency react-native was updated from 0.57.8 to 0.61.3.

Update to this version instead 馃殌

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

greenkeeper bot commented Nov 4, 2019

  • The dependency react-native was updated from 0.57.8 to 0.61.4.

Update to this version instead 馃殌

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

greenkeeper bot commented Nov 23, 2019

  • The dependency react-native was updated from 0.57.8 to 0.61.5.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Mar 26, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 26, 2020

  • The dependency react-native was updated from 0.57.8 to 0.62.0.

Update to this version instead 馃殌

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

greenkeeper bot commented Apr 3, 2020

  • The dependency react-native was updated from 0.57.8 to 0.62.1.

Update to this version instead 馃殌

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

greenkeeper bot commented Apr 8, 2020

  • The dependency react-native was updated from 0.57.8 to 0.62.2.

Update to this version instead 馃殌

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