Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
Release 1.11.6
Release 1.11.5
Release 1.11.4
Release 1.11.3
Just a better revision of a previous release including improvement and fixes for all library aspects, such as documentation, keyboard tracking, build issues, etc. 😊
🐛 Bug fixes
- android build fail with rnx kit & treeShaking enabled (5a516aa)
👍 Improvements
- better keyboard resize transition (611ab80)
- do not use
target
property fromonLayout
(d8d09cb) - added
showArrows
property forKeyboardToolbar
(18fac6f)
🔢 Miscellaneous
- better docs for
windowSoftInputMode
and its cooperation with this library (ae5d4f0)
Release 1.11.2
Release 1.11.1
Release 1.11.0
Release that adds the KeyboardToolbar
component, adds the ability for KeyboardAwareScrollView
to detect whether focused input belongs to the particular KeyboardAwareScrollView
instance, and includes some other fixes and improvements 😎
🐛 Bug fixes
👍 Improvements
- removed replicas (7d2d0a2)
- added
KeyboardToolbar
(ce4e4e7) parentScrollViewTarget
detection (49124f9)
🔢 Miscellaneous
Release 1.10.6
Minor release resolving compatibility issue on Fabric with frameworks enabled (static linking, which is actively used in Firebase).
🐛 Bug fixes
- use conditional import for supporting frameworks on Fabric (740d55a)
👍 Improvements
- move all interactive keyboard code to dedicated
interactive
folder on Android (a70c6fd)
🔢 Miscellaneous
- CI deps update (6859701)
Release 1.10.5
Minor release that adds enabled
property to KeyboardAwareScrollView
.
👍 Improvements
- added
enabled
property toKeyboardAwareScrollView
(3922158) by @IvanIhnatsiuk