@react-native-windows/codegen
Advanced tools
Comparing version
# Change Log - @react-native-windows/codegen | ||
<!-- This log was last generated on Thu, 27 Feb 2025 22:22:07 GMT and should not be manually modified. --> | ||
<!-- This log was last generated on Mon, 14 Apr 2025 15:27:27 GMT and should not be manually modified. --> | ||
<!-- Start content --> | ||
## 0.78.1 | ||
Mon, 14 Apr 2025 15:27:27 GMT | ||
### Patches | ||
- Fix UpdateState on generated base class (30809111+acoates-ms@users.noreply.github.com) | ||
## 0.78.0 | ||
Thu, 27 Feb 2025 22:22:07 GMT | ||
Thu, 27 Feb 2025 22:23:32 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -179,3 +179,3 @@ /** | ||
auto userData = view.UserData().as<TUserData>(); | ||
userData->member(view, newState); | ||
userData->UpdateState(view, newState); | ||
}); | ||
@@ -182,0 +182,0 @@ } |
{ | ||
"name": "@react-native-windows/codegen", | ||
"version": "0.78.0", | ||
"version": "0.78.1", | ||
"description": "Generators for react-native-codegen targeting react-native-windows", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
@@ -203,3 +203,3 @@ /** | ||
auto userData = view.UserData().as<TUserData>(); | ||
userData->member(view, newState); | ||
userData->UpdateState(view, newState); | ||
}); | ||
@@ -206,0 +206,0 @@ } |
Sorry, the diff of this file is not supported yet
368303
0.05%