dwmkerr / gameboard

GameBoard is an app for keeping track of board game scores.
0 stars 1 forks source link

Update react-native to the latest version πŸš€ #123

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-native was updated from 0.58.6 to 0.59.0.

This version is not covered by your current version range.

If you don’t 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.


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

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€