What's Changed
Minor release providing few important fixes, including these for pressables on new architecture and FullWindowOverlay
.
⚠️ Deprecations
👍 Improvements
- refactor(iOS): update view controller once per transaction when adding header subviews by @kkafar in #2623
🐛 Bug fixes
- fix: clicking on Pressable located in screen header by @coado and @kkafar in #2466
- fix(iOS): make
RCTMountingTransactionObserving
implementation new-arch only by @kkafar in #2624 - fix: remove workaround for removing clipped subviews by @kkafar in #2596
- fix(iOS,Fabric): fix invalid position of FullWindowOverlay in certain scenarios by @kkafar in #2641
- fix(Android): fix draw ordering in transparent modal & stack nested in tabs interaction by @kkafar in #2647
- fix(Android): Restore focus on page transitions by @micheleb in #2640
🔢 Miscellaneous
- chore(types): update information on nested stack rendering support by @kkafar in #2639
- chore: bump deps in lib & examples (part 1 of fixing CI) by @kkafar in #2618
- chore(CI): fix part 2 - set xcode-version to 16.1 by @kkafar in #2620
- chore(examples): remove dependency on
react-native-vector-icons
by @kkafar in #2621 - refactor(Android): rename
FabricEnabledHeaderSubviewGroup
->FabricEnabledHeaderSubviewViewGroup
+ fix arch-consistency check by @kkafar in #2622 - release: 4.6.0-beta.0 by @kkafar in #2625
- chore: bump RN to 0.77.0-rc.7 in examples and lib by @kkafar in #2630
- chore: fix code editing (add dev dependency on eslint-plugin-ft-flow by @kkafar in #2644
- chore(CI): fix linting by @kkafar in #2645
- chore: bump react-navigation submodule version by @kkafar in #2658
New Contributors
Full Changelog: 4.5.0...4.6.0