Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
Release 1.16.8
Improving KeyboardToolbar
component with some other bug fixes 👀
🐛 Bug fixes
- pending
dismiss
if keyboard wasn't shown in app yet (5b65344)
👍 Improvements
- ability to hide "Done" button in
KeyboardToolbar
(efd038c) - allow
content
inKeyboardToolbar
to take all available space (9080f31) insets
prop forKeyboardToolbar
(cb8161c)
🔢 Miscellaneous
Release 1.16.7
Release 1.16.6
Polishing KeyboardAvoidingView
implementation ✨⌨️
🐛 Bug fixes
- set shared values in layout effects (2b21634) by @QichenZhu
- exclude
StatusBar
height fromuseWindowDimensions
ifStatusBar
is not translucent (1714227)
👍 Improvements
- use
nativeFabricUIManager
instead ofIS_FABRIC
to detect new architecture in JS (2a923a6)
🔢 Miscellaneous
Release 1.16.5
Resolve compilation issues on Android in certain configurations, add new behavior="translate-with-padding"
for KeyboardAvoidingView
😊
🐛 Bug fixes
- build errors for
[email protected]
with enabled Fabric (79b7d1f) KotlinNullnessAnnotation
warning (482212e) by @CubeSugarCheese
👍 Improvements
- new
behavior="translate-with-padding"
forKeyboardAvoidingView
(fa6d67d)
🔢 Miscellaneous
Release 1.16.4
Improving Android stability 😎
🐛 Bug fixes
navigationBarTranslucent
prop gets ignored on[email protected]
(1a6f72a)- crash after entering expiry date in Stripe field on Android (80d8662)
- incorrect end event after cancelling predictive back gesture on Android (4793906)
👍 Improvements
- support for
[email protected]
(890c248, 84719ee)
🔢 Miscellaneous
- improve e2e apk build speed (9c48e7b) by @IvanIhnatsiuk
Release 1.16.3
Fixing one critical iOS/Fabric bug and bringing support for [email protected]
👀
🐛 Bug fixes
- missing
unfocus
event on iOS Fabric (83bd3c1)
👍 Improvements
- support for
[email protected]
(ffa44cd)
Release 1.16.2
Release 1.16.1
Release 1.16.0
A new release with new features, critical bug fixes, crash resolutions, and performance optimizations 🎉
🐛 Bug fixes
- take
gravity
into consideration when calculating selection coordinates on Android (a106fb3) - XCode warnings (ca600a8, a8eb813)
- iOS crash (dd31184)
- focused input gets detected without keyboard events on iOS (db0d0cc)
- compatibility with Stripe inputs on Android (241d157)
- properly take padding into consideration for selection events on Android (f4eb088)
👍 Improvements
KeyboardGestureArea
withoffset
on iOS (6da1bb4)- compatibility for
onSelectionChange
with iOS < 13 (6a6328c) - added
preserveEdgeToEdge
prop forKeyboardProvider
(4f1a798) - optimize
SpringAnimation
(1449971) - optimize
TimingAnimation
(06f5c53)