Skip to content

Commit 6e38fd7

Browse files
Add changelog for v0.85.0-rc.1 (#56009)
Summary: Add Changelog for 0.85.0-rc.1 ## Changelog: [Internal] - Add Changelog for 0.85.0-rc.1 Pull Request resolved: #56009 Test Plan: N/A Reviewed By: cortinico Differential Revision: D95880504 Pulled By: alanleedev fbshipit-source-id: c3fe0bcc6697ef0c73f36e236b13ae83660711b4
1 parent 8a8f1b8 commit 6e38fd7

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3-
## v0.83.4
3+
## v0.85.0-rc.1
44

5-
### Fixed
5+
### Breaking
66

7-
#### iOS specific
7+
- **Animated**: Fix unsafe rawPointer access in cloneMultiple. ([1d47693230](https://github.com/facebook/react-native/commit/1d476932305f2563d773eb04f0f78a9bdd2525e1) by [@coado](https://github.com/coado))
88

9-
- **Precompiled Binaries:** Add RCTDevSupportHeaders in React Umbrella ([cfb5328833](https://github.com/facebook/react-native/commit/cfb53288331885ce5d221783affe2f1fb9e18782) by [@cipolleschi](https://github.com/cipolleschi))
9+
### Added
10+
11+
- **Animated**: Add c++ AnimatedModule to DefaultTurboModules ([15e52e3f71](https://github.com/facebook/react-native/commit/15e52e3f71e7199808686e2b86ea54dcb2495b71) by [@zeyap](https://github.com/zeyap))
1012

1113
## v0.85.0-rc.0
1214

@@ -399,6 +401,14 @@
399401
- **Touch Handling**: Respect `cancelsTouchesInView` when canceling touches in `RCTSurfaceTouchHandler` ([5634e8a601](https://github.com/facebook/react-native/commit/5634e8a601caf0faa174bac3511929de767609ac) by [@intmain](https://github.com/intmain))
400402
- **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)
401403

404+
## v0.83.4
405+
406+
### Fixed
407+
408+
#### iOS specific
409+
410+
- **Precompiled Binaries:** Add RCTDevSupportHeaders in React Umbrella ([cfb5328833](https://github.com/facebook/react-native/commit/cfb53288331885ce5d221783affe2f1fb9e18782) by [@cipolleschi](https://github.com/cipolleschi))
411+
402412
## v0.83.3
403413

404414
### Added

0 commit comments

Comments
 (0)