Bump react-native from 0.73.4 to 0.79.1
Bumps react-native from 0.73.4 to 0.79.1.
Release notes
Sourced from react-native's releases.
0.79.1
Changed
Android specific
- DevSupport: Change
defaultJSExceptionHandler's type toJSExceptionHandleron theReleaseDevSupportManager(9eb75d4bd5 by@alanjhughes)iOS specific
- TextInput: Typing into TextInput now will not cause the caret position to update to the beginning when a zero-length selection is set. (7771317e5c by
@ouchuan)Fixed
Android specific
- Codegen: Do not generate Apple specific file for Android (b2bacc4a9f by
@cipolleschi)iOS specific
- Codegen: Do not generate ReactCodegen.podspec for libraries (f3c280442d 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.
0.79.0
Added
- Codegen: Allow UnsafeMixed as Array value in codegen (abd7259de4 by
@javache)- DevX: Add inspector proxy events for debugger heartbeat (sampled) and abandoned connections (84f3cf95ea by
@vzaidman)- DevX: Add inspector proxy info logs in regards to CDP connection to device and DevTools (29419ce8f0 by
@vzaidman)- Flow: Added explicit type for _lastNativeRefreshing and changed React import syntax in RefreshControl (a24f9ef825 by
@coado)- Flow: Added explicit type for _memoizedRenderer and changed React and View import in FlatList (b634fa1edb by
@coado)- Flow: Added explicit type for argument in _captureRef in SectionList (e31ff4212b by
@coado)- Flow: Added explicit type for Symbol.iterator in URLSearchParams (89af3e804f by
@coado)- Flow: Added explicit type to supported commands in TextInputNativeCommands (1126bbb149 by
@coado)
... (truncated)
Changelog
Sourced from react-native's changelog.
v0.79.1
Changed
Android specific
- DevSupport: Change
defaultJSExceptionHandler's type toJSExceptionHandleron theReleaseDevSupportManager(9eb75d4bd5 by@alanjhughes)iOS specific
- TextInput: Typing into TextInput now will not cause the caret position to update to the beginning when a zero-length selection is set. (7771317e5c by
@ouchuan)Fixed
Android specific
- Codegen: Do not generate Apple specific file for Android (b2bacc4a9f by
@cipolleschi)iOS specific
- Codegen: Do not generate ReactCodegen.podspec for libraries (f3c280442d by
@cipolleschi)v0.79.0
Added
- Codegen: Allow UnsafeMixed as Array value in codegen (abd7259de4 by
@javache)- DevX: Add inspector proxy events for debugger heartbeat (sampled) and abandoned connections (84f3cf95ea by
@vzaidman)- DevX: Add inspector proxy info logs in regards to CDP connection to device and DevTools (29419ce8f0 by
@vzaidman)- Flow: Added explicit type for _lastNativeRefreshing and changed React import syntax in RefreshControl (a24f9ef825 by
@coado)- Flow: Added explicit type for _memoizedRenderer and changed React and View import in FlatList (b634fa1edb by
@coado)- Flow: Added explicit type for argument in _captureRef in SectionList (e31ff4212b by
@coado)- Flow: Added explicit type for Symbol.iterator in URLSearchParams (89af3e804f by
@coado)- Flow: Added explicit type to supported commands in TextInputNativeCommands (1126bbb149 by
@coado)- Flow: Added type for exported object in AssetRegistry (44d84f2af6 by
@coado)- Flow: Added types in TouchHistoryMath (b9df812b67 by
@coado)- Infra: Open Sourcing React Native's Compatibility Check (60e3921f9c by
@elicwhite)- Layout: Linear gradient color transition hint syntax and
pxunit support. (cc89ddd50b by@intergalacticspacehighway)- Layout: Support stylistic sets for fontVariant (c09b71b990 by
@LeviWilliams)- LogBox: Add full owner stack support to React Native (967ef32154 by
@rickhanlonii)- LogBox: Add owner stack code frames to LogBox (0affa544c3 by
@rickhanlonii)- Metro: Add opt in for legacy Metro log streaming via
--client-logsflag (0d66c524cf by@huntie)- TextInput: Adds the escape key to the key press event handler payload. (e566c1ec06 by
@sbuggay)Android specific
- Docs: Improve ToastAndroid jsdocs (299a7a959d by
@mateoguzmana)- Gradle: Add support for Gradle Configuration caching (e41887e62f by
@cortinico)- Initialization: On
DefaultNewArchitectureEntryPointclass add property to specify the desired release level for an application (19c18eb995 by@jorge-cab)- Initialization: Set ReactSurface and ReactRootView to ReactDelegate when created via ReactNavigationActivityDelegate (a302fbcaaf by Maddie Lord)
... (truncated)
Commits
aa51fb4Release 0.79.189f4dd2fix(ios): avoid incorrectly updating caret position (#50680)f3c2804[RN][iOS] Do not generate ReactCodegen.podspec for libraries (#50646)b2bacc4[RN][Codegen] Do not generate Apple specific file for Android (#50655)d068888Change exception handele type in ReleaseDevSupportManager (#50400)c823a14Release 0.79.00df2a11Release 0.79.0-rc.46c907eefix React-jsitooling build error for use_frameworks build (#50252)0bd7b4eBack out "fix: avoid race condition crash in [RCTDataRequestHandler invalidat...adb3beeHave react-hermes and React-renderercss define modules (#50283)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
-
I pushed a fix in commit <commit_id>, please review it. -
Generate unit testing code for this file. -
Open a follow-up GitHub issue for this discussion.
-
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:-
@coderabbitai generate unit testing code for this file. -
@coderabbitai modularize this function.
-
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:-
@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase. -
@coderabbitai read src/utils.ts and generate unit testing code. -
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format. -
@coderabbitai help me debug CodeRabbit configuration file.
-
Support
Need help? Join our Discord community for assistance with any issues or questions.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
-
@coderabbitai pauseto pause the reviews on a PR. -
@coderabbitai resumeto resume the paused reviews. -
@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository. -
@coderabbitai full reviewto do a full review from scratch and review all the files again. -
@coderabbitai summaryto regenerate the summary of the PR. -
@coderabbitai generate sequence diagramto generate a sequence diagram of the changes in this PR. -
@coderabbitai resolveresolve all the CodeRabbit review comments. -
@coderabbitai configurationto show the current CodeRabbit configuration for the repository. -
@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.