Releases: microsoft/react-native-windows
Releases · microsoft/react-native-windows
React Native Windows 0.63.0-preview.1
What’s New
- Autolinking for supported community modules
- Features from React Native 0.63 like LogBox
ReactNotificationService
to allow inter-native-module communication- Many improvements for C# native modules (
Task<T>
support, Roslyn based code-generation) - Support for
tintColor
andblurRadius
Image properties - Many other bug-fixes, additions, and reliability improvements
Deprecated
- The
acceptsKeyboardFocus
property has been deprecated in favor of the standardfocusable
property
Breaking Changes
- You will need to generate a new project using
react-native-windows-init
when upgrading from earlier versions ofreact-native-windows
- Layout behavior has changed to better match Android/iOS. This can be configured using QuirkSettings (see #5140)
- To match other platforms, borders will now be drawn as black by default instead of transparent
- Native modules will now run on the same thread as the JavaScript engine. Blocking native module operations may impact JavaScript responsiveness.
Experimental (Not ready for production use)
- Support for WinUI3
- Binary distribution of Microsoft.ReactNative
React Native Windows 0.62.3
- 302856d Update V8 package version (0.62) (tudorm@microsoft.com)
React Native Windows 0.62.2
- 0692ad3 run-windows cannot find built app with default init app (acoates@microsoft.com)
- f69550f make microsoft.reactnative pass wack (asklar@microsoft.com)
React Native Windows 0.62.1
- 46823fe Use Deterministic NuGet Binary (ngerlem@microsoft.com)
React Native Windows 0.62.0
What's New
- New Features from React Native 0.62, like
Appearance
anduseColorScheme()
hooks - Visual Studio V142 build tools are now used
- Better RTL support
- New native module APIs (
PropertyBag
,XamlUIService
,REACT_INIT
, andREACT_FUNCTION
) - Improved diagnostics in command line tools
- Initial ARM64 support
- Better support for XAML Islands
- Bug fixes and reliability improvements
Breaking Changes
- The deprecated "ReactUwp" framework is no longer supported
- You will need to update your generated project files targeting 0.61 (e.g. vcxproj, metro config, and packages.config)
- Some mechanical changes were made to C++ ViewManager Command APIs
- The minimum supported OS is now RS3
React Native Windows 0.62.0-preview.17
d42851ba
[0.62] Backport External Lib Props/Targets (jthysell@microsoft.com)
React Native Windows 0.61.14
b7cadc57
Drop LazySupportManager (julio.rocha@microsoft.com)
React Native Windows 0.61.13
fa132f42
Disable V8 by default (tudorm@microsoft.com)
React Native Windows 0.62.0-preview.16
fe11a96e
Unify DevSupportManager and WebSocketJSExecutor (acoates@microsoft.com)
React Native Windows 0.62.0-preview.15
9c844894
Prevent Switches from Accidentally Becoming Disabled (ngerlem@microsoft.com)