Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
Release 1.4.1
Minor release that fixes a potential crash on iOS devices.
🐛 Bug fixes
- fix: avoid usage of forced unwrapping (9a56d79)
Release 1.4.0
Release 1.3.0
New release focusing on Fabric support for RN 0.70 😎
Note: this release is not compatible with react-native 0.69 (with fabric enabled).
👍 Improvements
- move codegen definitions into separate folder (ad17288)
- reduced npm package size (6a3a910)
- android RN 0.70 autolinking (0121aa0)
- convert ReactPackage to a backward compatible TurboReactPackage (7e970a9)
- more AndroidSoftInputModes (5b7d831)
- new src (JS/TS) file structure (0399456)
- added a section about fabric compatibility in docs (cf40766)
🔢 Miscellaneous
Release 1.2.0
Release 1.1.0
Minor release focusing on fixing some bugs on Android.
🐛 Bug fixes
- detect keyboard size changes on Android (a105cf9, aa8d00b, 52f8d2d)
- fixed missing
height
value in allkeyboardDid*
events on Android (a105cf9)
👍 Improvements
- moved keyboard detection related code in separate file on iOS (f8dfe7c)
- added clang formatter (65d9f62)
🔢 Miscellaneous
Release 1.0.1
Changes
- fix: avoid
NullPointerExceptions
if currentActivity isnull
(#38)
Release 1.0.0
This release doesn't have any code changes comparing to 1.0.0-beta.0
codebase. It just brings documentation for the package 😊
Changes
- documentation for the package (#36)
Release 1.0.0-beta.0
Release 1.0.0-alpha.3
Changes
- fixed subscribe/unsubscribe mechanism for keyboard events on iOS (#18)