fix(deps): update dependency com.facebook.react:react-native to 0.20.+ #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.14.+
->0.20.+
Release Notes
facebook/react-native (com.facebook.react:react-native)
v0.20.0
: 0.20Thanks to the 84 contributors who put 253 commits into this release!
Special thanks to @knowbody for preparing these release notes.
New features
6f1417c
,7d7508e
Bug fixes
ScrollView.scrollTo()
API with something less ambiguous - facebook/react-native@6941c4eAndroid
New features
Bug fixes
getRealMetrics
for display metrics - facebook/react-native@8e6039433d8db5
,4254e8a
,5a109ae
,228a1fe
iOS
New features
Bug fixes
v0.19.0
: 0.19Thanks to the 87 contributors who put 232 commits into this release!
New features
33e05a1
3d0ff69
6579b70
b064094
b659d7f
963f26c
1abd12b
cd89016
274a3e0
1303e6d
Bug fixes
0cb63bb
ec76271
5a4ee0b
f421d2b
background
warning in TouchableNativeFeedback –28c0240
385fa00
61025a9
7ecb693
7bb6044
749f32b
4f9086f
de392b5
5061fde
e08a7f3
f8f5cb1
0065986
this
in XHR#onReadyStateChange –b8ff621
Android
New features
1dd5ba7
2462c8f
cf350a6
1bfd267
57f6cbb
6dc6794
cb94d99
abb81eb
1dc56a6
bd7d10e
1843709
Bug fixes
0b15418
5f3d08d
6483645
8ecd352
393adac
5ac848c
bd4bf8c
0d4cfa0
a3d9fad
f453e14
798acac
Breaking changes
e730a9f
6edcebe
daa93a6
iOS
New features
8772a6a
react-native run-ios
–9490c2c
ac72611
b115277
25c3dd1
4bc425c
Bug fixes
180fc06
435efad
23cd9fe
571e646
0fa1f8d
09250aa
6623e48
43dcdaf
e4c53c2
8ea9a1b
Breaking changes
17df595
adfc573
,a5c1f03
7341706
v0.18.0
: 0.18These release notes were written by Satyajit Sahoo. Thank you so much! Also, thanks to the 89 contributors who put 368 commits into this release!
New features
React
from NPM -5bf1f4c
onLayout
andonContentSizeChange
attributes onListView
-3cfcd40
Animated.multiply
andAnimated.add
to combine animated values -3eb32cb
PullToRefreshView
component -44f7a00
<Text>
shadow support -4972cab
Bug fixes
ImmediatelyResetRouteStack
does not update Navigator's title -67c6afd
e62471b
TextInput
-53d18c8
0b63571
3ef6f9f
Android
New features
1fabd86
onScrollBeginDrag/End
andonMomentumScrolBegin/End
events -fcf0431
ReactActivity
IntentAndroid
withgetInitialURL
-eb188c8
contentInsetStart
andcontentInsetEnd
properties toToolbarAndroid
-7164c75
WebView
-6793128
27ac047
10a17c6
alert()
on Android -9bf7c71
Bug fixes
bafbe5e
WebView
-b436943
c74d640
NetInfo
in case the network permission is missing -f168fc3
WebView
failed to show UTF-8 characters -e4272b4
iOS
New features
MapView
annotations -f9dfb90
MapView
-b8aac8b
SliderIOS
-4cb7752
15aa146
WebSocket
-afbff9b
getSize()
method toImage
to retrieve the width and height of an image prior to displaying it -718cd79
52220a9
Bug fixes
getCurrentPosition
faling on first try -f48dbbe
<Image source={{ uri: null }} />
crashing -f940e7c
ccd8f99
Breaking changes
WebView
, usejavaScriptEnabled
instead ofjavaScriptEnabledAndroid
.v0.17.0
: 0.17These release notes were written by Joshua Sierles, thank you so much! And thank you to the 87 contributors who put 299 commits into this release!
High-level changes
8cd7730
3a3af8a
navigator.product
for detecting the React Native in javascript.60db876
react-native bundle
failure on Windows 10710b443
navigationBar
by referencedf70005
assetRoots
argument being ignored802aef9
c489660
90c7ad1
require("./image")
sources in development on Windowsfe3686e
Android
aaffb23
ae09a10
c0f60d2
ImagePipelineConfig
toFrescoModule
, for improved Fresco configurability4890424
LayoutAnimation
, needs to be manually enabled usingUIManager.setLayoutAnimationEnabledExperimental
593a45e
cf892a9
c8eed6a
loadingIndicatorSrc
property to Image, similar to iOSdefaultSource
, for displaying something while loadinga38cd5c
double
type in ReactPropGroupc0c8e7c
rotateX
androtateY
transforms to views96553cf
iOS
b5be05d
9fc3991
5b5b550
8911b72
didSetProps
callback for configuring views or shadow views after setting propsf86691a
01a0fac
c63de5e
excludedActivityTypes
to ActionSheetIOS0f0b578
secure-text
andlogin-password
input types to AlertIOS. Also fixed cancel button highlighting and localization support for OK/Cancel labelsf025049
blurOnSubmit
support to multiline TextInput. This mimics behavior of hitting return in a single line input.3704257
6d29f71
67bf0f1
systemIcon
TabBarIOS propertydd9c1e1
f4c286f
style
property to PickerIOS, allowing custom font sizes, colors and alignmente2c35dd
tintColor
for ActionSheetIOS buttons86bb656
Breaking Changes
initialProperties
property was removedbf0934a
38db6fa
bridge.modules
was deprecated in favor ofbridge.moduleClasses
or-[bridge moduleForName/Class:
. This allows for efficiently lazy-loading native modules060664f
v0.16.0
: 0.16These release notes were written by Joshua Sierles, thank you so much! And thank you to the 80 contributors who put 260 commits into this release! (Compare view)
0.16.0
JS
Android
PullToRefreshViewAndroid
:37f8134
,cad4686
0.16.0-rc
High-level changes
#f007
and#FF996633
are supported.3c04bfc
Array.from
is available as a polyfill.c473974
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.fromAndroid
bfeaa6a
setPageWithoutAnimation
.50b8b00
a0268a7
d2c5045
iOS
keyboardAppearance
prop was added to iOS TextInput. Useful for displaying a dark keyboard.f407211
397791f
onSelectionChange
event.5a34a09
RCTPasteboard
was released. Useful for copy-to-clipboard behavior.26cb6be
Breaking Changes
0c2ee5d
8ab5182
RCTSparseArray
was replaced byNSDictionary
. Modules usingRCTSparseArray
should update.fa0b45c
RCTWebViewExecutor
was removed.0764e4e
dd09c88
. This allows for better control on which props can be used. In order to make third-party native components work you will need to add...View.propTypes
to the map of propTypes in the component definition (seedd09c88
for an example).v0.15.0
Breaking Change
Upgrade to Xcode 7: React Native uses Objective-C generics
Changes since 0.15.0-rc
IntentAndroid
. This lets you open the system browser, Maps and other apps (facebook/react-native@ab7b3b2)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.