Skip to content

Releases: mateusz1913/react-native-avoid-softinput

Release 7.0.0

20 Nov 22:31
Compare
Choose a tag to compare

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 - use react-native-edge-to-edge to provide best support for Android 15 "edge to edge" mode

Release 6.0.2

24 Oct 18:24
Compare
Choose a tag to compare

6.0.2 (2024-10-24)

fix(#211): android build issue on RN 0.76; upgrade to RN 0.76 (ed54459)

Release 6.0.1

16 Oct 12:43
Compare
Choose a tag to compare

6.0.1 (2024-10-16)

Fix for Android new arch with RN v0.75 #210

Release 6.0.0

27 Sep 22:08
Compare
Choose a tag to compare

Release 5.0.0

05 Jan 22:29
Compare
Choose a tag to compare

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

13 Nov 20:35
Compare
Choose a tag to compare

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

23 Jul 19:17
Compare
Choose a tag to compare

4.0.1 (2023-07-23)

Bug Fixes

Release 4.0.0

13 Jul 20:23
Compare
Choose a tag to compare

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.

Release 3.1.6

03 Jul 14:14
Compare
Choose a tag to compare

3.1.6 (2023-07-03)

Bug Fixes

Release 3.1.5

27 Feb 08:34
Compare
Choose a tag to compare

3.1.5 (2023-02-27)

Bug Fixes

  • #149: offset not removed when interacting with iOS password inputs (#152) (2c9a509), closes #149