Releases: mateusz1913/react-native-avoid-softinput
Releases · mateusz1913/react-native-avoid-softinput
Release 7.0.0
7.0.0 (2024-11-20)
This release introduces detection of react-native-edge-to-edge
and deprecates AvoidSoftInput.setShouldMimicIOSBehavior
with react-native-edge-to-edge
installation now being the recommended setup
Deprecated
AvoidSoftInput.setShouldMimicIOSBehavior
- usereact-native-edge-to-edge
to provide best support for Android 15 "edge to edge" mode
Release 6.0.2
Release 6.0.1
6.0.1 (2024-10-16)
Fix for Android new arch with RN v0.75 #210
Release 6.0.0
Release 5.0.0
5.0.0 (2024-01-05)
- support RN v0.73
- drop support for RN version 0.70 and older
- rewrite iOS impl from Swift to ObjC++ to better support New Architecture
Release 4.0.2
4.0.2 (2023-11-13)
What's Changed
- chore(deps): bump postcss from 8.4.21 to 8.4.31 in /docs by @dependabot in #184
- chore(deps): bump @babel/traverse from 7.20.12 to 7.23.2 in /docs by @dependabot in #189
- chore: replace deprecated eslint core rules with dprint by @mateusz1913 in #190
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs by @dependabot in #185
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #186
- fix(#192): unnecessary offset for root view on Android by @mateusz1913 in #194
- chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #187
- chore(deps): bump react-devtools-core from 4.27.8 to 4.28.5 by @dependabot in #195
- chore(deps): bump @babel/traverse from 7.19.1 to 7.23.2 by @dependabot in #188
Full Changelog: v4.0.1...v4.0.2
Release 4.0.1
Release 4.0.0
4.0.0 (2023-07-13)
feat(#170): add namespace property to build.gradle (#171)
This release introduces a change to the versions of RN supported by this library.
From v4.0.0, react-native-avoid-softinput
will follow RN releases support policy which means supporting latest stable and two previous versions.
The library will still work with older versions, however the issues reported with older RN versions will not be actionable.