Skip to content

Commit 57e42c2

Browse files
Add changelog for v0.83.3 (facebook#55933)
Summary: Add Changelog for 0.83.3 ## Changelog: [Internal] - Add Changelog for 0.83.3 Pull Request resolved: facebook#55933 Test Plan: N/A Reviewed By: cortinico Differential Revision: D95392057 Pulled By: fabriziocucci fbshipit-source-id: 474198c25aa2e408c2dd20e2383f3ecdb1115437
1 parent dc4c36e commit 57e42c2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,26 @@
191191
- **Touch Handling**: Respect `cancelsTouchesInView` when canceling touches in `RCTSurfaceTouchHandler` ([5634e8a601](https://github.com/facebook/react-native/commit/5634e8a601caf0faa174bac3511929de767609ac) by [@intmain](https://github.com/intmain))
192192
- **View**: Fix duplicate shadow bug during component recycling by cleaning up visual layers in prepareForRecycle ([7dcedf1def](https://github.com/facebook/react-native/commit/7dcedf1def880163ab7ca07b2575a8153029a925) by Atharv Soni)
193193

194+
## v0.83.3
195+
196+
### Added
197+
198+
#### Android specific
199+
200+
- **Dev Support**: [0.83] Add support for custom header in devsupport ([c8ab750148](https://github.com/facebook/react-native/commit/c8ab750148f318062a75f5294020e854d91969dc) by [@cortinico](https://github.com/cortinico))
201+
202+
### Changed
203+
204+
- **CI**: Skip set-rn-artifacts-version for PRs targeting stable branches ([81223f27b7](https://github.com/facebook/react-native/commit/81223f27b7cba74a9c560614b3b9655e54b12b31) by [@cipolleschi](https://github.com/cipolleschi))
205+
206+
### Fixed
207+
208+
- **Build**: [0.83] Fix rncore tarball extraction for EdenFS compatibility ([becef72f12](https://github.com/facebook/react-native/commit/becef72f1216430f9ac0c3e9c90c87a2167651d3) by [@cipolleschi](https://github.com/cipolleschi))
209+
210+
#### Android specific
211+
212+
- **Gradle**: Fix included-build `gradle.properties` resolution for monorepos by reading from parent Gradle start parameters (`projectDir`/`currentDir`) before falling back to `../../android/gradle.properties`, so `hermesV1Enabled` can be inherited correctly. ([c5ae0c820a](https://github.com/facebook/react-native/commit/c5ae0c820a571141a43de980cb011d232fc2268f) by [@Titozzz](https://github.com/Titozzz))
213+
194214
## v0.83.2
195215

196216
### Added

0 commit comments

Comments
 (0)