What's Changed
Minor release focused on bugfixing.
⚠️ Fixes causing potential behaviour changes
In case you use formSheet
stack presentation on Android this might change the hide animation of the sheet. Previous one was buggy, therefore this change is considered a fix rather than a breaking change.
🐛 Bug fixes
- fix(Android): missing background color for formSheets on RN 0.77+ by @kkafar in #2660
- fix(iOS): wrong height of formSheet in nested stack with
fitToContents
by @kkafar in #2670 - fix(iOS): fix quick modal presentation sequence where foreign modal is being dismissed by @kkafar in #2671
- fix: add missing files to whitelist in package.json by @kkafar in #2673
- fix(Android): missing transition events with formSheet presentation by @kkafar in #2682
- fix(iOS): look through whole ancestor chain when looking for screenview from content wrapper by @kkafar in #2683
- fix(Android,Fabric): infinite state update loop in header subview by @kkafar in #2685
- fix(Android,Fabric): prevent another infinite state update loop for header subviews with zero size by @kkafar in #2696
🔢 Miscellaneous
- chore(repo): exclude kotlin compiler log files from repo by @kkafar in #2680
- chore(docs): add note that
fitToContents
includes small bottom padding on iOS by @kkafar in #2701
Full Changelog: 4.6.0...4.7.0