-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
applying package updates ***NO_CI***
- Loading branch information
Showing
18 changed files
with
78 additions
and
62 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/react-native-windows-0efae8d7-71d4-4e65-97c8-7aefff4912cb.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/react-native-windows-24c5a09a-7492-4f70-9a80-a82c358fb058.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/react-native-windows-57c6b08e-a6a6-4d04-a58f-b79dd5b9afcc.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/react-native-windows-63f67386-8c58-4d24-88c1-84e80443b8d4.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/react-native-windows-addbcde3-c802-4b1b-b6e6-970118e11819.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/react-native-windows-b3194f0e-3be5-42d3-a9d7-418966736ad0.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/react-native-windows-d68e4c7a-72b0-4475-8aea-5b88fa568ee6.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,57 @@ | ||
{ | ||
"name": "react-native-windows", | ||
"entries": [ | ||
{ | ||
"date": "Mon, 22 Jul 2024 15:14:15 GMT", | ||
"version": "0.74.12", | ||
"tag": "react-native-windows_v0.74.12", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "react-native-windows", | ||
"commit": "696f0bbbb4ba8dde034eb8d55d5c9ae57325ae2f", | ||
"comment": "Port Desktop DLL to ARM64EC (#13320)" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "react-native-windows", | ||
"commit": "7d828ea41484ae37c7fc4a0c991c0aa29a1c3876", | ||
"comment": "[Fabric] call reportMount to implement UIManagerMountHook support" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "react-native-windows", | ||
"commit": "7d828ea41484ae37c7fc4a0c991c0aa29a1c3876", | ||
"comment": "[Fabric] Move to WinAppSDK types for KeyStatus, and ensure usages account for locked flag" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "react-native-windows", | ||
"commit": "7d828ea41484ae37c7fc4a0c991c0aa29a1c3876", | ||
"comment": "[Fabric] Text renders borders twice" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "react-native-windows", | ||
"commit": "7d828ea41484ae37c7fc4a0c991c0aa29a1c3876", | ||
"comment": "Fix scrollview" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "react-native-windows", | ||
"commit": "7d828ea41484ae37c7fc4a0c991c0aa29a1c3876", | ||
"comment": "Resolve transform before animation" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "react-native-windows", | ||
"commit": "7d828ea41484ae37c7fc4a0c991c0aa29a1c3876", | ||
"comment": "[Fabric] Fix image component reference cycle" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 10 Jul 2024 21:00:36 GMT", | ||
"version": "0.74.11", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
# Change Log - react-native-windows | ||
|
||
This log was last generated on Wed, 10 Jul 2024 21:00:36 GMT and should not be manually modified. | ||
This log was last generated on Mon, 22 Jul 2024 15:14:15 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 0.74.12 | ||
|
||
Mon, 22 Jul 2024 15:14:15 GMT | ||
|
||
### Patches | ||
|
||
- Port Desktop DLL to ARM64EC (#13320) ([email protected]) | ||
- [Fabric] call reportMount to implement UIManagerMountHook support ([email protected]) | ||
- [Fabric] Move to WinAppSDK types for KeyStatus, and ensure usages account for locked flag ([email protected]) | ||
- [Fabric] Text renders borders twice ([email protected]) | ||
- Fix scrollview ([email protected]) | ||
- Resolve transform before animation ([email protected]) | ||
- [Fabric] Fix image component reference cycle ([email protected]) | ||
|
||
## 0.74.11 | ||
|
||
Wed, 10 Jul 2024 21:00:36 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters