Compare commits

...
Author SHA1 Message Date
Jorge (Hezi) CohenandGitHub 904c28908b Update CHANGELOG.md 2025-06-09 19:10:12 +01:00
React Native Bot b898599547 [RN][Changelog] Add changelog for v0.80.0-rc.5 2025-06-09 17:49:18 +00:00
+18
View File
@@ -1,5 +1,23 @@
# Changelog
## v0.80.0-rc.5
### Fixed
#### iOS specific
- Fix codegen crawling all library code with `componentProvider` defined in config ([65aa819811](https://github.com/facebook/react-native/commit/65aa8198116e1d23175358f75c9b23774d3522b4) by [@kkafar](https://github.com/kkafar))
- Skip codegen for selectively disabled libraries in react-native.config.js ([7681036537](https://github.com/facebook/react-native/commit/7681036537d8759673881843a9a8f6f5a1ae93e0) by [@aattola](https://github.com/aattola))
- Fix codegen extracting `.class` from complex component classes ([f2b19608cc](https://github.com/facebook/react-native/commit/f2b19608cca36c118786b4e3d22bf2468fced86d) by [@gabrieldonadel](https://github.com/gabrieldonadel))
- Ignore `build/` and `DerivedData/` directories when reading `.plist` files. ([c783128f6e](https://github.com/facebook/react-native/commit/c783128f6e8541bb0b13c4f5c634e790ca854c23) by [@tjzel](https://github.com/tjzel))
### Unknown
- Release 0.80.0-rc.5 ([6e8aa89830](https://github.com/facebook/react-native/commit/6e8aa89830ecfe23d86179fc60c0a0fc8e7e5e5a) by [@react-native-bot](https://github.com/react-native-bot))
- Bump Podfile.lock ([c72f490766](https://github.com/facebook/react-native/commit/c72f49076664853becd24a76ff7bf9576bd3034f) by [@react-native-bot](https://github.com/react-native-bot))
## v0.80.0-rc.4
### Breaking