React Native Windows: react-native-windows_v0.70.0-preview.1 Release

Release date:
August 21, 2023
Previous version:
react-native-windows_v0.69.28 (released August 21, 2023)
Magnitude:
3,144 Diff Delta
Contributors:
19 total committers
Data confidence:
Commits:

112 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored May 3, 2022
Authored August 22, 2022
Authored July 25, 2022
Authored June 6, 2022
Authored February 13, 2023
Authored November 14, 2022
Authored September 26, 2022
Authored February 13, 2023
Authored November 7, 2022
Authored October 19, 2022
Authored May 16, 2022
Authored May 30, 2022
Authored November 28, 2022
Authored July 4, 2022
Authored June 13, 2022
Authored June 20, 2022
Authored October 10, 2022
Authored April 10, 2023
Authored July 11, 2022
Authored March 21, 2023
Authored June 5, 2023
Authored August 15, 2022
Authored June 2, 2022
Authored July 18, 2022
Authored August 22, 2022
Authored March 6, 2023
Authored December 12, 2022
Authored December 26, 2022
Authored April 17, 2023
Authored April 24, 2023

Top Contributors in react-native-windows_v0.70.0-preview.1

rnbot
jonthysell
vmoroz
chiaramooney
ksiler
JunielKatarn
AgneLukoseviciute
TatianaKapos
tudorms
Saadnajmi

Directory Browser for react-native-windows_v0.70.0-preview.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

We're excited to release React Native Windows 0.70.0-preview.1 targeting React Native 0.70.0-rc.3. There have been many changes to both react-native-windows and react-native itself and we would love your feedback on anything that doesn't work as expected. 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.

What's new from React Native

  • React Native is now using @react-native-community/[email protected]. See Upgrade @react-native-community/cli.
  • Folly is now on version v2021.07.22.0.

Debuggability

  • Fixes a crash when enabling Yoga logging.
  • Fixes metro config when using --useDevMode. ### Reliability
  • Improved Supply Chain security by updating NuGet config files.
  • Fixes floating point conversions in non en-US locales.
  • Updates autolinking to not error if a dependency is misconfigured.
  • Fixes matrix multiplication logic for transforms to match iOS/Android.
  • Fixes ExecuteJsi on instance shutdown.
  • Fixes bug when UTF-8 characters are in bundle path.
  • Updates autolinking to update project paths in solution files rather than including new paths, upon not finding the exact project entry for a given GUID.
  • Fixes skew transforms for degree inputs.
  • Fixes bug in onLongPress functionality. Now onLongPress is only allowed during left clicks.\
  • Fixes crash in DynamicAutomationPeer::GetContentName. ### Accessibility
  • Updates visual of TextInput if focusable == false.
  • Fixes color customization bug for Text component during High Contrast mode. ### Other
  • Supports PreparedScriptStore for V8 Node-API.
  • Exposes LoadingState on ReactContext.
  • Implements Blob module.
  • Adds partial PlatformColor support for Image's tintColor.
  • Adds CoreApp API to run a JS-only app. The application object in this case is fixed and owned by the framework instead of the app author. See blog post.
  • Implements HTTP client timeout.

Breaking Changes

  • Break in ABI and binary compatibility introduced with change to JsiValueKind enumeration.