Releases: mateusz1913/react-native-avoid-softinput
Releases · mateusz1913/react-native-avoid-softinput
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.