Bump react-native from 0.80.2 to 0.81.0
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(28 days ago)
(22 days ago)
(22 days ago)
by bell-kevin
dependencies javascript
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps react-native from 0.80.2 to 0.81.0.
Release notes
Sourced from react-native's releases.
v0.81.0
Hermes dSYMS:
ReactNativeDependencies 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.81.0-rc.5
🥇 GOLDEN RC 🥇
Fixed
Android specific
- Runtime: Fixed
ReactHostImpl.nativeModules
always returning an empty list (2f46a49 by@lukmccall
)
Hermes dSYMS:
ReactNativeDependencies 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.
... (truncated)
Changelog
Sourced from react-native's changelog.
v0.81.0
Breaking
- APIs: All
react-native/Libraries/BugReporting
APIs have been removed (9d4d8dcb02 by@huntie
)- APIs: Add public JS API breaking change detection under
yarn diff-api-snapshot
script. (6b40f35032 by@coado
)- APIs: Community CLI users: user-defined
resolver.resolveRequest
andserializer.getModulesRunBeforeMainModule
Metro config now takes precedence over CLI defaults (fe2bcbf4ba by@robhogan
)- Error Handling: Improve messaging and add error stack trace for uncaught throws. (5ba0e1f97a by
@vzaidman
)- Flow: The
react-native
package no longer ships with theflow
directory (38acb4c074 by@huntie
)- Node: Minimum Node version is now bumped to Node.js 22.14.0 (df39eadc03 by
@huntie
)- View:
View
no longer sets any default accessibility props, which should not result in visible changes in behaviour but may affect snapshot tests. (039a333df5 by@javache
)- View: Upgrade
View
component to React 19. (eedd60b9e6 by@EvanBacon
)Android specific
- APIs: Cleanup and internalize
FpsDebugFrameCallback
(cf6569bc18 by@cortinico
)- CMake: Correctly propagate
RN_SERIALIZABLE_STATE
to 3rd partyCMake
targets. Users with customCMake
and C++ code should update to usetarget_compile_reactnative_options
inside theirCMakeLists.txt
files.(c059ae1b77 by@cortinico
)- FabricUIManager: Remove
FabricUIManager.measure
overload which accepts attachment positions (2ba86caf18 by@NickGerleman
)- Kotlin: Migrate
ViewManagerInterfaces
to kotlin. Some types in code generated ViewManagerInterfaces might differ. e.g. this will start enforcing nullability in parameters of viewManagerInterface methods (e.g. String commands parameters are not nullable, view params are not nullable in any method, etc) (76ff1aa5c6 by@mdvacca
)- Kotlin: Migrate
com.facebook.react.ReactDelegate
to Kotlin. Some users implementing this class in Kotlin could have breakages. (50ea5b4380 by@mateoguzmana
)- Kotlin: Convert to Kotlin and internalize
MountingManager
(f33fdca876 by@cortinico
)- textAlignVertical: Move
textAlignVertical
to paragraph attributes instead of text attributes (55fd8b26f8 by@joevilches
)- TextLayoutManager: Make Java Side
TextLayoutManager
Internal (e82a677c79 by@NickGerleman
)iOS specific
- RCTDisplayLink: Migrate
RCTDisplayLink
's API fromRCTModuleData
(70eeb9f541 by@RSNara
)- SynchronouslyUpdateViewOnUIThread:
SynchronouslyUpdateViewOnUIThread
now acceptsfolly::dynamic
instead ofNSDictionary
. Use https://github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/react/utils/platform/ios/react/utils/FollyConvert.h#L14 for conversion. (82279bd981 by@sammy-SC
)- Xcode: Bump min Xcode to 16.1 (c27a8804a6 by
@NickGerleman
)Added
- APIs: Expose
unstable_TextAncestorContext
API (962a7dda44 by@huntie
)- APIs: Expose additional
*AnimationConfig
types on theAnimated
namespace (11a1ad7a98 by@huntie
)- APIs:
InterpolationConfig
is now exposed on theAnimated
namespace (b01a5f91fe by@huntie
)- APIs: Expose
ScrollViewImperativeMethods
andScrollViewScrollToOptions
types to public API (f184b591cf by Antonio Pires)- APIs: Add
--validate
flag tobuild-types
script for JS API snapshot validation. (f529fd6ba5 by@coado
)- Bridging: Added support for bridging
Class
methods return types (e403b510d0 by@hoxyq
)- Error Handling: Improve error messages when enum members are missing (12ced22f70 by Yannick Loriot)
- Fantom: Add
Fantom.getFabricUpdateProps
for reading fabric update props scheduled viaUIManager::updateShadowTree
(cc442eb8c8 by@zeyap
)- Flow: Add support for Flow opaque types in codegen for native modules (a15fc102e6 by
@rubennorte
)- HMR: Process HMR
registerBundle
calls from the same origin only (a9007ea586 by@jbroma
)- IntersectionObserver:
IntersectionObserver
support forroot
with fixes for viewport offsets (c5b6716311 by@lunaleaps
)- ReactNativeFeatureFlags: Allow Custom ReactNativeFeatureFlags for Shell 2.0 (bbc1e121c7 by Maddie Lord)
- ScrollView: Added more Pending Decleration for
ScrollView
(a6908ad1a5 by@riteshshukla04
)- ShadowNode: Added
cloneMultiple
toShadowNode
class. (1161fb4fcd by@bartlomiejbloniarz
)- Typescript: Add
pressRetentionOffset
prop to be recognised by typescript inText.d.ts
(d94f4d8c9d by@iamAbhi-916
)- URLSearchParams: Added size property to
URLSearchParams
implementation (9b1a8ffac4 by@louix
)Android specific
... (truncated)
Commits
7404fb6
Release 0.81.032effad
Release 0.81.0-rc.5df63c60
Release 0.81.0-rc.4812824c
FixReactHostImpl.nativeModules
always returning an empty list (#52986)0e6009e
Release 0.81.0-rc.35976618
Properly setup headers for FBReactNativeSpec in prebuilds (#52783) (#52897)b58e5fa
fix: View component does not have a displayName (#52688) (#52880)2e52c1a
Make accessors inside HeadlessJsTaskService open again (#52660)cb20a1c
[0.81] Clean up feature flag preventShadowTreeCommitExhaustionWithLocking (#5...5f3d297
Restore flow dir in react-native package files (#52735)- 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+589
-324
Package Dependencies
Technical Details
ID: | 5064265 |
UUID: | 2741315313 |
Node ID: | PR_kwDOJJIpZ86jZSbx |
Host: | GitHub |
Repository: | bell-kevin/useContextHookReactNativePractice |
Merge State: | Unknown |