3.32.0
Minor release aimed at bugfixing & internal refactorings, however not lacking few nice new features, enjoy 🎉
What's Changed
👍 Improvements
- Proper snapshot when having multiple modals by @WoLewicki in #2121
- Add support for UINavigationBackButtonDisplayMode by @maciekstosio in #2123
- Added navigationBarTranslucent option by @alduzy in #2152
- Update contributing guide by @maciekstosio in #2140
- Call onGestureCancel in modal too by @WoLewicki in #2184
🐛 Bug fixes
- Fix issues with presenting owned modals from foreign ones by @kkafar in #2113
- Fix native behavior of auto shortening back button title by @zetavg in #2105
- Fix build deprecations by @alduzy in #2116
- Fix updating bounds while changing interface orientation by @tboba in #1970
- Prevent throwing exception with
UnsatisfiedLinkError
by @piaskowyk in #2128 - Fix: back gesture activates
Pressable
elements by @kkafar in #2131 - Fix error when building paper after fabric by @maciekstosio in #2142
- Prevent iOS host object installation from getting the wrong bridge by @gabrieldonadel in #2146
- Change
-[RNSScreenContainer init]
to call-[UIView initWithFrame:]
designated initalizer by @Brett-Best in #2161 - Importing of project into Swift projects by @Brett-Best in #2160
- Change name of focus and blur events to searchFocus and searchBlur by @tboba in #2154
- Fix lint warning of CustomToolbar component by @kkafar in #2176
🔢 Miscellaneous
- Screen rewritten as functional component by @alduzy in #2111
- Migrate example apps to use react-navigation by @tboba in #2084
- Prevent setting RTL mode in test examples by @tboba in #2130
- Bump FabricTestExample to RN 74 by @WoLewicki in #2136
- Searchbar rewritten as functional component by @alduzy in #2132
- Bump Podfile.lock for example and test apps by @maciekstosio in #2133
- Add formatting of all cpp by @WoLewicki in #2138
- Bump ScreensExample to RN 74 by @alduzy in #2137
- Bump TestsExample to RN 0.74.1 by @alduzy in #2141
- Wrong app name name used in project.pbxproj by @alduzy in #2143
- Bump FabricExample to RN 0.74.1 by @alduzy in #2147
- Unify tests in test apps by @alduzy in #2135
- Extract shared example and use in in both Example and FabricExa… by @maciekstosio in #2149
- Implement missing codegen interfaces by @maciekstosio in #2163
- Add gradle task to automatically copy the codegen artifacts for paper by @maciekstosio in #2168
- Rebuild TVOSExample app with RN 0.74.1 by @alduzy in #2155
- Example apps file structure and ts support by @alduzy in #2174
- Add hire us section to readme by @kacperkapusciak in #2181
- Using common example src by @alduzy in #2173
- Fix typescript paths by @alduzy in #2182
- Bump Gradle wrapper version to 7.5.1 & not use app node_modules when running tasks from repo by @kkafar in #2186
- Bump
react-navigation
submodule with fixes for header behaviour by @kkafar in #2187 - Bump supported
react-native
versions in readme by @kkafar in #2190
New Contributors
- @zetavg made their first contribution in #2105
- @alduzy made their first contribution in #2111
- @gabrieldonadel made their first contribution in #2146
- @Brett-Best made their first contribution in #2161
Full Changelog: 3.31.1...3.32.0