Open greenkeeper[bot] opened 5 years ago
dependency
react-native was updated from 0.57.5
to 0.57.7
.dependency
react-native was updated from 0.57.5
to 0.57.8
.Update to this version instead π
The new version differs by 20 commits.
af79164
[0.57.8] Bump version numbers
0301a2e
Use relative path for SCRIPTDIR (#22598)
274f5b8
default hitSlop values to 0 (#22281)
f7e3def
Remove trailing slash from origin header if no port is specified (#22290)
ba50151
Extend reason message for RCTFatalException
(#22532)
8ba5d4c
Use main.jsbundle in iOS template for production build (#22531)
3576819
Fix dispatch of OnLayout event for first render
79011d7
Fixed for supporting mediaPlaybackRequiresUserAction under iOS 10. (#22208)
692fc2e
Fix bug in comparison logic of object property (#22348)
30c2fb8
Fix ListEmptyComponent is rendered upside down when using inverted flag. (#21496)
472e978
Duration cannot be less then 10ms (#21858)
26775d5
Avoid using -[UITextView setAttributedString:]
while user is typing (#19809)
d350f37
Bump ws package to 1.1.5 due to vulnerability issues (#21769)
8d1d47a
React sync for revisions 3ff2c7c...6bf5e85
95ef882
Fixes animated gifs incorrectly looping/not stopping on last frame (#21999)
There are 20 commits in total.
See the full diff
dependency
react-native was updated from 0.57.5
to 0.58.4
.Update to this version instead π
The new version differs by 1023 commits ahead by 1023, behind by 319.
de90192
[0.58.4] Bump version numbers
6436157
Revert "[0.58.4] Bump version numbers"
5e87547
fix incorrect type which makes animated gifs not loop forever on device (#22987)
0bb1ba8
Two more paths
4a57276
Invalidade Gradle cache
8bddcb6
Backport fix from react-native-community/react-native-cli#138
98bcfe0
Merge pull request #23293 from osunnarvik/parse_simulator_list
9a8c959
handles simulator where prefix is included
6c83945
[0.58.4] Bump version numbers
2781ef0
Android: Add error description to Image onError callback (#22737)
c3bd341
Fix Native Rotation Android (#18872)
e1694ee
bump soloader to 0.6.0 (#23239)
6943b2e
Remove jest and jest-junit from runtime dependencies (#23276)
adf1274
[0.58.3] Bump version numbers
9e42e00
Back out "[react-native][PR] [flow-strict] Flow strict StatusBar"
There are 250 commits in total.
See the full diff
dependency
react-native was updated from 0.57.5
to 0.58.5
.Update to this version instead π
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
dependency
react-native was updated from 0.57.5
to 0.58.6
.Update to this version instead π
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.
You can find the whole changelog history over at react-native-releases
.
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
dependency
react-native was updated from 0.57.5
to 0.59.0
.Update to this version instead π
Welcome to the stable release of 0.59
Some of the major changes that this version brings:
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
.
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
dependency
react-native was updated from 0.57.5
to 0.59.1
.dependency
react-native was updated from 0.57.5
to 0.59.2
.Update to this version instead π
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.
trackColor
being reset when toggled (4260907 and becc154 by @dulmandakh and @ejanzer)implementation('org.conscrypt:conscrypt-android:2.0.0')
to build.gradle
(fab86ee by @dulmandakh)You can find the whole changelog history over at react-native-releases
.
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
dependency
react-native was updated from 0.57.5
to 0.59.3
.Update to this version instead π
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
dependency
react-native was updated from 0.57.5
to 0.59.4
.Update to this version instead π
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.
underlineColorAndroid
- d6bca97You can find the whole changelog history over at react-native-releases
.
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
dependency
react-native was updated from 0.57.5
to 0.59.5
.dependency
react-native was updated from 0.57.5
to 0.59.6
.dependency
react-native was updated from 0.57.5
to 0.59.7
.dependency
react-native was updated from 0.57.5
to 0.59.8
.dependency
react-native was updated from 0.57.5
to 0.59.9
.dependency
react-native was updated from 0.57.5
to 0.59.10
.dependency
react-native was updated from 0.57.5
to 0.60.0
.dependency
react-native was updated from 0.57.5
to 0.60.1
.dependency
react-native was updated from 0.57.5
to 0.60.2
.dependency
react-native was updated from 0.57.5
to 0.60.3
.dependency
react-native was updated from 0.57.5
to 0.60.4
.dependency
react-native was updated from 0.57.5
to 0.60.5
.dependency
react-native was updated from 0.57.5
to 0.60.6
.dependency
react-native was updated from 0.57.5
to 0.61.0
.dependency
react-native was updated from 0.57.5
to 0.61.1
.dependency
react-native was updated from 0.57.5
to 0.61.2
.dependency
react-native was updated from 0.57.5
to 0.61.3
.
The dependency react-native was updated from
0.57.5
to0.57.6
.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.
Find out more about this release.
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: