Skip to content

Commit 5ec4e74

Browse files
fabriziocuccifacebook-github-bot
authored andcommitted
Add changelog entry for 0.78.3 (#52518)
Summary: Pull Request resolved: #52518 As per title. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D78024356 fbshipit-source-id: e006edd4d86839c7d8635de7c68d333530d0a91d
1 parent e40c10b commit 5ec4e74

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG-0.7x.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,31 @@ ChuiHW))
319319
- **JSC:** Clean up RCTBridgeDelegate to remove shouldBridgeUseCustomJSC method ([c8f1506f13](https://github.com/facebook/react-native/commit/c8f1506f13310ffafe370273805684e696d72d50) by [@zhongwuzw](https://github.com/zhongwuzw))
320320
- **Layout:** Remove no longer needed UISceneDelegate ([a033cf9d5e](https://github.com/facebook/react-native/commit/a033cf9d5e8ffbda8b6f86cf3ce152b4ccb73187) by [@okwasniewski](https://github.com/okwasniewski))
321321

322+
## v0.78.3
323+
324+
### Added
325+
326+
#### Android specific
327+
328+
- **Gradle:** RNGP - Add support for `exclusiveEnterpriseRepository` to specify an internal Maven mirror. ([6cb8dc37c7](https://github.com/facebook/react-native/commit/6cb8dc37c74995cba3f9f0a845919f305de53c3d) by [@cortinico](https://github.com/cortinico))
329+
330+
### Fixed
331+
332+
- **DevTools**: Temporarily disable eager evaluation and live expressions in the console tab ([07717b5275](https://github.com/facebook/react-native/commit/07717b5275d80cde7b2b4edbe032ab629127fbf0) by [@huntie](https://github.com/huntie))
333+
- **InteropLayer:** Fixed adding child views to a native view using the interop layer ([d53a60dd23](https://github.com/facebook/react-native/commit/d53a60dd23c5df8afca058a867c50df8b61f62e2) by [@chrfalch](https://github.com/chrfalch))
334+
- **Runtime:** Align timer IDs and timer function argument error handling with web standards. ([480a4642e5](https://github.com/facebook/react-native/commit/480a4642e5a644becf1c477d3d239f9b57efff3a) by [@kitten](https://github.com/kitten))
335+
336+
#### Android specific
337+
338+
- **StyleSheet:** Wrong `borderBottomEndRadius` on RTL ([68d6ada448](https://github.com/facebook/react-native/commit/68d6ada44893701b6006a6b1753131c7e880a30a) by [@riteshshukla04](https://github.com/riteshshukla04))
339+
340+
#### iOS specific
341+
342+
- **Codegen:** Skip codegen for selectively disabled libraries in react-native.config.js ([be8595b18a](https://github.com/facebook/react-native/commit/be8595b18a46635bf679d8e7473f2960c33530fa) by [@ismarbesic](https://github.com/ismarbesic))
343+
- **Layout:** Layout direction changes are now honored on bundle reload ([36f29beac4](https://github.com/facebook/react-native/commit/36f29beac47259768612bf56e5d9acfa4b94ab1a) by [@chrsmys](https://github.com/chrsmys))
344+
- **Runtime:** Re-enable enableFixForViewCommandRace feature flag ([ae59702f8e](https://github.com/facebook/react-native/commit/ae59702f8ee89e7bddec971e0a041744cb91e65c) by [@okwasniewski](https://github.com/okwasniewski))
345+
- **Switch:** Fixed switches correctly reverting to controlled state ([aa8c072870](https://github.com/facebook/react-native/commit/aa8c072870f6f9740e567a0f455c0e500ff1400c) by [@javache](https://github.com/javache))
346+
322347
## v0.78.2
323348

324349
### Changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ See [CHANGELOG-0.7x](./CHANGELOG-0.7x#v0791)
358358

359359
See [CHANGELOG-0.7x](./CHANGELOG-0.7x#v0790)
360360

361+
## v0.78.3
362+
363+
See [CHANGELOG-0.7x](./CHANGELOG-0.7x#v0783)
364+
361365
## v0.78.2
362366

363367
See [CHANGELOG-0.7x](./CHANGELOG-0.7x#v0782)

0 commit comments

Comments
 (0)