Skip to content

Commit fdbe0d0

Browse files
jingjing2222meta-codesync[bot]
authored andcommitted
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: b2158cb64fb0e7d2ea7a87969cfedcda7b9de4b4
1 parent fd4fee0 commit fdbe0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- **Animated**: Fix unsafe rawPointer access in cloneMultiple. ([1d47693230](https://github.com/facebook/react-native/commit/1d476932305f2563d773eb04f0f78a9bdd2525e1) by [@coado](https://github.com/coado))
88
- **Build**: Drop support for EOL Node.js lines and old minors. ([c9c601d61a](https://github.com/facebook/react-native/commit/c9c601d61af836d26ab628c2c8a30bae713ef010) by [@robhogan](https://github.com/robhogan))
99
- **Jest**: Move Jest preset to new `react-native/jest-preset` package ([c4ae05534a](https://github.com/facebook/react-native/commit/c4ae05534ad5b6e6def35e736764f64b1f145a2b) by [@kitten](https://github.com/kitten))
10-
- **StyleSheet**: Remove deprecated `StyleSheet.absoluteFill` API ([5681db09b8](https://github.com/facebook/react-native/commit/5681db09b875e8c2b59b14df2300bad2b68d8a17) by [@huntie](https://github.com/huntie))
10+
- **StyleSheet**: Remove deprecated `StyleSheet.absoluteFillObject` API ([5681db09b8](https://github.com/facebook/react-native/commit/5681db09b875e8c2b59b14df2300bad2b68d8a17) by [@huntie](https://github.com/huntie))
1111
- **TypeScript**: Removing deprecated type aliases. Use the type directly. ([1813df743d](https://github.com/facebook/react-native/commit/1813df743db3852f3b667e36c31d564867c257fc) by [@sammy-SC](https://github.com/sammy-SC))
1212
- **TypeScript**: Removing deprecated type aliases. Use the type directly. ([796a9a8922](https://github.com/facebook/react-native/commit/796a9a892283feeb01e9ded21c40dc91409c1499) by [@sammy-SC](https://github.com/sammy-SC))
1313

0 commit comments

Comments
 (0)