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

Published by rnbot almost 3 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

react-native-windows - React Native Windows 0.64.28

Published by rnbot almost 3 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.64.0.

New changes

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

Published by rnbot almost 3 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.67.0-preview.1.

New changes

  • 372ce651 [0.67] Avoid capturing raw this pointer in WebSocket module ([email protected])
react-native-windows - React Native Windows 0.66.6

Published by rnbot almost 3 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

  • 1a0cec77 [0.66] Avoid capturing raw this pointer in WebSocket module ([email protected])
react-native-windows - React Native Windows 0.67.0-preview.5

Published by rnbot almost 3 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.67.0-preview.1.

New changes

react-native-windows - React Native Windows 0.64.27

Published by rnbot almost 3 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.64.0.

New changes

react-native-windows - React Native Windows 0.65.9

Published by rnbot almost 3 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

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

Published by rnbot almost 3 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.67.0-preview.1.

New changes

react-native-windows - React Native Windows 0.66.5

Published by rnbot almost 3 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.67.0-preview.3

Published by rnbot almost 3 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.67.0-preview.1.

New changes

react-native-windows - React Native Windows 0.66.4

Published by rnbot almost 3 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.8

Published by rnbot almost 3 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

react-native-windows - React Native Windows 0.64.26

Published by rnbot almost 3 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.64.0.

New changes

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

Published by rnbot almost 3 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.67.0-preview.1.

New changes

  • 186e6c70 applying package updates NO_CI ([email protected])
  • 8dd7e1d0 Switch to MUX:CommandBarFlyout in XAML Islands proofing menu ([email protected])
  • 3436887f Upgrade WinUI/MUX to 2.7 ([email protected])
  • 3b3c7a35 Do not remove LoadingUI and FocusSafeHarbor from UI when reloading an instance ([email protected])
  • d4affbcb Bump @react-native-windows/cli to v0.67.0-preview.2 (beachball)
react-native-windows - React Native Windows 0.66.3

Published by rnbot almost 3 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.7

Published by rnbot almost 3 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

react-native-windows - React Native Windows 0.64.25

Published by rnbot almost 3 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.64.0.

New changes

react-native-windows - React Native Windows 0.67.0-preview.1

Published by rnbot almost 3 years ago

We're excited to release our first preview build of react-native-windows 0.67! 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 differences between different versions of C++ applications using a special version of React Native Upgrade Helper.

Upgrade helper does not yet support C# projects or projects using experimental features. It is recommended to generate a new project using react-native-windows-init for projects not supported by Upgrade Helper.

What's New

  • View manager pointer hooks: View managers can now implement IViewManagerWithPointerEvents to customize handling of pointer events that would normally be propagated to React as touch events.

  • Accessible images: Images with the accessible prop set will now show up to screen readers, including support for accessibilityLabel.

  • Unsigned by default: We previously included a temporary AppX signing certificate when creating a new project. You no longer need to check in a certificate, and only need to use one when publishing your application.

  • RNW version queries: Libraries targetting multiple versions of react-native-windows can now specialize behavior dependant on the version of RNW the library is compiled with. RNW_AT_LEAST and RNW_LESS_THAN macros are exposed to C++ community modules targetting RNW 0.67+.

  • Bug-fixes and improvements: We've made many more fixes across the platform. Expect less crashes, more correct behavior, and quality of life improvements for developers.

Breaking Changes

  • AppX deployment: UWP applications without certificates need to be deployed using loose file registration. This is handled for you if you use Visual studio, or run-windows, but may require changes if you are using custom logic for deployment.
react-native-windows - React Native Windows 0.66.2

Published by rnbot almost 3 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.64.24

Published by rnbot almost 3 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.64.0.

New changes

  • 0e9b7079 Change the definition of YGUndefined from NAN to __builtin_nanf("0") ([email protected])