Open greenkeeper[bot] opened 6 years ago
dependency
react-native was updated from 0.51.1
to 0.61.4
.dependency
react-native was updated from 0.51.1
to 0.61.5
.dependency
react-native was updated from 0.51.1
to 0.62.0
.dependency
react-native was updated from 0.51.1
to 0.62.1
.dependency
react-native was updated from 0.51.1
to 0.62.2
.
Version 0.52.0 of react-native was just published.
The version 0.52.0 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.
It might be worth looking into these changes and trying to get this project onto the latest version of react-native.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
December 2017This release had a lot of work around the bundler and packager, a ton of bugfixes, and updates to many of React-Native's dependencies. Lots of under-the-hood work was done as well to improve the layout engine. Happy new year!
New features
getLastRowID
method (d79e245)Deprecated
YellowBox.ignoreWarnings([...])
rather thanconsole.ignoredYellowBox = [...]
(26038f5 by @wli)Changed
Bug fixes
backgroundColor
on TouchableHighlight (5a1171e by @sahrens)lineHeight
behavior match iOS'sisNuclideDebuggingAvailable
on iOS (59c3e33)selectionColor
defined but there is no drawable cursor (1e18d90 by @gpeal)borderRadius
with Android API level < 18 (5aa1fb3 and ca7fe72 by @rsnara)justifyContent
while you'reminWidth
ing andmarginLeft
ing; before the justification wasn't honored (f5beceb by @woehrl01)marginLeft: auto
andalignItem: stretch
now play nicely together; before the width and height ended up incorrect (5f99b1a by @woehrl01)#define isnan __builtin_isnan
for Android clang-5 to mimic gcc's default behavior (f8fe6b0)pod_target_xcconfig
for PrivateDatabase (38b96cd by @ide)react-native-git-upgrade
, don't execute git's hooks (0182086 by @adrienthiery)react-native-git-upgrade
and failing with a signal, return that to the terminal (b9a5862 by @mateusz-)selection
prop that made it not-so-random (766f020 by @rozele) -testID
works on TabBarItem on iOS (e19d9de)Deprecated
reactBridgeDidFinishTransaction
from RCTScrollView (a255204 by @shergin)Other
Below is a list of the remaining, low-level changes that made it into this release of React Native.
Commits
The new version differs by 285 commits ahead by 285, behind by 16.
f465017
[0.52.0] Bump version numbers
02a61a8
[0.52.0-rc.0] Bump version numbers
33650db
Revert "Upgrade to 1.9.1"
cc1499e
Dont use Node 8.x specific Stream.final
7cb831d
Revert "Fixes for migrating to Buck's source-only ABI feature"
e6c1fb7
Fix Flow (2/2)
e56089a
Revert "Automated fixups for Instagram"
e258e5f
Revert Buck
3259353
Fix Flow (1/2)
6ae0b34
Fix FIGTabs SST race
d021dd2
Fix typo in RCTSurfaceHostingView
8c8944c
Removing
inherited background color
optimization from RCTTextd326c86
Update metro version to v0.24.1
4cd685a
Bump metro and all packages to v0.24.0
bef7967
move page registration logic in to jsinspector
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: