React Native Windows: react-native-windows_v0.68.7 Release

Release date:
June 27, 2022
Previous version:
react-native-windows_v0.68.6 (released June 20, 2022)
Magnitude:
464 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in react-native-windows_v0.68.7

rnbot
ksiler
htpiv
JunielKatarn
chiaramooney

Directory Browser for react-native-windows_v0.68.7

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

Release Notes Published

This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see release notes for React Native Windows 0.68.0.

New changes

  • d5d46ce2 Stop compiling yoga.cpp with /fp:strict. Doing so caused layout issues if Yoga code ran with the processor's rounding mode set to round down, due to NAN being defined in math.h as: (float)(INFINITY * 0.0f) Which macro-expands to: (float)(((float)(1e+300 * 1e+300)) * 0.0f) Which evaluates as follows: (float)(((float)(inf.double)) * 0.0f) (float)(FLT_MAX * 0.0f) // Casting an infinite double to a float yields // FLT_MAX! (float)0.0f ([email protected])
  • e228d662 Enable Blob module with runtime option ([email protected])
  • 3a5573a4 Promote 0.68 to legacy ([email protected])
  • 3a5573a4 Bump @react-native-windows/cli to v0.68.3 (beachball)
  • 3a5573a4 Bump @react-native-windows/virtualized-list to v0.68.1 (beachball)
  • 3a5573a4 Bump @react-native-windows/codegen to v0.68.1 (beachball)