microsoft/react-native-windows react-native-windows_v0.80.0
microsoft/react-native-windows
Captured source
source ↗React Native Windows 0.80.0
Repository: microsoft/react-native-windows
Tag: react-native-windows_v0.80.0
Published: 2025-10-30T05:43:57Z
Prerelease: no
Release notes:
0.80.0 Release Notes
We're excited to release React Native Windows 0.80.0 targeting React Native 0.80.0!
This release includes the commits to React Native Windows from 6/1/2025 - 7/31/2025.
---
How to Upgrade
You can view the changes made to the default new React Native Windows applications for C++ and C# using React Native Upgrade Helper. See this document for more details.
Starting with React Native Windows version 0.80.0, the New Architecture will be enabled by default. It is strongly recommended to move to the new architecture as soon as possible to take advantage of improved performance, long-term support, and modern capabilities as paper architecture will not be supported from React Native for Windows v0.82.
🔗 Learn more: New Architecture Docs
---
Reliability
- Removed unneeded @azure/core-auth dependency (#14919) Removed unneeded @azure/core-auth dependency (#14919) · microsoft/react-native-windows@c5d7457 (github.com)
- Fixed an issue where changes to the adjustsFontSizeToFit property on Text components did not properly recalculate text layout Fix : adjustsFontSizeToFit just redrawing won't recalculate the layout (#14813) · microsoft/react-native-windows@3e6cccc (github.com)
- Fix UIA Clipped Property for Modal Component Fix UIA Clipped Property for Modal Component by vineethkuttan · (#15184) · microsoft/react-native-windows (github.com)
- Fix caret color for white inputs when Windows setting is on dark mode More robust handling for Caret color related to Issue 14378 by Nitin-100 · Pull Request #15121 · microsoft/react-native-windows
- Updated TextInput placeholder to use platform colours based on focus state, replacing hardcoded grey and adding new colours aligned with WinUI3. TextInput placeholder should uses a theme color by Nitin-100 · Pull Request #15161 · microsoft/react-native-windows
- Fixed issue where TextInput's style.color ignored PlatformColor Handling platform color with accent color by Nitin-100 · Pull Request #15276 · microsoft/react-native-windows
---
New Architecture-specific Changes
- Implement snapToStart, snapToEnd, snapToOffsets, onMomentumScrollBegin and onMomentumScrollBegin property for ScrollView in Fabric [[Fabric] Implement snapToStart, snapToEnd, snapToOffsets property for ScrollView (#14800) · microsoft/react-native-windows@2198313 (github.com)](https://github.com/microsoft/react-native-windows/commit/2198313567bd24ca3a622bb667ff5e9f26f39303) Implement onMomentumScrollEnd and onMomentumScrollBegin for Fabric ScrollView by Copilot · Pull Request #15104 · microsoft/react-native-windows
- Implement keyboardDismissMode in ScrollView [[Fabric] Implement keyboardDismissMode in ScrollView (#14723) · microsoft/react-native-windows@2969c7b (github.com)](https://github.com/microsoft/react-native-windows/commit/2969c7bad35d063ed7e0fd568c6c1146ce1ef77d)
- Implement the onPressOut property for the fabric implementation of TextInput [[Fabric] Implement the onPressOut property for the fabric implementation of TextInput (#14784) · microsoft/react-native-windows@7b7c004 (github.com)](https://github.com/microsoft/react-native-windows/commit/7b7c004fc928aaf00e3a51664ccaac1643b6bdc2)
- Added support for the scrollEnabled, OnScroll event for the TextInput component. [[Fabric] Implementation of scrollEvent Handling and scrollEnabled, OnScroll prop for TextInput (#14946) · microsoft/react-native-windows@d648eba (github.com)](https://github.com/microsoft/react-native-windows/commit/d648ebadb9f1c61b9ac6226e042f5c5f3f712e68)
- Implement maxFontSizeMultiplier in Text Input [[Fabric] Implement maxFontSizeMultiplier in Text Input (#14639) · microsoft/react-native-windows@068dba7 (github.com)](https://github.com/microsoft/react-native-windows/commit/068dba7d247bf748ea918873780df7567d5d3627)
- Implement autoFocus property for TextInput for fabric [[Fabric] Implement autoFocus property for TextInput for fabric (#14816) · microsoft/react-native-windows@d0f17f8 (github.com)](https://github.com/microsoft/react-native-windows/commit/d0f17f82300ab219deaa53026d7a6c24ffaf2da6)
- Implement onContentSizeChange in TextInput (#14785) [[Fabric] Implement onContentSizeChange in TextInput (#14785) · microsoft/react-native-windows@dee65eb (github.com)](https://github.com/microsoft/react-native-windows/commit/dee65eb856717dd9e389df3636f8fd2f73783c15)
- Added support for selectionColor in TextInput component Fabric : Added support for selectionColor in TextInput component (#14743) · microsoft/react-native-windows@4757284 (github.com)
- Added EllipsizeMode for tail and clip, for head and middle the behaviour maps to default tail alignment of ellipsis. Text : Added EllipsizeMode for tail and clip alignment (#14660) · microsoft/react-native-windows@d6501a3 (github.com)
---
Accessibility Changes (New & Old Architecture)
- Add aria-level, aria-posinset and aria-setsize in Image (#14721) Add aria-level, aria-posinset and aria-setsize in Image (#14721) · microsoft/react-native-windows@9c55fc4 (github.com)
- Implement aria-level, aria-posinset, aria-setsize in TextInput [[Fabric] Implement aria-level, aria-posinset, aria-setsize in Switch (#14735) · microsoft/react-native-windows@6916370 (github.com)](https://github.com/microsoft/react-native-windows/commit/69163709e6094be64af0ff05b20662457c3344de)
- Implement aria-level, aria-posinset, aria-setsize in TextInput...
Excerpt shown — open the source for the full document.