react-native-windows

A framework for building native Windows apps with React.

OTHER License

Downloads
1.3M
Stars
16.3K
Committers
209

Bot releases are visible (Hide)

react-native-windows - React Native Windows 0.68.7

Published by rnbot over 2 years ago

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)
react-native-windows - React Native Windows 0.67.12

Published by rnbot over 2 years ago

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.67.0.

New changes

  • d5a8dff5 Enable Blob module with runtime option ([email protected])
  • d676dce0 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])
react-native-windows - React Native Windows 0.66.24

Published by rnbot over 2 years ago

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.66.0.

New changes

  • f13c49ab 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])
  • eb276481 Fix ExecuteJsi on instance shutdown ([email protected])
react-native-windows - React Native Windows 0.69.0-preview.7

Published by rnbot over 2 years ago

This is a preview of the next version of react-native-windows. To see a summary of changes in this major release, see release notes for React Native Windows 0.69.0-preview.1.

New changes

react-native-windows - React Native Windows 0.68.6

Published by rnbot over 2 years ago

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

react-native-windows - React Native Windows 0.67.11

Published by rnbot over 2 years ago

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.67.0.

New changes

react-native-windows - React Native Windows 0.66.23

Published by rnbot over 2 years ago

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.66.0.

New changes

react-native-windows - React Native Windows 0.69.0-preview.6

Published by rnbot over 2 years ago

This is a preview of the next version of react-native-windows. To see a summary of changes in this major release, see release notes for React Native Windows 0.69.0-preview.1.

New changes

  • 014e0289 Integrate RC6 ([email protected])
  • a04f5f19 Bump Hermes package version ([email protected])
  • a04f5f19 Bump @react-native-windows/virtualized-list to v0.69.0-preview.3 (beachball)
react-native-windows - React Native Windows 0.66.22

Published by rnbot over 2 years ago

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.66.0.

New changes

react-native-windows - React Native Windows 0.69.0-preview.5

Published by rnbot over 2 years ago

This is a preview of the next version of react-native-windows. To see a summary of changes in this major release, see release notes for React Native Windows 0.69.0-preview.1.

New changes

  • 8b2509ab Integrate rc3 ([email protected])
  • 55fc1add Bump @react-native-windows/virtualized-list to v0.69.0-preview.2 (beachball)
react-native-windows - React Native Windows 0.68.5

Published by rnbot over 2 years ago

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

react-native-windows - React Native Windows 0.67.10

Published by rnbot over 2 years ago

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.67.0.

New changes

react-native-windows - React Native Windows 0.69.0-preview.4

Published by rnbot over 2 years ago

This is a preview of the next version of react-native-windows. To see a summary of changes in this major release, see release notes for React Native Windows 0.69.0-preview.1.

New changes

react-native-windows - React Native Windows 0.66.21

Published by rnbot over 2 years ago

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.66.0.

New changes

react-native-windows - React Native Windows 0.65.13

Published by rnbot over 2 years ago

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.65.0.

New changes

  • 9de7d5e8 [0.65] Change CG registration for folly and fmt from other to git ([email protected])
react-native-windows - React Native Windows 0.68.4

Published by rnbot over 2 years ago

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

react-native-windows - React Native Windows 0.66.20

Published by rnbot over 2 years ago

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.66.0.

New changes

react-native-windows - React Native Windows 0.66.19

Published by rnbot over 2 years ago

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.66.0.

New changes

react-native-windows - React Native Windows 0.69.0-preview.3

Published by rnbot over 2 years ago

This is a preview of the next version of react-native-windows. To see a summary of changes in this major release, see release notes for React Native Windows 0.69.0-preview.1.

New changes

react-native-windows - React Native Windows 0.69.0-preview.2

Published by rnbot over 2 years ago

This is a preview of the next version of react-native-windows. To see a summary of changes in this major release, see release notes for React Native Windows 0.69.0-preview.1.

New changes