-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update dependency react-native to v0.78.2 #322
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/react-native-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7481b8e
to
1c1b427
Compare
|
384ef82
to
a6e164d
Compare
b80aa94
to
c599795
Compare
cbd22d4
to
2c1bf9f
Compare
2c1bf9f
to
49b8eb6
Compare
49b8eb6
to
459556a
Compare
1f30e33
to
e3250ef
Compare
e9044ea
to
8e813db
Compare
8e813db
to
b45dba6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.77.1
->0.78.2
Release Notes
facebook/react-native (react-native)
v0.78.2
Compare Source
v0.78.1
: 0.78.1Compare Source
resolver.unstable_enablePackageExports
and the defaults from@react-native/metro-config
. It will error with a redbox "interopRequireDefault is not a function". Setresolver.unstable_conditionNames = ['react-native']
to mitigate. It will be fixed in 0.78.2Fixed
Android specific
iOS specific
extraModulesForBridge
callback in the New Architecture. (97adbd897f by @Bruno125)nil
for nullable parameters instead ofNSNull
for legacy modules (619d5dfbb2 by @cipolleschi)Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.78.0
: 0.78.0Compare Source
Breaking
FuseboxClient.setClientMetadata
CDP method is removed. Instead, useReactNativeApplication.enable
. (1a9780f0e3 by @huntie)Android specific
FrescoBasedReactTextInlineImageViewManager
to internal (d5f33c19cb by @alanleedev)RootView
to Kotlin (21c9491926 by @fabriziocucci)GuardedResultAsyncTask
(67bff8734f by @mdvacca)FabricViewStateManager
(b25b65ba19 by @mdvacca)ComponentNameResolver
from public API (a4849cb3d6 by @mdvacca)iOS specific
Added
RawValue(Runtime*, jsi::Value&)
constructor to make aRawValue
from ajsi::Value
. (03d2186ace by @hannojg)jest-diff v29.7.0
to devDependencies (b27bd00a38 by @andrewdacenko)console.table
to specify a list of columns to print in the table. (fd0894b1c7 by @rubennorte)--client-logs
flag (86db4fa90b by @huntie)pointerEvents
toTextProps
type. (3efbe33ce0 by @hyochan)Android specific
resource-id
from thetestID
prop (87b1bad45e by @mateoguzmana)getState
method forStateWrapperImpl
(ed36e896ac by @hannojg)iOS specific
source
parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @cipolleschi)disableKeyboardShortcuts
. It can disable the keyboard shortcuts on iPads. (0154372b93 by @rezkiy37)Changed
BoxInspector
and refactored a code (f832c450a5 by @coado)console.table
(including Markdown format). (7154c62afb by @rubennorte)intersectionRect
required inNativeIntersectionObserverEntry
to reflect native logic. (8681fc2ab2 by @lunaleaps)typescript-config
module version toesnext
(5370347f54 by @mateoguzmana)Android specific
ViewManagerInterface
(40a0cdbc99 by @mdvacca)ComponentNameResolver
to kotlin (385b9f4265 by @mdvacca)ReactSwitchManager
to Kotlin (b886bc4db9 by @krozniata)iOS specific
accessibilityLabel
(74bdab8bd8 by @sparga)Removed
Android specific
ReactCookieJarContainer
internal. (18ebea533d by @javache)JSCHeapCapture
module, deprecated PackagerCommandListener#onCaptureHeapCommand (e06fa5d102 by @javache)Fixed
animatedShouldUseSingleOp
is enabled. (746d584a23 by @javache)JSBigFileString
fails for non-zero offset arguments (7d0338cb0b by @jwajgelt)react-in-jsx-scope
rule in eslint config (ea56c432b7 by @matinzd)invariant
dependency (ee8088b615 by @tido64)console.table
to avoid mutating the received argument. (caa77fbe2b by @rubennorte)adjustsFontSizeToFit
not working for text with a single character (47822e9048 by @j-piasecki)maxFontSizeMultiplier
prop onText
andTextInput
components in Fabric / New Architecture (ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32 by @RickardZrinski)Android specific
FLAG_SECURE
not respected in Modal dialog (7e029b0dcf by @mateoguzmana)setEventEmitterCallback
NoSuchMethodError on API lvl 26 (7dcbc799eb by @cortinico)str.replaceAll()
(b5b9e032c2 by @robhogan)resource-id
fromtestID
prop (52b6592559 by @mateoguzmana)SetColorScheme
should be called on the UI thread (2aa79979d3 by lihaitao)testID
correctly for horizontal scroll view (81c74cd35f by @mateoguzmana)iOS specific
pod install
warning (2f2281718a by @noway)null
value in TurboModule Interop layer (ebfd7057af by @cipolleschi)RefreshControl
is used inside of (6cb2684b43 by @sammy-SC)didUpdateDimensions
correctly (920867d949 by TobiasH)applicationDidEnterBackground
not being called (adaceba546 by @alextoudic)centerContent
losing taps and causing jitter (fe7e97a2fd by @gaearon)Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.77.2
Compare Source
Added
iOS specific
source
parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @cipolleschi)Fixed
start
andbundle
commands with community CLI and isolated node_modules. (1f002f9999 by @robhogan)Android specific
iOS specific
nil
for nullable parameters instead ofNSNull
for legacy modules (619d5dfbb2 by @cipolleschi)Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
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.
This PR was generated by Mend Renovate. View the repository job log.