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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge latest upstream RN 0.71 changes #1868

Merged
merged 48 commits into from
Jul 6, 2023
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a0a2301
[LOCAL] update podlock post release to fix CI
kelset Apr 11, 2023
0d3600b
Fix measurement of uncontrolled TextInput after edit
NickGerleman Feb 9, 2023
8ad6496
Minimize EditText Spans 1/9: Fix precedence (#36543)
NickGerleman Mar 24, 2023
e7122df
Minimize EditText Spans 2/9: Make stripAttributeEquivalentSpans gener…
NickGerleman Mar 24, 2023
d145957
Minimize EditText Spans 3/9: ReactBackgroundColorSpan (#36547)
NickGerleman Mar 24, 2023
644a3da
Minimize EditText Spans 4/9: ReactForegroundColorSpan (#36545)
NickGerleman Mar 24, 2023
ba4c2f5
Minimize EditText Spans 5/9: Strikethrough and Underline (#36544)
NickGerleman Mar 24, 2023
e89d23c
Minimize EditText Spans 6/9: letterSpacing (#36548)
NickGerleman Mar 24, 2023
2e2ce8a
Minimize EditText Spans 7/9: Avoid temp list (#36576)
NickGerleman Mar 24, 2023
77bd902
Minimize EditText Spans 8/9: CustomStyleSpan (#36577)
NickGerleman Mar 24, 2023
181bd38
Mimimize EditText Spans 9/9: Remove addSpansForMeasurement() (#36575)
NickGerleman Mar 25, 2023
256e25c
Merge pull request #36874 from facebook/kelset/071-backport-textinput…
kelset Apr 17, 2023
9be2959
Use RN Build Utils for Building Hermes Artifacts
dmytrorykun Mar 15, 2023
843d57e
Fix TextView alignment being reset on state updates
javache Feb 22, 2023
6115ce5
[0.71.7] Bump version numbers
Apr 19, 2023
1fbfd8c
Do not send extra onChangeText even wnen instantianting multiline Tex…
dmytrorykun Apr 18, 2023
0dda452
Read Maven group from GROUP property (#37204)
douglowder May 5, 2023
fb76526
bumped packages versions
kelset May 10, 2023
4bf4c47
[LOCAL] bump RNGP to 0.71.18
kelset May 10, 2023
a93778c
[LOCAL] update podlock
kelset May 10, 2023
d2a8739
[0.71.8] Bump version numbers
May 10, 2023
b8040b9
fix(types): cross platform autoComplete for TextInput (#36931)
iRoachie Apr 18, 2023
b245919
Allow string `transform` style in TypeScript (#37569)
NickGerleman May 25, 2023
9762016
fix: [gradle-plugin] 3rd party lib dependency substitution (#37445)
douglowder May 17, 2023
fa33e76
fix: fix virtualizedList scrollToEnd for 0 items (#36067)
Andarius Feb 6, 2023
a582ca5
[LOCAL] bump hermes version post release
kelset Jun 6, 2023
3f61b5f
Make CircleCI caches for hermesc be version dependent (#37452)
cipolleschi May 23, 2023
ed9ef98
[0.71.9] Bump version numbers
Jun 7, 2023
1564d4d
bumped packages versions
kelset Jun 7, 2023
3be3a7d
bump RNGP to 0.71.19
kelset Jun 7, 2023
4e92d67
[0.71.10] Bump version numbers
Jun 7, 2023
dfdc97a
[LOCAL] update podlock to fix CI
kelset Jun 8, 2023
fd8a19d
Revert "fix: border width top/bottom not matching the border radius (…
kelset Jun 14, 2023
c11e0f5
Fix invalid context cast in ReactRootView (#36121)
aleqsio Feb 13, 2023
f2c0514
Prevent crash in runAnimationStep on OnePlus and Oppo devices (#37487)
hsource May 23, 2023
91b172d
Use `Content-Location` header in bundle response as JS source URL (#3…
robhogan May 23, 2023
5bd1a42
[LOCAL] Make 0.70 compatible with Xcode 15 (thanks to @AlexanderEgger…
kelset Jun 14, 2023
69804c7
[LOCAL] Bump CLI to 10.2.4 and Metro to 0.73.10
kelset Jun 14, 2023
da5ed0d
Add web compat unit tests and fixes (#35316)
necolas Nov 17, 2022
42a0888
resolve some merge conflicts
AlexanderEggers Jun 14, 2023
b7644aa
fix tests
AlexanderEggers Jun 14, 2023
7ea7d94
[0.71.11] Bump version numbers
Jun 14, 2023
2b06a75
Merge pull request #37876 from AlexanderEggers/chore/cherry-pick_logi…
NickGerleman Jun 15, 2023
9ce27c7
[LOCAL] update podlock for CI
kelset Jun 20, 2023
fc1abe1
fix(ios): fix `pod install --project-directory=ios` failing (#37993)
tido64 Jun 23, 2023
f59db07
Prevent LogBox from crashing on long messages (#38005)
motiz88 Jun 22, 2023
49d16d5
[0.71.12] Bump version numbers
Jul 4, 2023
a7567de
Merge branch 'meta-0.71-stable' into more-71
Saadnajmi Jul 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[0.71.10] Bump version numbers
  • Loading branch information
Distiller committed Jun 7, 2023
commit 4e92d670682f9576f0946bfa7a50904e9d14f92f
2 changes: 1 addition & 1 deletion Libraries/Core/ReactNativeVersion.js
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@
exports.version = {
major: 0,
minor: 71,
patch: 9,
patch: 10,
prerelease: null,
};
2 changes: 1 addition & 1 deletion React/Base/RCTVersion.m
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
__rnVersion = @{
RCTVersionMajor: @(0),
RCTVersionMinor: @(71),
RCTVersionPatch: @(9),
RCTVersionPatch: @(10),
RCTVersionPrerelease: [NSNull null],
};
});
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.71.9
VERSION_NAME=0.71.10
GROUP=com.facebook.react

# JVM Versions
Original file line number Diff line number Diff line change
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 71,
"patch", 9,
"patch", 10,
"prerelease", null);
}
2 changes: 1 addition & 1 deletion ReactCommon/cxxreact/ReactNativeVersion.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ namespace facebook::react {
constexpr struct {
int32_t Major = 0;
int32_t Minor = 71;
int32_t Patch = 9;
int32_t Patch = 10;
std::string_view Prerelease = "";
} ReactNativeVersion;

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.71.9",
"version": "0.71.10",
"bin": "./cli.js",
"description": "A framework for building native apps using React",
"license": "MIT",
@@ -211,4 +211,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.9"
"react-native": "0.71.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",