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

Release date:
May 10, 2021
Previous version:
react-native-windows_v0.64.6 (released May 3, 2021)
Magnitude:
1,732 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in react-native-windows_v0.64.7

asklar
rnbot
acoates-ms
jonthysell

Directory Browser for react-native-windows_v0.64.7

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

Release Notes Published

  • 82f12b42 If initial value is set, updated TextInput.value changes will not be reflected ([email protected])
  • 04b40043 [0.64] Update Microsoft.ChakraCore to 1.11.24 (#7628) ([email protected])
  • e7efb402 Initialize ETW provider only once ([email protected])
  • e7efb402 Last year, we had plumbed the Systrace sections and events in the core react native to windows code and fired ETW events. But, it was hard for people to use because we used manifest based ETW events. This change converts the event triggering code to use Tracelogging APIs (aka self describing events) which doesn't require the manifest to be registered on the host machine to inspect traces. Post this change, the systrace events can be inspected on any windows machines where the RNW based apps are running by issuing the following commands, wpr.exe -start rnw.wprp wpr.exe -stop rnw.etl wpa.exe rnw.etl

This works for Win32 apps too, say Office. ([email protected])