diff --git a/CHANGELOG.md b/CHANGELOG.md index f8110c3dc35a3b..451ecf5959ba21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v0.81.5 + +### Fixed + +#### Android specific + +- Fix request permission not always resolving in Android 16 ([39ede95921](https://github.com/facebook/react-native/commit/39ede959211e10032f147d2b0b7af783cba049c8) by [@lukmccall](https://github.com/lukmccall)) +- Allow extending ReactTextViewManager ([34137a82ca](https://github.com/facebook/react-native/commit/34137a82caa42770849e3aee50cbaa7e355a8859) by [@janicduplessis](https://github.com/janicduplessis)) +- Fixed representation of transforms when view is originally zero-sized ([20e8bf3950](https://github.com/facebook/react-native/commit/20e8bf3950962fdcad2cdfd14fb2dc4c88b86ec5) by [@javache](https://github.com/javache)) + +#### iOS specific + +- Fix RCTDeviceInfo crash when application.delegate.window is nil in modern iOS app architectures ([968909488a](https://github.com/facebook/react-native/commit/968909488a844c695a92ce000497840e577190dd) by [@25harsh](https://github.com/25harsh)) +- Fix Switches on the legacy arch ([4106d54a6d](https://github.com/facebook/react-native/commit/4106d54a6ddacbb784fc8335e9a82054f51a2d02) by [@cipolleschi](https://github.com/cipolleschi)) +- Fixed issue when using gnu coreutils cp command when using precompiled binaries causing compilation error ([779c768b6e](https://github.com/facebook/react-native/commit/779c768b6e1ea0e0b4085cd54039983ef60bba62) by [@chrfalch](https://github.com/chrfalch)) + +#### Failed to parse + +- Use REACT_NATIVE_BOT_GITHUB_TOKEN token for changelog and bump lockfiles ([e7e32f70b0](https://github.com/facebook/react-native/commit/e7e32f70b0f86c374981cb5989f7689285c3b18c) by [@cortinico](https://github.com/cortinico)) + + ## v0.82.1 ### Fixed