Commit fdbe0d0
Fix incorrect changelog entry for StyleSheet.absoluteFillObject removal (#56390)
Summary:
Fix the v0.85.0 changelog entry for commit 5681db0. The current entry says React Native removed `StyleSheet.absoluteFill`, but that commit actually removed the deprecated `StyleSheet.absoluteFillObject` API while `StyleSheet.absoluteFill` remains exported.
## Changelog:
[GENERAL] [FIXED] - Correct the v0.85.0 changelog entry for the removal of `StyleSheet.absoluteFillObject`.
Pull Request resolved: #56390
Test Plan:
- Ran `git show 5681db0` and confirmed the diff removes `absoluteFillObject` exports/types/usages, not `absoluteFill`.
- Ran `git grep -n "absoluteFillObject" HEAD` and confirmed only the historical deprecation changelog entry remains.
- Verified `StyleSheet.absoluteFill` is still exported in the current tree.
- Ran `git diff --check`.
Reviewed By: cortinico
Differential Revision: D100148162
Pulled By: fabriziocucci
fbshipit-source-id: b2158cb64fb0e7d2ea7a87969cfedcda7b9de4b41 parent fd4fee0 commit fdbe0d0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments