Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
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)
🔢 Miscellaneous
Release. 1.15.2
Release 1.15.1
Release that fixes a crash on Android when Infinity
can not be serialized.
🐛 Bug fixes
- handle
progress
beinginfinite
(fdba1d2) by @matthieuMay
🔢 Miscellaneous
Release 1.15.0
New release with API enhancements 😊
🐛 Bug fixes
- missing update in
useWindowDimensions
(331472c) KeyboardController.dismiss()
should trigger a blur on Android (74124b8)- incorrect
KeyboardStickyView
state when keyboard animation interrupted (9b1f69a) - new Reanimated API mock (737e452)
- crash when Modal gets shown on Android < 9 (3425cd0)
- replace
setImmediate
withqueueMicrotask
(6ea4506)
👍 Improvements
- async dismiss (80d8972)
- added
KeyboardController.isVisible()
method (972787d) - merge
offset
properties forKeyboardToolbar
(a300735) - conditional types for
KeyboardAvoidingView
(5ded2a7) enabled
prop forKeyboardStickyView
(08f9861)- added
KeyboardController.state()
(a3bec0d) - added
keepFocus
option toKeyboardController.dismiss()
method (62b76d5) - added
type
toKeyboardEventData
(76942c5) - added
appearance
toKeyboardEventData
(4886f74)
🔢 Miscellaneous
Release 1.14.5
Release that contains various bugfixes making a library even more stable in various usage scenarios 👀
🐛 Bug fixes
- allow to pass additional params to
.dismiss()
unintentionally (3eb78be) - resolve react native dir in monorepo in android build (eeb70a8) by @rolud
👍 Improvements
- move data extraction from notification to extensions layer (c575a84)
OverKeyboardView
compatibility with RN < 0.71 (47b1581) by @gronxb- lookup methods only once (1e48494)
- reusable
TextInput
protocol (4cdb619)
🔢 Miscellaneous
react-native-haptic-feedback
in fabric example app (6cbf4a3)- run xCode 16 on macos 15 on CI (82628d5)
- interrupt sudo command during runtime installation in CI (c334a33)
- consistent e2e tests across platforms (7d02596)
- update
react-native
to0.76
(1ed61ee) - add info about
MutexLockWithTimeout
exception in documentation (1870f04)
Release 1.14.4
Just another minor release that resolves some bugs 🙂
🐛 Bug fixes
- google password manager breaks
KeyboardAwareScrollView
(4c327dc) useNativeDriver
warning on web (b4fc63d) by @kubabutkiewicz