Skip to content

Releases: mateusz1913/react-native-avoid-softinput

Release 4.0.2

13 Nov 20:35

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

Choose a tag to compare

4.0.1 (2023-07-23)

Bug Fixes

Release 4.0.0

13 Jul 20:23

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

Choose a tag to compare

3.1.6 (2023-07-03)

Bug Fixes

Release 3.1.5

27 Feb 08:34

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

Release 3.1.4

15 Feb 10:48

Choose a tag to compare

3.1.4 (2023-02-15)

Bug Fixes

  • android scrollview will scroll to 0 when unfocused (#150) (ccab20b)

Release 3.1.3

06 Feb 19:17

Choose a tag to compare

3.1.3 (2023-02-06)

Release 3.1.2

03 Feb 08:37

Choose a tag to compare

3.1.2 (2023-02-03)

Bug Fixes

Release 3.1.1

30 Jan 08:55

Choose a tag to compare

3.1.1 (2023-01-30)

Bug Fixes

Release 3.1.0

29 Jan 21:54

Choose a tag to compare

3.1.0 (2023-01-29)

Features

  • support React Native 0.71
  • simplified iOS implementation

Bug Fixes