You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'main' into feature/automaticKeyboardInsetsImprovements
* main: (135 commits)
translation auto-update for i18n/twilight.config.json on master
Interop: Introduce Bridge proxy
Remove okhttp internal util usage (facebook#37843)
Update debian to fix CI while updating Node (facebook#37841)
fix: foreground ripple crash on api < 23 (facebook#37901)
Re-add the top level LICENSE file (facebook#37916)
Deploy 0.209.0 to xplat (facebook#37921)
Re-enable direct debugging with JSC on iOS 16.4+ (facebook#37914)
add emitObjectProp in parser primitives (facebook#37904)
Make React-utils its own pod (facebook#37659)
feat: allow custom assignment of rootView to rootViewController (facebook#37873)
Switch xplat prettier config to hermes plugin (facebook#37915)
Set iOS AppState to inactive when app is launching (facebook#37690)
Use `fileExists` in replace_hermes script (facebook#37911)
(docs): fix license url (facebook#37909)
Revert D46719890: Re-enable direct debugging with JSC on iOS 16.4+
Re-enable direct debugging with JSC on iOS 16.4+ (facebook#37874)
Fix component type references in xplat (facebook#37903)
Remove usage of passthroughAnimatedPropExplicitValues in ScrollViewStickyHeader (facebook#37867)
test runtime lifecycle callback (facebook#37897)
...
name: Build the template application for << parameters.flavor >> with Architecture set to << parameters.architecture >>, and using the << parameters.jsengine>> JS engine.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+63Lines changed: 63 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,44 @@
1
1
# Changelog
2
2
3
+
## v0.71.11
4
+
5
+
### Changed
6
+
7
+
- Bump CLI to 10.2.4 and Metro to 0.73.10 ([69804c70cb](https://github.com/facebook/react-native/commit/69804c70cb5c1afba934e55d7c4d694450c918f0) by [@kelset](https://github.com/kelset))
8
+
9
+
#### iOS specific
10
+
11
+
- Prefer `Content-Location` header in bundle response as JS source URL ([671ea383fe](https://github.com/facebook/react-native/commit/671ea383fe45dd9834a0c0481360de050df7f0c9) by [@robhogan](https://github.com/robhogan))
12
+
13
+
### Fixed
14
+
15
+
#### Android specific
16
+
17
+
- Fixed crash occurring in certain native views when handling keyboard events. ([f7e35d4ef7](https://github.com/facebook/react-native/commit/f7e35d4ef7d68d06fba1439c0aa6d9ed05b58a7f) by [@aleqsio](https://github.com/aleqsio))
18
+
- Prevent crash on OnePlus/Oppo devices in runAnimationStep ([f2c05142](https://github.com/facebook/react-native/commit/f2c05142259563b892e593b5a018bdbb6a0cf177) by [@hsource](https://github.com/hsource))
19
+
- Revert "fix: border width top/bottom not matching the border radius" to fix border styling issues ([fd8a19d](https://github.com/facebook/react-native/commit/fd8a19d5e2bc00f29b3cd992d24790084cc34cbd) by [@kelset](https://github.com/kelset))
20
+
21
+
#### iOS specific
22
+
23
+
- Make 0.71 compatible with Xcode 15 (thanks to @AlexanderEggers for the commit in main) ([5bd1a4256e](https://github.com/facebook/react-native/commit/5bd1a4256e0f55bada2b3c277e1dc8aba67a57ce) by [@kelset](https://github.com/kelset))
24
+
25
+
## v0.71.10
26
+
27
+
### Fixed
28
+
29
+
#### Android specific
30
+
31
+
- Bump RNGP to 0.71.19 ([3be3a7d1a2](https://github.com/facebook/react-native/commit/3be3a7d1a2840a045892ddd8e5f2263028e15127) by [@kelset](https://github.com/kelset))
32
+
- contains: RNGP dependency substitutions for fork with different Maven group ([012e4bd654](https://github.com/facebook/react-native/commit/012e4bd654f1eee2b00a066ba50a7f9c44cc305b) by [@douglowder](https://github.com/douglowder))
33
+
34
+
## v0.71.9
35
+
36
+
### Fixed
37
+
38
+
- VirtualizedList scrollToEnd with no data ([98009ad94b](https://github.com/facebook/react-native/commit/98009ad94b92320307f2721ee39dbeb9152c0a58) by [@Andarius](https://github.com/Andarius))
39
+
- Allow string `transform` style in TypeScript ([2558c3d4f5](https://github.com/facebook/react-native/commit/2558c3d4f56776699602b116aff8c22b8bfa176a) by [@NickGerleman](https://github.com/NickGerleman))
40
+
- Fix autoComplete type for TextInput ([94356e14ec](https://github.com/facebook/react-native/commit/94356e14ec0562a1fd5a208d93021f102ba9565e) by [@iRoachie](https://github.com/iRoachie))
41
+
3
42
## v0.71.8
4
43
5
44
### Fixed
@@ -606,6 +645,22 @@ Read the [announcement blogpost here](https://reactnative.dev/blog/2023/01/12/ve
606
645
607
646
- Bump terser minor version to mitigate CVE-2022-25858 ([743f9ff63b](https://github.com/facebook/react-native/commit/743f9ff63bf1e3825a1788978a9f6bad8ebddc0d) by [@GijsWeterings](https://github.com/GijsWeterings))
608
647
648
+
## v0.70.10
649
+
650
+
### Fixed
651
+
652
+
#### Android specific
653
+
654
+
- Prevent crash on OnePlus/Oppo devices in runAnimationStep ([c05d822f7d](https://github.com/facebook/react-native/commit/c05d822f7daa92e8af2ec2cd97a9897425624cc2) by [@hsource](https://github.com/hsource))
655
+
656
+
#### iOS specific
657
+
658
+
- USE_HERMES envvar check fixed in react-native-xcode.sh. ([61106ac680](https://github.com/facebook/react-native/commit/61106ac6805cddef97e16e473b155abdad701797)) by [@kidroca](https://github.com/kidroca))
659
+
- USE_HERMES envvar check fixed in react-native-xcode.sh. Now source maps are generated by default. ([8ad63714](https://github.com/facebook/react-native/commit/8ad63714ed3070aa9fdf95b702d89ef8fb423d9d)) by [@dmytrorykun](https://github.com/dmytrorykun))
660
+
- USE_HERMES envvar check fixed in react-native-xcode.sh. ([4108b3](https://github.com/facebook/react-native/commit/4108b374385f1ede69e82ca0f8ca6d6585aee8c4)) by [@dmytrorykun](https://github.com/dmytrorykun))
661
+
- When source maps are enabled, clean up temporary files from the build directory. Reduces bundle size by at least 1MB. ([bad3949](https://github.com/facebook/react-native/commit/bad39493b976b425fdf72cd8cf1543a375d612ab)) by [@dmytrorykun](https://github.com/dmytrorykun))
662
+
- Make 0.70 compatible with Xcode 15 (thanks to @AlexanderEggers for the commit in main) ([c5e549e694](https://github.com/facebook/react-native/commit/c5e549e694607cd576be8fcb5ed909fec2ed6dce))
663
+
609
664
## v0.70.9
610
665
611
666
### Changed
@@ -953,6 +1008,14 @@ Read the [announcement blogpost here](https://reactnative.dev/blog/2023/01/12/ve
953
1008
- Add GitHub token permissions for workflows ([3da3d82320](https://github.com/facebook/react-native/commit/3da3d82320bd035c6bd361a82ea12a70dba4e851) by [@varunsh-coder](https://github.com/varunsh-coder))
954
1009
- Bump RCT-Folly to 2021-07-22 ([68f3a42fc7](https://github.com/facebook/react-native/commit/68f3a42fc7380051714253f43b42175de361f8bd) by [@luissantana](https://github.com/luissantana))
955
1010
1011
+
## v0.69.11
1012
+
1013
+
### Fixed
1014
+
1015
+
#### iOS specific
1016
+
1017
+
- Make 0.69 compatible with Xcode 15 (thanks to @AlexanderEggers for the commit in main) ([37e8df1cdc](https://github.com/facebook/react-native/commit/37e8df1cdce4a66763c720b1b0768d049def9518))
0 commit comments