@react-native-windows/codegen 0.0.0-canary.13 → 0.0.0-canary.130

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +1125 -16
  2. package/README.md +1 -1
  3. package/bin.js +0 -0
  4. package/lib-commonjs/Cli.d.ts +7 -0
  5. package/lib-commonjs/Cli.js +103 -0
  6. package/lib-commonjs/Cli.js.map +1 -0
  7. package/lib-commonjs/generators/AliasGen.d.ts +12 -0
  8. package/lib-commonjs/generators/AliasGen.js +115 -0
  9. package/lib-commonjs/generators/AliasGen.js.map +1 -0
  10. package/lib-commonjs/generators/AliasManaging.d.ts +15 -0
  11. package/lib-commonjs/generators/AliasManaging.js +49 -0
  12. package/lib-commonjs/generators/AliasManaging.js.map +1 -0
  13. package/lib-commonjs/generators/GenerateComponentWindows.d.ts +13 -0
  14. package/lib-commonjs/generators/GenerateComponentWindows.js +469 -0
  15. package/lib-commonjs/generators/GenerateComponentWindows.js.map +1 -0
  16. package/lib-commonjs/generators/GenerateNM2.d.ts +15 -0
  17. package/lib-commonjs/generators/GenerateNM2.js +145 -0
  18. package/lib-commonjs/generators/GenerateNM2.js.map +1 -0
  19. package/lib-commonjs/generators/GenerateTypeScript.d.ts +11 -0
  20. package/lib-commonjs/generators/GenerateTypeScript.js +166 -0
  21. package/lib-commonjs/generators/GenerateTypeScript.js.map +1 -0
  22. package/lib-commonjs/generators/ObjectTypes.d.ts +13 -0
  23. package/lib-commonjs/generators/ObjectTypes.js +81 -0
  24. package/lib-commonjs/generators/ObjectTypes.js.map +1 -0
  25. package/lib-commonjs/generators/ParamTypes.d.ts +13 -0
  26. package/lib-commonjs/generators/ParamTypes.js +183 -0
  27. package/lib-commonjs/generators/ParamTypes.js.map +1 -0
  28. package/lib-commonjs/generators/PropObjectTypes.d.ts +18 -0
  29. package/lib-commonjs/generators/PropObjectTypes.js +208 -0
  30. package/lib-commonjs/generators/PropObjectTypes.js.map +1 -0
  31. package/lib-commonjs/generators/ReturnTypes.d.ts +10 -0
  32. package/lib-commonjs/generators/ReturnTypes.js +29 -0
  33. package/lib-commonjs/generators/ReturnTypes.js.map +1 -0
  34. package/lib-commonjs/generators/ValidateConstants.d.ts +8 -0
  35. package/lib-commonjs/generators/ValidateConstants.js +38 -0
  36. package/lib-commonjs/generators/ValidateConstants.js.map +1 -0
  37. package/lib-commonjs/generators/ValidateMethods.d.ts +14 -0
  38. package/lib-commonjs/generators/ValidateMethods.js +112 -0
  39. package/lib-commonjs/generators/ValidateMethods.js.map +1 -0
  40. package/lib-commonjs/index.d.ts +39 -0
  41. package/lib-commonjs/index.js +227 -0
  42. package/lib-commonjs/index.js.map +1 -0
  43. package/package.json +39 -21
  44. package/src/Cli.ts +69 -232
  45. package/src/generators/AliasGen.ts +195 -0
  46. package/src/generators/AliasManaging.ts +75 -0
  47. package/src/generators/GenerateComponentWindows.ts +616 -0
  48. package/src/generators/GenerateNM2.ts +128 -131
  49. package/src/generators/GenerateTypeScript.ts +250 -0
  50. package/src/generators/ObjectTypes.ts +95 -37
  51. package/src/generators/ParamTypes.ts +309 -53
  52. package/src/generators/PropObjectTypes.ts +223 -0
  53. package/src/generators/ReturnTypes.ts +38 -40
  54. package/src/generators/ValidateConstants.ts +50 -0
  55. package/src/generators/ValidateMethods.ts +270 -0
  56. package/src/index.ts +415 -0
  57. package/.eslintrc.js +0 -4
  58. package/.vscode/launch.json +0 -23
  59. package/CHANGELOG.json +0 -726
  60. package/jest.config.js +0 -1
  61. package/tsconfig.json +0 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,1127 @@
1
- # Change Log - @react-native-windows/codegen
2
-
3
- This log was last generated on Thu, 09 Sep 2021 05:07:03 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 0.0.0-canary.13
8
-
9
- Thu, 09 Sep 2021 05:07:03 GMT
10
-
11
- ### Changes
12
-
13
- - Bump to 0.66-based react-native-tscodegen (ngerlem@microsoft.com)
14
- - Generate nullable type for turbo module (53799235+ZihanChen-MSFT@users.noreply.github.com)
15
-
1
+ # Change Log - @react-native-windows/codegen
2
+
3
+ <!-- This log was last generated on Wed, 04 Mar 2026 22:34:21 GMT and should not be manually modified. -->
4
+
5
+ <!-- Start content -->
6
+
7
+ ## 0.0.0-canary.130
8
+
9
+ Wed, 04 Mar 2026 22:34:21 GMT
10
+
11
+ ### Changes
12
+
13
+ - Generate fields to notify native if a JS event is being listened to (30809111+acoates-ms@users.noreply.github.com)
14
+ - Fix issues with more complex props and event types (30809111+acoates-ms@users.noreply.github.com)
15
+ - Fix lifetime issue with codegen'd eventemitter args (30809111+acoates-ms@users.noreply.github.com)
16
+
17
+ ## 0.0.0-canary.129
18
+
19
+ Sat, 10 Jan 2026 06:40:18 GMT
20
+
21
+ ### Changes
22
+
23
+ - Add ability to customize native accessibility of custom native components (30809111+acoates-ms@users.noreply.github.com)
24
+
25
+ ## 0.0.0-canary.128
26
+
27
+ Mon, 17 Nov 2025 06:42:06 GMT
28
+
29
+ ### Changes
30
+
31
+ - Bump @react-native-windows/fs to v0.0.0-canary.70
32
+ - Bump @rnw-scripts/just-task to v2.3.58
33
+
34
+ ## 0.0.0-canary.127
35
+
36
+ Wed, 12 Nov 2025 21:00:41 GMT
37
+
38
+ ### Changes
39
+
40
+ - Fix CI linter issues caused by unbroken errors (vmorozov@microsoft.com)
41
+ - Integrate 0.82.0-nightly-20250806-5936f29d6 (66076509+vineethkuttan@users.noreply.github.com)
42
+ - Bump @react-native-windows/fs to v0.0.0-canary.69
43
+ - Bump @rnw-scripts/eslint-config to v1.2.38
44
+ - Bump @rnw-scripts/just-task to v2.3.57
45
+
46
+ ## 0.0.0-canary.126
47
+
48
+ Tue, 07 Oct 2025 05:27:28 GMT
49
+
50
+ ### Changes
51
+
52
+ - Bump @react-native-windows/fs to v0.0.0-canary.68
53
+ - Bump @rnw-scripts/just-task to v2.3.56
54
+
55
+ ## 0.0.0-canary.125
56
+
57
+ Sat, 23 Aug 2025 05:30:40 GMT
58
+
59
+ ### Changes
60
+
61
+ - Upgrade to node22 (10109130+sharath2727@users.noreply.github.com)
62
+ - Bump @react-native-windows/fs to v0.0.0-canary.67
63
+ - Bump @rnw-scripts/eslint-config to v1.2.37
64
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.12
65
+ - Bump @rnw-scripts/just-task to v2.3.55
66
+ - Bump @rnw-scripts/ts-config to v2.0.6
67
+
68
+ ## 0.0.0-canary.124
69
+
70
+ Thu, 17 Jul 2025 05:27:01 GMT
71
+
72
+ ### Changes
73
+
74
+ - Bump @react-native-windows/fs to v0.0.0-canary.66
75
+ - Bump @rnw-scripts/just-task to v2.3.54
76
+
77
+ ## 0.0.0-canary.123
78
+
79
+ Fri, 30 May 2025 05:25:00 GMT
80
+
81
+ ### Changes
82
+
83
+ - integration nightly 0.79.0-nightly-20250303-cee63397b , overrides solved (tatianakapos@microsoft.com)
84
+ - Bump @react-native-windows/fs to v0.0.0-canary.65
85
+ - Bump @rnw-scripts/eslint-config to v1.2.36
86
+ - Bump @rnw-scripts/just-task to v2.3.53
87
+
88
+ ## 0.0.0-canary.122
89
+
90
+ Tue, 13 May 2025 21:05:07 GMT
91
+
92
+ ### Changes
93
+
94
+ - Bump @react-native-windows/fs to v0.0.0-canary.64
95
+ - Bump @rnw-scripts/eslint-config to v1.2.35
96
+ - Bump @rnw-scripts/just-task to v2.3.52
97
+
98
+ ## 0.0.0-canary.121
99
+
100
+ Thu, 08 May 2025 05:23:33 GMT
101
+
102
+ ### Changes
103
+
104
+ - Bump @react-native-windows/fs to v0.0.0-canary.63
105
+ - Bump @rnw-scripts/eslint-config to v1.2.34
106
+ - Bump @rnw-scripts/just-task to v2.3.51
107
+
108
+ ## 0.0.0-canary.120
109
+
110
+ Wed, 02 Apr 2025 05:22:08 GMT
111
+
112
+ ### Changes
113
+
114
+ - Bump @react-native-windows/fs to v0.0.0-canary.62
115
+ - Bump @rnw-scripts/eslint-config to v1.2.33
116
+ - Bump @rnw-scripts/just-task to v2.3.50
117
+
118
+ ## 0.0.0-canary.119
119
+
120
+ Fri, 07 Mar 2025 06:27:16 GMT
121
+
122
+ ### Changes
123
+
124
+ - Fix build issue building component codegen using clang (30809111+acoates-ms@users.noreply.github.com)
125
+
126
+ ## 0.0.0-canary.118
127
+
128
+ Fri, 31 Jan 2025 18:29:44 GMT
129
+
130
+ ### Changes
131
+
132
+ - Fix UpdateState on generated base class (30809111+acoates-ms@users.noreply.github.com)
133
+
134
+ ## 0.0.0-canary.117
135
+
136
+ Thu, 23 Jan 2025 06:24:57 GMT
137
+
138
+ ### Changes
139
+
140
+ - Initial integrate (yajurgrover24@gmail.com)
141
+
142
+ ## 0.0.0-canary.116
143
+
144
+ Sat, 11 Jan 2025 06:30:40 GMT
145
+
146
+ ### Changes
147
+
148
+ - Bump @react-native-windows/fs to v0.0.0-canary.61
149
+ - Bump @rnw-scripts/eslint-config to v1.2.32
150
+ - Bump @rnw-scripts/just-task to v2.3.49
151
+
152
+ ## 0.0.0-canary.115
153
+
154
+ Fri, 10 Jan 2025 06:23:19 GMT
155
+
156
+ ### Changes
157
+
158
+ - Bump @react-native-windows/fs to v0.0.0-canary.60
159
+ - Bump @rnw-scripts/eslint-config to v1.2.31
160
+ - Bump @rnw-scripts/just-task to v2.3.48
161
+
162
+ ## 0.0.0-canary.114
163
+
164
+ Tue, 10 Dec 2024 06:29:30 GMT
165
+
166
+ ### Changes
167
+
168
+ - Add linter exception to generated headers for Office builds (email not defined)
169
+ - Add ability to override UpdateLayoutMetrics and VisualToMountChildrenInto (30809111+acoates-ms@users.noreply.github.com)
170
+
171
+ ## 0.0.0-canary.113
172
+
173
+ Sat, 23 Nov 2024 06:23:15 GMT
174
+
175
+ ### Changes
176
+
177
+ - Integrate 10/20 (yajurgrover24@gmail.com)
178
+
179
+ ## 0.0.0-canary.112
180
+
181
+ Fri, 15 Nov 2024 06:22:29 GMT
182
+
183
+ ### Changes
184
+
185
+ - test integrate 10/15 (yajurgrover24@gmail.com)
186
+
187
+ ## 0.0.0-canary.111
188
+
189
+ Fri, 08 Nov 2024 06:20:37 GMT
190
+
191
+ ### Changes
192
+
193
+ - Add RnwNewArch property and RNW_NEW_ARCH constants when building projects for the new architecture (jthysell@microsoft.com)
194
+
195
+ ## 0.0.0-canary.110
196
+
197
+ Sun, 03 Nov 2024 05:28:15 GMT
198
+
199
+ ### Changes
200
+
201
+ - Fix issue with prop cloning with custom native props (53619745+rnbot@users.noreply.github.com)
202
+
203
+ ## 0.0.0-canary.109
204
+
205
+ Sat, 02 Nov 2024 05:28:15 GMT
206
+
207
+ ### Changes
208
+
209
+ - Implement accessibilityState checked (34109996+chiaramooney@users.noreply.github.com)
210
+
211
+ ## 0.0.0-canary.108
212
+
213
+ Sat, 19 Oct 2024 05:29:46 GMT
214
+
215
+ ### Changes
216
+
217
+ - Fix repo linting with prettier (jthysell@microsoft.com)
218
+ - Bump @react-native-windows/fs to v0.0.0-canary.59
219
+ - Bump @rnw-scripts/eslint-config to v1.2.30
220
+ - Bump @rnw-scripts/just-task to v2.3.47
221
+
222
+ ## 0.0.0-canary.107
223
+
224
+ Wed, 16 Oct 2024 05:20:54 GMT
225
+
226
+ ### Changes
227
+
228
+ - 0.77.0-nightly-20241001-223e98cc4 (tatianakapos@microsoft.com)
229
+
230
+ ## 0.0.0-canary.106
231
+
232
+ Mon, 07 Oct 2024 19:54:26 GMT
233
+
234
+ ### Changes
235
+
236
+ - integrate RN nightly 0.77.0-nightly-20240921-1747f57c6 (tatianakapos@microsoft.com)
237
+ - Bump @react-native-windows/fs to v0.0.0-canary.58
238
+ - Bump @rnw-scripts/eslint-config to v1.2.29
239
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.11
240
+ - Bump @rnw-scripts/just-task to v2.3.46
241
+
242
+ ## 0.0.0-canary.104
243
+
244
+ Thu, 26 Sep 2024 17:38:27 GMT
245
+
246
+ ### Changes
247
+
248
+ - Bump @react-native-windows/fs to v0.0.0-canary.56
249
+ - Bump @rnw-scripts/eslint-config to v1.2.27
250
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.9
251
+ - Bump @rnw-scripts/just-task to v2.3.44
252
+
253
+ ## 0.0.0-canary.103
254
+
255
+ Mon, 16 Sep 2024 21:21:15 GMT
256
+
257
+ ### Changes
258
+
259
+ - [Fabric] Add FocusNavigationDirection and allow overriding of default command handling (30809111+acoates-ms@users.noreply.github.com)
260
+
261
+ ## 0.0.0-canary.102
262
+
263
+ Sat, 07 Sep 2024 05:14:11 GMT
264
+
265
+ ### Changes
266
+
267
+ - Integrate 8/31 (34109996+chiaramooney@users.noreply.github.com)
268
+
269
+ ## 0.0.0-canary.101
270
+
271
+ Fri, 06 Sep 2024 05:14:01 GMT
272
+
273
+ ### Changes
274
+
275
+ - [Fabric] Add native component codegen (30809111+acoates-ms@users.noreply.github.com)
276
+
277
+ ## 0.0.0-canary.100
278
+
279
+ Wed, 14 Aug 2024 05:14:30 GMT
280
+
281
+ ### Changes
282
+
283
+ - Add support for turbomodule eventemitters, and codegen (30809111+acoates-ms@users.noreply.github.com)
284
+
285
+ ## 0.0.0-canary.99
286
+
287
+ Thu, 08 Aug 2024 05:16:48 GMT
288
+
289
+ ### Changes
290
+
291
+ - Integrate 7/1 (jthysell@microsoft.com)
292
+ - Bump @react-native-windows/fs to v0.0.0-canary.55
293
+ - Bump @rnw-scripts/eslint-config to v1.2.26
294
+ - Bump @rnw-scripts/just-task to v2.3.43
295
+
296
+ ## 0.0.0-canary.98
297
+
298
+ Wed, 24 Jul 2024 05:24:36 GMT
299
+
300
+ ### Changes
301
+
302
+ - integrate 0.75.0-nightly-20240618-5df5ed1a8 (tatianakapos@microsoft.com)
303
+ - Bump @react-native-windows/fs to v0.0.0-canary.54
304
+ - Bump @rnw-scripts/eslint-config to v1.2.25
305
+ - Bump @rnw-scripts/just-task to v2.3.42
306
+
307
+ ## 0.0.0-canary.97
308
+
309
+ Wed, 10 Jul 2024 05:15:30 GMT
310
+
311
+ ### Changes
312
+
313
+ - Bump @react-native-windows/fs to v0.0.0-canary.53
314
+ - Bump @rnw-scripts/eslint-config to v1.2.24
315
+ - Bump @rnw-scripts/just-task to v2.3.41
316
+
317
+ ## 0.0.0-canary.96
318
+
319
+ Fri, 21 Jun 2024 05:17:50 GMT
320
+
321
+ ### Changes
322
+
323
+ - SFI: Component Governance fixes 6/19/24 (jthysell@microsoft.com)
324
+
325
+ ## 0.0.0-canary.95
326
+
327
+ Wed, 12 Jun 2024 05:16:24 GMT
328
+
329
+ ### Changes
330
+
331
+ - Bump @react-native-windows/fs to v0.0.0-canary.52
332
+ - Bump @rnw-scripts/eslint-config to v1.2.23
333
+ - Bump @rnw-scripts/just-task to v2.3.40
334
+
335
+ ## 0.0.0-canary.94
336
+
337
+ Sat, 08 Jun 2024 05:17:57 GMT
338
+
339
+ ### Changes
340
+
341
+ - Bump @react-native-windows/fs to v0.0.0-canary.51
342
+ - Bump @rnw-scripts/eslint-config to v1.2.22
343
+ - Bump @rnw-scripts/just-task to v2.3.39
344
+
345
+ ## 0.0.0-canary.93
346
+
347
+ Wed, 05 Jun 2024 05:18:11 GMT
348
+
349
+ ### Changes
350
+
351
+ - Bump @react-native-windows/fs to v0.0.0-canary.50
352
+ - Bump @rnw-scripts/just-task to v2.3.38
353
+
354
+ ## 0.0.0-canary.92
355
+
356
+ Tue, 04 Jun 2024 05:18:35 GMT
357
+
358
+ ### Changes
359
+
360
+ - Bump @react-native-windows/fs to v0.0.0-canary.49
361
+ - Bump @rnw-scripts/eslint-config to v1.2.21
362
+ - Bump @rnw-scripts/just-task to v2.3.37
363
+
364
+ ## 0.0.0-canary.91
365
+
366
+ Sat, 01 Jun 2024 05:21:31 GMT
367
+
368
+ ### Changes
369
+
370
+ - Bump @react-native-windows/fs to v0.0.0-canary.48
371
+ - Bump @rnw-scripts/eslint-config to v1.2.20
372
+ - Bump @rnw-scripts/just-task to v2.3.36
373
+
374
+ ## 0.0.0-canary.90
375
+
376
+ Thu, 30 May 2024 05:18:25 GMT
377
+
378
+ ### Changes
379
+
380
+ - RN Integration 05/11 (1422161+marlenecota@users.noreply.github.com)
381
+ - Bump @react-native-windows/fs to v0.0.0-canary.47
382
+ - Bump @rnw-scripts/eslint-config to v1.2.19
383
+ - Bump @rnw-scripts/just-task to v2.3.35
384
+
385
+ ## 0.0.0-canary.89
386
+
387
+ Thu, 23 May 2024 05:17:50 GMT
388
+
389
+ ### Changes
390
+
391
+ - Bump @react-native-windows/fs to v0.0.0-canary.46
392
+ - Bump @rnw-scripts/eslint-config to v1.2.18
393
+ - Bump @rnw-scripts/just-task to v2.3.34
394
+
395
+ ## 0.0.0-canary.88
396
+
397
+ Wed, 22 May 2024 05:18:18 GMT
398
+
399
+ ### Changes
400
+
401
+ - Bump @react-native-windows/fs to v0.0.0-canary.45
402
+ - Bump @rnw-scripts/eslint-config to v1.2.17
403
+ - Bump @rnw-scripts/just-task to v2.3.33
404
+
405
+ ## 0.0.0-canary.87
406
+
407
+ Wed, 15 May 2024 05:14:54 GMT
408
+
409
+ ### Changes
410
+
411
+ - Bump @react-native-windows/fs to v0.0.0-canary.44
412
+ - Bump @rnw-scripts/eslint-config to v1.2.16
413
+ - Bump @rnw-scripts/just-task to v2.3.32
414
+
415
+ ## 0.0.0-canary.86
416
+
417
+ Sat, 11 May 2024 05:18:30 GMT
418
+
419
+ ### Changes
420
+
421
+ - Bump @react-native-windows/fs to v0.0.0-canary.43
422
+ - Bump @rnw-scripts/eslint-config to v1.2.15
423
+ - Bump @rnw-scripts/just-task to v2.3.31
424
+
425
+ ## 0.0.0-canary.85
426
+
427
+ Thu, 09 May 2024 05:18:44 GMT
428
+
429
+ ### Changes
430
+
431
+ - Bump @react-native-windows/fs to v0.0.0-canary.42
432
+ - Bump @rnw-scripts/eslint-config to v1.2.14
433
+ - Bump @rnw-scripts/just-task to v2.3.30
434
+
435
+ ## 0.0.0-canary.84
436
+
437
+ Thu, 25 Apr 2024 20:12:42 GMT
438
+
439
+ ### Changes
440
+
441
+ - Fix bad version bump (30809111+acoates-ms@users.noreply.github.com)
442
+ - Bump @react-native-windows/fs to v0.0.0-canary.41
443
+ - Bump @rnw-scripts/eslint-config to v1.2.13
444
+ - Bump @rnw-scripts/just-task to v2.3.29
445
+
446
+ ## 0.0.0-canary.83
447
+
448
+ Wed, 10 Apr 2024 05:18:19 GMT
449
+
450
+ ### Changes
451
+
452
+ - Bump @react-native-windows/fs to v0.0.0-canary.40
453
+ - Bump @rnw-scripts/eslint-config to v1.2.11
454
+ - Bump @rnw-scripts/just-task to v2.3.27
455
+
456
+ ## 0.0.0-canary.82
457
+
458
+ Sat, 30 Mar 2024 05:18:04 GMT
459
+
460
+ ### Changes
461
+
462
+ - Bump @react-native-windows/fs to v0.0.0-canary.39
463
+ - Bump @rnw-scripts/eslint-config to v1.2.10
464
+ - Bump @rnw-scripts/just-task to v2.3.26
465
+
466
+ ## 0.0.0-canary.81
467
+
468
+ Sat, 23 Mar 2024 05:17:01 GMT
469
+
470
+ ### Changes
471
+
472
+ - Bump @react-native-windows/fs to v0.0.0-canary.38
473
+ - Bump @rnw-scripts/eslint-config to v1.2.9
474
+ - Bump @rnw-scripts/just-task to v2.3.25
475
+
476
+ ## 0.0.0-canary.80
477
+
478
+ Thu, 07 Mar 2024 06:16:47 GMT
479
+
480
+ ### Changes
481
+
482
+ - Integrate 1/26 (34109996+chiaramooney@users.noreply.github.com)
483
+ - Bump @react-native-windows/fs to v0.0.0-canary.37
484
+ - Bump @rnw-scripts/eslint-config to v1.2.8
485
+ - Bump @rnw-scripts/just-task to v2.3.24
486
+
487
+ ## 0.0.0-canary.79
488
+
489
+ Fri, 01 Mar 2024 06:18:16 GMT
490
+
491
+ ### Changes
492
+
493
+ - Bump @react-native-windows/fs to v0.0.0-canary.36
494
+ - Bump @rnw-scripts/eslint-config to v1.2.7
495
+ - Bump @rnw-scripts/just-task to v2.3.23
496
+
497
+ ## 0.0.0-canary.78
498
+
499
+ Tue, 27 Feb 2024 06:17:59 GMT
500
+
501
+ ### Changes
502
+
503
+ - Update rn-integrate script to more aggressively update align dependencies (30809111+acoates-ms@users.noreply.github.com)
504
+ - Bump @react-native-windows/fs to v0.0.0-canary.35
505
+ - Bump @rnw-scripts/eslint-config to v1.2.6
506
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.8
507
+ - Bump @rnw-scripts/just-task to v2.3.22
508
+
509
+ ## 0.0.0-canary.77
510
+
511
+ Sat, 24 Feb 2024 06:17:16 GMT
512
+
513
+ ### Changes
514
+
515
+ - Migrate src directory to src-win (34109996+chiaramooney@users.noreply.github.com)
516
+ - Bump @react-native-windows/fs to v0.0.0-canary.34
517
+ - Bump @rnw-scripts/just-task to v2.3.21
518
+
519
+ ## 0.0.0-canary.76
520
+
521
+ Thu, 15 Feb 2024 06:18:15 GMT
522
+
523
+ ### Changes
524
+
525
+ - Bump @react-native-windows/fs to v0.0.0-canary.33
526
+ - Bump @rnw-scripts/just-task to v2.3.20
527
+
528
+ ## 0.0.0-canary.75
529
+
530
+ Wed, 14 Feb 2024 06:16:55 GMT
531
+
532
+ ### Changes
533
+
534
+ - Bump @react-native-windows/fs to v0.0.0-canary.32
535
+ - Bump @rnw-scripts/eslint-config to v1.2.5
536
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.7
537
+ - Bump @rnw-scripts/just-task to v2.3.19
538
+
539
+ ## 0.0.0-canary.74
540
+
541
+ Fri, 09 Feb 2024 21:11:18 GMT
542
+
543
+ ### Changes
544
+
545
+ - Bump @react-native-windows/fs to v0.0.0-canary.31
546
+
547
+ ## 0.0.0-canary.73
548
+
549
+ Thu, 08 Feb 2024 06:13:52 GMT
550
+
551
+ ### Changes
552
+
553
+ - Integration up to 01/02/24 (email not defined)
554
+
555
+ ## 0.0.0-canary.72
556
+
557
+ Sat, 21 Oct 2023 05:16:09 GMT
558
+
559
+ ### Changes
560
+
561
+ - Bump @react-native-windows/fs to v0.0.0-canary.30
562
+ - Bump @rnw-scripts/eslint-config to v1.2.4
563
+ - Bump @rnw-scripts/just-task to v2.3.18
564
+
565
+ ## 0.0.0-canary.71
566
+
567
+ Thu, 12 Oct 2023 05:15:54 GMT
568
+
569
+ ### Changes
570
+
571
+ - Bump @react-native-windows/fs to v0.0.0-canary.29
572
+ - Bump @rnw-scripts/eslint-config to v1.2.3
573
+ - Bump @rnw-scripts/just-task to v2.3.17
574
+
575
+ ## 0.0.0-canary.70
576
+
577
+ Fri, 22 Sep 2023 05:13:32 GMT
578
+
579
+ ### Changes
580
+
581
+ - Fix some incorrectly cased requires (ngerlem@fb.com)
582
+
583
+ ## 0.0.0-canary.69
584
+
585
+ Wed, 20 Sep 2023 05:17:49 GMT
586
+
587
+ ### Changes
588
+
589
+ - Bump @react-native-windows/fs to v0.0.0-canary.28
590
+ - Bump @rnw-scripts/just-task to v2.3.16
591
+
592
+ ## 0.0.0-canary.68
593
+
594
+ Tue, 15 Aug 2023 05:14:09 GMT
595
+
596
+ ### Changes
597
+
598
+ - Add `separateDataFiles` to @rnw/cli and @rnw/codegen (53799235+ZihanChen-MSFT@users.noreply.github.com)
599
+
600
+ ## 0.0.0-canary.67
601
+
602
+ Tue, 08 Aug 2023 05:13:00 GMT
603
+
604
+ ### Changes
605
+
606
+ - @rnw/codegen generates GetStructInfo instead of REACT_STRUCT (53799235+ZihanChen-MSFT@users.noreply.github.com)
607
+
608
+ ## 0.0.0-canary.66
609
+
610
+ Fri, 28 Jul 2023 05:14:53 GMT
611
+
612
+ ### Changes
613
+
614
+ - Bump @react-native-windows/fs to v0.0.0-canary.27
615
+ - Bump @rnw-scripts/just-task to v2.3.15
616
+
617
+ ## 0.0.0-canary.65
618
+
619
+ Wed, 26 Jul 2023 05:15:47 GMT
620
+
621
+ ### Changes
622
+
623
+ - Bump @react-native-windows/fs to v0.0.0-canary.26
624
+ - Bump @rnw-scripts/just-task to v2.3.14
625
+
626
+ ## 0.0.0-canary.64
627
+
628
+ Fri, 14 Jul 2023 05:17:05 GMT
629
+
630
+ ### Changes
631
+
632
+ - integration 6/28 (tatianakapos@microsoft.com)
633
+ - Bump @react-native-windows/fs to v0.0.0-canary.25
634
+ - Bump @rnw-scripts/eslint-config to v1.2.2
635
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.6
636
+ - Bump @rnw-scripts/just-task to v2.3.13
637
+ - Bump @rnw-scripts/ts-config to v2.0.5
638
+
639
+ ## 0.0.0-canary.63
640
+
641
+ Sat, 08 Jul 2023 05:13:21 GMT
642
+
643
+ ### Changes
644
+
645
+ - Add configConfig.windows.cppStringType in package.json for @rnw/codegen (53799235+ZihanChen-MSFT@users.noreply.github.com)
646
+ - Add cppStringType option to @rnw/codegen (53799235+ZihanChen-MSFT@users.noreply.github.com)
647
+
648
+ ## 0.0.0-canary.62
649
+
650
+ Sat, 01 Jul 2023 05:14:41 GMT
651
+
652
+ ### Changes
653
+
654
+ - integrate 6/16 (tatianakapos@microsoft.com)
655
+ - Bump @react-native-windows/fs to v0.0.0-canary.24
656
+ - Bump @rnw-scripts/eslint-config to v1.2.1
657
+ - Bump @rnw-scripts/just-task to v2.3.12
658
+
659
+ ## 0.0.0-canary.61
660
+
661
+ Tue, 13 Jun 2023 05:15:41 GMT
662
+
663
+ ### Changes
664
+
665
+ - Bump @react-native-windows/fs to v0.0.0-canary.23
666
+ - Bump @rnw-scripts/eslint-config to v1.2.0
667
+
668
+ ## 0.0.0-canary.60
669
+
670
+ Wed, 07 Jun 2023 05:16:11 GMT
671
+
672
+ ### Changes
673
+
674
+ - Bump @react-native-windows/fs to v0.0.0-canary.22
675
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.5
676
+ - Bump @rnw-scripts/just-task to v2.3.11
677
+
678
+ ## 0.0.0-canary.59
679
+
680
+ Tue, 06 Jun 2023 19:06:44 GMT
681
+
682
+ ### Changes
683
+
684
+ - integrate RN nightly 5/19/23 (tatianakapos@microsoft.com)
685
+ - Bump @react-native-windows/fs to v0.0.0-canary.21
686
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.4
687
+ - Bump @rnw-scripts/just-task to v2.3.10
688
+
689
+ ## 0.0.0-canary.58
690
+
691
+ Tue, 16 May 2023 05:16:30 GMT
692
+
693
+ ### Changes
694
+
695
+ - Bump @react-native-windows/fs to v0.0.0-canary.20
696
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.3
697
+ - Bump @rnw-scripts/just-task to v2.3.9
698
+
699
+ ## 0.0.0-canary.57
700
+
701
+ Mon, 08 May 2023 17:41:04 GMT
702
+
703
+ ### Changes
704
+
705
+ - Fix typos and add `cspell` configuration (jthysell@microsoft.com)
706
+ - Bump @react-native-windows/fs to v0.0.0-canary.19
707
+ - Bump @rnw-scripts/just-task to v2.3.8
708
+
709
+ ## 0.0.0-canary.56
710
+
711
+ Tue, 25 Apr 2023 05:16:58 GMT
712
+
713
+ ### Changes
714
+
715
+ - Update Node to 16 (34109996+chiaramooney@users.noreply.github.com)
716
+ - Bump @react-native-windows/fs to v0.0.0-canary.18
717
+ - Bump @rnw-scripts/eslint-config to v1.1.16
718
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.2
719
+ - Bump @rnw-scripts/just-task to v2.3.7
720
+ - Bump @rnw-scripts/ts-config to v2.0.4
721
+
722
+ ## 0.0.0-canary.55
723
+
724
+ Thu, 13 Apr 2023 05:14:28 GMT
725
+
726
+ ### Changes
727
+
728
+ - Fix RNW not being detected on case-sensitive file systems (4123478+tido64@users.noreply.github.com)
729
+
730
+ ## 0.0.0-canary.54
731
+
732
+ Tue, 21 Mar 2023 21:21:55 GMT
733
+
734
+ ### Changes
735
+
736
+ - Bump @react-native-windows/fs to v0.0.0-canary.17
737
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.1
738
+ - Bump @rnw-scripts/just-task to v2.3.6
739
+
740
+ ## 0.0.0-canary.53
741
+
742
+ Thu, 02 Mar 2023 06:14:21 GMT
743
+
744
+ ### Changes
745
+
746
+ - Merge branch 'YajurG-8875' of https://github.com/YajurG/react-native-windows into YajurG-8875 (email not defined)
747
+ - Bump @react-native-windows/fs to v0.0.0-canary.16
748
+
749
+ ## 0.0.0-canary.52
750
+
751
+ Sat, 25 Feb 2023 06:13:35 GMT
752
+
753
+ ### Changes
754
+
755
+ - Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers (4123478+tido64@users.noreply.github.com)
756
+ - Bump @react-native-windows/fs to v0.0.0-canary.15
757
+
758
+ ## 0.0.0-canary.51
759
+
760
+ Wed, 22 Feb 2023 06:14:08 GMT
761
+
762
+ ### Changes
763
+
764
+ - Fix code to handle newer version of @react-native/codegen (30809111+acoates-ms@users.noreply.github.com)
765
+
766
+ ## 0.0.0-canary.50
767
+
768
+ Fri, 10 Feb 2023 06:15:30 GMT
769
+
770
+ ### Changes
771
+
772
+ - codegen-windows --check always fails (30809111+acoates-ms@users.noreply.github.com)
773
+
774
+ ## 0.0.0-canary.49
775
+
776
+ Thu, 09 Feb 2023 06:16:42 GMT
777
+
778
+ ### Changes
779
+
780
+ - Bump typescript version (30809111+acoates-ms@users.noreply.github.com)
781
+ - Bump @react-native-windows/fs to v0.0.0-canary.14
782
+
783
+ ## 0.0.0-canary.48
784
+
785
+ Wed, 11 Jan 2023 06:15:29 GMT
786
+
787
+ ### Changes
788
+
789
+ - integrate 12/2/22 (tatianakapos@microsoft.com)
790
+ - Bump @react-native-windows/fs to v0.0.0-canary.13
791
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.0
792
+ - Bump @rnw-scripts/just-task to v2.3.5
793
+
794
+ ## 0.0.0-canary.47
795
+
796
+ Wed, 21 Dec 2022 06:15:26 GMT
797
+
798
+ ### Changes
799
+
800
+ - Support enum/union and T in Promise<T> in codegen (53799235+ZihanChen-MSFT@users.noreply.github.com)
801
+
802
+ ## 0.0.0-canary.46
803
+
804
+ Tue, 13 Dec 2022 06:15:22 GMT
805
+
806
+ ### Changes
807
+
808
+ - Standardize on the repository field in package.json (dannyvv@microsoft.com)
809
+ - Bump @react-native-windows/fs to v0.0.0-canary.12
810
+ - Bump @rnw-scripts/eslint-config to v1.1.15
811
+ - Bump @rnw-scripts/jest-unittest-config to v1.4.3
812
+ - Bump @rnw-scripts/just-task to v2.3.4
813
+ - Bump @rnw-scripts/ts-config to v2.0.3
814
+
815
+ ## 0.0.0-canary.45
816
+
817
+ Fri, 02 Dec 2022 06:19:03 GMT
818
+
819
+ ### Changes
820
+
821
+ - Integrate 10/10 (34109996+chiaramooney@users.noreply.github.com)
822
+ - Bump codegen version (30809111+acoates-ms@users.noreply.github.com)
823
+ - Bump @react-native-windows/fs to v0.0.0-canary.11
824
+ - Bump @rnw-scripts/jest-unittest-config to v1.4.2
825
+ - Bump @rnw-scripts/just-task to v2.3.3
826
+
827
+ ## 0.0.0-canary.44
828
+
829
+ Mon, 21 Nov 2022 06:15:36 GMT
830
+
831
+ ### Changes
832
+
833
+ - Enable ability to codegen JSI C++ TurboModule specs (30809111+acoates-ms@users.noreply.github.com)
834
+
835
+ ## 0.0.0-canary.43
836
+
837
+ Wed, 16 Nov 2022 06:16:01 GMT
838
+
839
+ ### Changes
840
+
841
+ - Bump @react-native-windows/fs to v0.0.0-canary.10
842
+ - Bump @rnw-scripts/just-task to v2.3.2
843
+
844
+ ## 0.0.0-canary.42
845
+
846
+ Sat, 12 Nov 2022 06:17:21 GMT
847
+
848
+ ### Changes
849
+
850
+ - Integrate 10/10 (34109996+chiaramooney@users.noreply.github.com)
851
+ - Bump @react-native-windows/fs to v0.0.0-canary.9
852
+ - Bump @rnw-scripts/jest-unittest-config to v1.4.1
853
+ - Bump @rnw-scripts/just-task to v2.3.1
854
+
855
+ ## 0.0.0-canary.41
856
+
857
+ Thu, 10 Nov 2022 06:17:10 GMT
858
+
859
+ ### Changes
860
+
861
+ - integration 9/26/22 (tatianakapos@microsoft.com)
862
+ - Bump @react-native-windows/fs to v0.0.0-canary.8
863
+ - Bump @rnw-scripts/jest-unittest-config to v1.4.0
864
+ - Bump @rnw-scripts/just-task to v2.3.0
865
+
866
+ ## 0.0.0-canary.40
867
+
868
+ Tue, 18 Oct 2022 05:12:09 GMT
869
+
870
+ ### Changes
871
+
872
+ - Use newer react-native-codegen generators (30809111+acoates-ms@users.noreply.github.com)
873
+
874
+ ## 0.0.0-canary.39
875
+
876
+ Sat, 15 Oct 2022 05:12:00 GMT
877
+
878
+ ### Changes
879
+
880
+ - Bump @react-native-windows/fs to v0.0.0-canary.7
881
+
882
+ ## 0.0.0-canary.38
883
+
884
+ Fri, 07 Oct 2022 05:11:46 GMT
885
+
886
+ ### Changes
887
+
888
+ - Remove extra paren in codegen output (30809111+acoates-ms@users.noreply.github.com)
889
+
890
+ ## 0.0.0-canary.37
891
+
892
+ Wed, 05 Oct 2022 05:13:46 GMT
893
+
894
+ ### Changes
895
+
896
+ - Use react-native-codegen from rn, instead of from react-native-tscodegen (30809111+acoates-ms@users.noreply.github.com)
897
+ - integrate 7/29/22 (tatianakapos@microsoft.com)
898
+ - Bump @react-native-windows/fs to v0.0.0-canary.6
899
+ - Bump @rnw-scripts/eslint-config to v1.1.14
900
+ - Bump @rnw-scripts/jest-unittest-config to v1.3.0
901
+ - Bump @rnw-scripts/just-task to v2.2.6
902
+
903
+ ## 0.0.0-canary.36
904
+
905
+ Tue, 27 Sep 2022 05:11:30 GMT
906
+
907
+ ### Changes
908
+
909
+ - Export functionality to allow cli to use it (30809111+acoates-ms@users.noreply.github.com)
910
+
911
+ ## 0.0.0-canary.35
912
+
913
+ Sat, 04 Jun 2022 05:10:05 GMT
914
+
915
+ ### Changes
916
+
917
+ - Bump @react-native-windows/fs to v0.0.0-canary.5
918
+ - Bump @rnw-scripts/jest-unittest-config to v1.2.8
919
+ - Bump @rnw-scripts/just-task to v2.2.5
920
+
921
+ ## 0.0.0-canary.34
922
+
923
+ Thu, 12 May 2022 05:09:43 GMT
924
+
925
+ ### Changes
926
+
927
+ - Build/dependency fixes (ngerlem@microsoft.com)
928
+ - Bump @react-native-windows/fs to v0.0.0-canary.4
929
+ - Bump @rnw-scripts/eslint-config to v1.1.13
930
+ - Bump @rnw-scripts/jest-unittest-config to v1.2.7
931
+ - Bump @rnw-scripts/just-task to v2.2.4
932
+
933
+ ## 0.0.0-canary.33
934
+
935
+ Wed, 11 May 2022 05:08:51 GMT
936
+
937
+ ### Changes
938
+
939
+ - Add --methodonly to RNW/codegen (53799235+ZihanChen-MSFT@users.noreply.github.com)
940
+
941
+ ## 0.0.0-canary.32
942
+
943
+ Wed, 27 Apr 2022 05:10:23 GMT
944
+
945
+ ### Changes
946
+
947
+ - Merge (34109996+chiaramooney@users.noreply.github.com)
948
+ - Bump @react-native-windows/fs to v0.0.0-canary.3
949
+ - Bump @rnw-scripts/eslint-config to v1.1.12
950
+
951
+ ## 0.0.0-canary.31
952
+
953
+ Mon, 25 Apr 2022 22:50:30 GMT
954
+
955
+ ### Changes
956
+
957
+ - Update globby of @react-native-windows/codegen to remove glob-parent 3.x dependency (dannyvv@microsoft.com)
958
+
959
+ ## 0.0.0-canary.30
960
+
961
+ Tue, 12 Apr 2022 05:10:38 GMT
962
+
963
+ ### Changes
964
+
965
+ - Fix Overrides (34109996+chiaramooney@users.noreply.github.com)
966
+ - Bump @react-native-windows/fs to v0.0.0-canary.2
967
+
968
+ ## 0.0.0-canary.29
969
+
970
+ Fri, 01 Apr 2022 05:09:56 GMT
971
+
972
+ ### Changes
973
+
974
+ - Fix publish after promotion to preview (ngerlem@microsoft.com)
975
+ - Bump @react-native-windows/fs to v0.0.0-canary.1
976
+
977
+ ## 0.0.0-canary.28
978
+
979
+ Wed, 09 Mar 2022 06:09:07 GMT
980
+
981
+ ### Changes
982
+
983
+ - Fix turbo module codegen to generate correct import statement and registration (53799235+ZihanChen-MSFT@users.noreply.github.com)
984
+
985
+ ## 0.0.0-canary.27
986
+
987
+ Fri, 04 Mar 2022 06:09:13 GMT
988
+
989
+ ### Changes
990
+
991
+ - Generate fabric eventemitter.cpp (acoates@microsoft.com)
992
+
993
+ ## 0.0.0-canary.26
994
+
995
+ Thu, 24 Feb 2022 06:07:47 GMT
996
+
997
+ ### Changes
998
+
999
+ - Add TypeScript turbo module definition as new codegen traget (53799235+ZihanChen-MSFT@users.noreply.github.com)
1000
+
1001
+ ## 0.0.0-canary.25
1002
+
1003
+ Wed, 09 Feb 2022 06:09:36 GMT
1004
+
1005
+ ### Changes
1006
+
1007
+ - Bump minimum Node version to 14 (jthysell@microsoft.com)
1008
+ - Bump @react-native-windows/fs to v1.0.2
1009
+ - Bump @rnw-scripts/eslint-config to v1.1.11
1010
+ - Bump @rnw-scripts/jest-unittest-config to v1.2.6
1011
+ - Bump @rnw-scripts/just-task to v2.2.3
1012
+ - Bump @rnw-scripts/ts-config to v2.0.2
1013
+
1014
+ ## 0.0.0-canary.24
1015
+
1016
+ Tue, 08 Feb 2022 18:21:23 GMT
1017
+
1018
+ ### Changes
1019
+
1020
+ - Fix TurboModule codegen document (53799235+ZihanChen-MSFT@users.noreply.github.com)
1021
+
1022
+ ## 0.0.0-canary.23
1023
+
1024
+ Sat, 29 Jan 2022 06:08:58 GMT
1025
+
1026
+ ### Changes
1027
+
1028
+ - Add document for turbo module codegen (53799235+ZihanChen-MSFT@users.noreply.github.com)
1029
+
1030
+ ## 0.0.0-canary.22
1031
+
1032
+ Fri, 03 Dec 2021 06:12:10 GMT
1033
+
1034
+ ### Changes
1035
+
1036
+ - Integrate 11/11 (34109996+chiaramooney@users.noreply.github.com)
1037
+ - Bump @react-native-windows/fs to v1.0.1
1038
+ - Bump @rnw-scripts/eslint-config to v1.1.10
1039
+ - Bump @rnw-scripts/jest-unittest-config to v1.2.5
1040
+ - Bump @rnw-scripts/just-task to v2.2.2
1041
+
1042
+ ## 0.0.0-canary.21
1043
+
1044
+ Thu, 18 Nov 2021 06:11:20 GMT
1045
+
1046
+ ### Changes
1047
+
1048
+ - Use '@react-native-windows/fs' (ngerlem@microsoft.com)
1049
+ - Bump @react-native-windows/fs to v1.0.0
1050
+ - Bump @rnw-scripts/eslint-config to v1.1.9
1051
+
1052
+ ## 0.0.0-canary.20
1053
+
1054
+ Thu, 04 Nov 2021 05:07:29 GMT
1055
+
1056
+ ### Changes
1057
+
1058
+ - Codegen prints `::React::JSValue` instead of `React::JSValue` (53799235+ZihanChen-MSFT@users.noreply.github.com)
1059
+
1060
+ ## 0.0.0-canary.20
1061
+
1062
+ Thu, 04 Nov 2021 05:07:08 GMT
1063
+
1064
+ ### Changes
1065
+
1066
+ - Codegen prints `::React::JSValue` instead of `React::JSValue` (53799235+ZihanChen-MSFT@users.noreply.github.com)
1067
+
1068
+ ## 0.0.0-canary.19
1069
+
1070
+ Sat, 23 Oct 2021 05:06:49 GMT
1071
+
1072
+ ### Changes
1073
+
1074
+ - Only generate component files if a component is specified (30809111+acoates-ms@users.noreply.github.com)
1075
+
1076
+ ## 0.0.0-canary.18
1077
+
1078
+ Fri, 22 Oct 2021 05:06:46 GMT
1079
+
1080
+ ### Changes
1081
+
1082
+ - Built files not included in published package (30809111+acoates-ms@users.noreply.github.com)
1083
+
1084
+ ## 0.0.0-canary.17
1085
+
1086
+ Thu, 21 Oct 2021 05:08:01 GMT
1087
+
1088
+ ### Changes
1089
+
1090
+ - Update to typescript 4 (30809111+acoates-ms@users.noreply.github.com)
1091
+
1092
+ ## 0.0.0-canary.16
1093
+
1094
+ Wed, 29 Sep 2021 05:06:54 GMT
1095
+
1096
+ ### Changes
1097
+
1098
+ - Check constants in generated turbo module specs (53799235+ZihanChen-MSFT@users.noreply.github.com)
1099
+
1100
+ ## 0.0.0-canary.15
1101
+
1102
+ Wed, 15 Sep 2021 05:07:04 GMT
1103
+
1104
+ ### Changes
1105
+
1106
+ - Generate anonymous objects in correct order for turbo module (53799235+ZihanChen-MSFT@users.noreply.github.com)
1107
+
1108
+ ## 0.0.0-canary.14
1109
+
1110
+ Fri, 10 Sep 2021 05:07:31 GMT
1111
+
1112
+ ### Changes
1113
+
1114
+ - Generate `std::vector<T>` for array types in turbo modules (53799235+ZihanChen-MSFT@users.noreply.github.com)
1115
+
1116
+ ## 0.0.0-canary.13
1117
+
1118
+ Thu, 09 Sep 2021 05:07:46 GMT
1119
+
1120
+ ### Changes
1121
+
1122
+ - Bump to 0.66-based react-native-tscodegen (ngerlem@microsoft.com)
1123
+ - Generate nullable type for turbo module (53799235+ZihanChen-MSFT@users.noreply.github.com)
1124
+
16
1125
  ## 0.0.0-canary.12
17
1126
 
18
1127
  Wed, 08 Sep 2021 05:08:53 GMT
@@ -277,4 +1386,4 @@ Thu, 23 Apr 2020 00:04:37 GMT
277
1386
 
278
1387
  ### Patches
279
1388
 
280
- - Initial react-native-windows-codegen (acoates@microsoft.com)
1389
+ - Initial react-native-windows-codegen (acoates@microsoft.com)