Skip to content

Commit e102d35

Browse files
[RN][Changelog] Add changelog for v0.84.0-rc.3
1 parent bcb482f commit e102d35

1 file changed

Lines changed: 108 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v0.84.0-rc.3
4+
5+
### Breaking
6+
7+
8+
9+
#### Android specific
10+
11+
12+
13+
#### iOS specific
14+
15+
16+
17+
### Added
18+
19+
- Added `transformOrigin` prop support to the `AnimationBackend`. ([20779edd3b](https://github.com/facebook/react-native/commit/20779edd3bc9f1c205a063e15b324466ee509c24) by [@coado](https://github.com/coado))
20+
- 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))
21+
- 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))
22+
- 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))
23+
24+
#### Android specific
25+
26+
27+
28+
#### iOS specific
29+
30+
31+
32+
### Changed
33+
34+
35+
36+
#### Android specific
37+
38+
39+
40+
#### iOS specific
41+
42+
43+
44+
### Deprecated
45+
46+
47+
48+
#### Android specific
49+
50+
51+
52+
#### iOS specific
53+
54+
55+
56+
### Removed
57+
58+
59+
60+
#### Android specific
61+
62+
63+
64+
#### iOS specific
65+
66+
67+
68+
### Fixed
69+
70+
71+
72+
#### Android specific
73+
74+
75+
76+
#### iOS specific
77+
78+
- 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))
79+
80+
### Security
81+
82+
83+
84+
#### Android specific
85+
86+
87+
88+
#### iOS specific
89+
90+
91+
92+
### Unknown
93+
94+
- Release 0.84.0-rc.3 ([af7f3de2dd](https://github.com/facebook/react-native/commit/af7f3de2dda8b56cb1bd157a5daf851b54cc9564) by [@react-native-bot](https://github.com/react-native-bot))
95+
- Bump Podfile.lock ([c2ba0248d7](https://github.com/facebook/react-native/commit/c2ba0248d7eb05cde7218e75ada1eff3fe313d89) by [@fabriziocucci](https://github.com/fabriziocucci))
96+
- Release 0.84.0-rc.2 ([baf7e4b81f](https://github.com/facebook/react-native/commit/baf7e4b81f9b2e1e571e96367d21a298acd910f5) by [@react-native-bot](https://github.com/react-native-bot))
97+
98+
#### Android Unknown
99+
100+
101+
102+
#### iOS Unknown
103+
104+
105+
106+
#### Failed to parse
107+
108+
109+
110+
3111
## v0.84.0-rc.2
4112

5113
### Fixed

0 commit comments

Comments
 (0)