Skip to content

Commit d90c5c0

Browse files
Add changelog for v0.80.2 (#52816)
Summary: Add Changelog for 0.80.2 ## Changelog: [Internal] - Add Changelog for 0.80.2 Pull Request resolved: #52816 Test Plan: N/A Rollback Plan: Reviewed By: christophpurrer Differential Revision: D78900279 Pulled By: cipolleschi fbshipit-source-id: 3063758759c7bcafe3a8b0cdff718288de879689
1 parent b2d9f5f commit d90c5c0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,26 @@
327327
- **TextInput:** Fixed blank space at the bottom of multiline `TextInput` on iOS ([2da4a6059a](https://github.com/facebook/react-native/commit/2da4a6059a82430fa7c1c078f0dcd38f0d3fe3cb) by [@tomekzaw](https://github.com/tomekzaw))
328328
- **Turbo Modules:** Turbo Modules- Fixes dictionary stripped out when value is `null` ([4a4fd1cb8b](https://github.com/facebook/react-native/commit/4a4fd1cb8bb06eee185a3b2463caec4d2b7e9235) by [@zhongwuzw](https://github.com/zhongwuzw))
329329

330+
## v0.80.2
331+
332+
### Added
333+
334+
- **Hermes:** Added method to reset the timezone cache ([5c7dbc0a78](https://github.com/facebook/hermes/commit/5c7dbc0a78cb2d2a8bc81c41c617c3abecf209ff) by [@troZee](https://github.com/troZee))
335+
336+
#### Android specific
337+
338+
- **RNGP:** Add support for `exclusiveEnterpriseRepository` ([8e47e5486f](https://github.com/facebook/react-native/commit/8e47e5486f1b3dd8aa8e4965e8b8beeed215acd9) by [@cortinico](https://github.com/cortinico))
339+
340+
#### iOS specific
341+
342+
- **Cocoapods:** Add the `ENTERPRISE_REPOSITORY` env var to let user consume artifacts from their personal maven mirror ([183be8e12c](https://github.com/facebook/react-native/commit/183be8e12c0de2efc5faf89ac250db8b646972b4) by [@cipolleschi](https://github.com/cipolleschi))
343+
344+
### Fixed
345+
346+
#### Android specific
347+
348+
- **InteropLayer:** Fix `ConcurrentModificationException` in `InteropUIBlockListener` ([d8b5a5570e](https://github.com/facebook/react-native/commit/d8b5a5570ee1f70483706a69acbacf8796679ade) by [@jkoutavas](https://github.com/jkoutavas))
349+
330350
## v0.80.1
331351

332352
### Added

0 commit comments

Comments
 (0)