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

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

New changes

react-native-windows - React Native Windows 0.70.5

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

New changes

react-native-windows - React Native Windows 0.70.4

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

New changes

react-native-windows - React Native Windows 0.69.11

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

New changes

react-native-windows - React Native Windows 0.68.20

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

Published by rnbot about 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.70.0.

New changes

react-native-windows - React Native Windows 0.69.10

Published by rnbot about 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.69.0.

New changes

react-native-windows - React Native Windows 0.68.19

Published by rnbot about 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.69.9

Published by rnbot about 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.69.0.

New changes

react-native-windows - React Native Windows 0.70.2

Published by rnbot about 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.70.0.

New changes

react-native-windows - React Native Windows 0.68.18

Published by rnbot about 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

  • ed87b176 Consolidate JavaScript HTTP module specifications (#10628) ([email protected])
  • a4c99aee [0.68] Move required PackageRestore properties into shared property sheets ([email protected])
  • 53835e73 Export OriginPolicy.h to NuGet package (#10615) ([email protected])
react-native-windows - React Native Windows 0.67.15

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

Published by rnbot about 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.69.0.

New changes

react-native-windows - React Native Windows 0.70.1

Published by rnbot about 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.70.0.

New changes

react-native-windows - React Native Windows 0.68.17

Published by rnbot about 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.68.16

Published by rnbot about 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.69.7

Published by rnbot about 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.69.0.

New changes

  • faf7d4bc Fixes bug introduced by pointerEvents change ([email protected])
  • 8046e371 Use LongLivedObjects for TurboModule callbacks ([email protected])
  • 3927ad23 Fix crash creating InstanceSettings on Windows 8.1 ([email protected])
  • 91889d20 Allow batches to complete during load ([email protected])
  • eddca55d Promote 0.69 to legacy ([email protected])
  • faf7d4bc Bump @react-native-windows/cli to v0.69.3 (beachball)
  • faf7d4bc Bump @react-native-windows/virtualized-list to v0.69.1 (beachball)
  • faf7d4bc Bump @react-native-windows/codegen to v0.69.1 (beachball)
react-native-windows - React Native Windows 0.70.0

Published by rnbot about 2 years ago

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.
react-native-windows - React Native Windows 0.68.15

Published by rnbot about 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.70.0-preview.2

Published by rnbot about 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.70.0-preview.1.

New changes

  • 144a31db Integrate RC 4 ([email protected])
  • 144a31db Bump @react-native-windows/virtualized-list to v0.70.0-preview.2 (beachball)