Skip to content

Commit 4f53487

Browse files
Add changelog for v0.84.0-rc.3 (#55298)
Summary: Add Changelog for 0.84.0-rc.3 ## Changelog: [Internal] - Add Changelog for 0.84.0-rc.3 Pull Request resolved: #55298 Test Plan: N/A Reviewed By: cipolleschi Differential Revision: D91510325 Pulled By: alanleedev fbshipit-source-id: 0dd147ae9708e7613bb07b6644eadc932415a041
1 parent 1575ae0 commit 4f53487

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v0.84.0-rc.3
4+
5+
### Added
6+
7+
- Added `transformOrigin` prop support to the `AnimationBackend`. ([20779edd3b](https://github.com/facebook/react-native/commit/20779edd3bc9f1c205a063e15b324466ee509c24) by [@coado](https://github.com/coado))
8+
- Added support for `backfaceVisibility` prop and added missing `flex` style to the `AnimatedPropsBuilder`. ([d379cde036](https://github.com/facebook/react-native/commit/d379cde03682923180f2cf2594a039fa3b32b326) by [@coado](https://github.com/coado))
9+
- Added support for `borderCurves`, `borderStyles`, `pointerEvents`, `isolation`, `cursor`, `boxShadow`, and `mixBlendMode` props to the AnimationBackend. ([6d5b524f87](https://github.com/facebook/react-native/commit/6d5b524f876a33b883128714e016052c620e1b41) by [@coado](https://github.com/coado))
10+
- Added support for `overflow`, `position`, `zIndex`, and `direction` props to the AnimationBackend. ([bed1a9a20f](https://github.com/facebook/react-native/commit/bed1a9a20f8a239ad1c096b255b6dea716229074) by [@coado](https://github.com/coado))
11+
12+
### Fixed
13+
14+
#### iOS specific
15+
16+
- Fix codegen failing when project is inside a hidden folder ([a12b442d26](https://github.com/facebook/react-native/commit/a12b442d26d0b3a47b4a3d2c1ccccfeb890b9bdc) by [@dinisnunes1](https://github.com/dinisnunes1))
17+
318
## v0.84.0-rc.2
419

520
### Fixed

0 commit comments

Comments
 (0)