Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
Release 1.20.1
Release 1.20.0
Adopting latest trends from react-native ecosystem in this library and adding new features 🎉
Learn more about all upcoming changes in blogpost.
🐛 Bug fixes
- type mismatch for
dismissmethod (4bdf4e5)
👍 Improvements
- don't use private reanimated API (29ad9e8)
- added
useAnimatedKeyboardhook (compatibility layer with corresponding hook fromreact-native-reanimated) (41858c7) - ability to sync focused input layout from JS (14ededa)
📚 Documentation
Release 1.19.6
Most likely last release before upcoming 1.20.0 👀
🐛 Bug fixes
- add
KeyboardBackgroundViewto turbo package on Android (RN < 0.74) - over-scrolling with dynamic
bottomOffsetinKeyboardAwareScrollView(852fa4a)
📚 Documentation
- add "accessory" algolia keyword (3679bac)
🔢 Miscellaneous
- update shared cache in iOS e2e tests (029ada5)
Release 1.19.5
Release 1.19.4
Release 1.19.3
Resolving a crash introduced in 1.19.1 🙈
🐛 Bug fixes
- avoid
ensureLayoutcalls that caused a crash in certain conditions (99be9d3)
Release 1.19.2
Resolving a critical issue introduced in 1.19.1 🫣
🐛 Bug fixes
- attach keyboard tracking view in advance and only when window has been changed (3ab39a0)
Release 1.19.1
Improving stability of iOS 🍏 💡
🐛 Bug fixes
- wrong selection coordinates on iOS (89fa05d)
- crash when unrecognized selector sent on iOS (4ab7be0)
- ignore interactive keyboard values that are bigger than keyboard height on iOS 26 (bcfe4ee)
- iOS 26 doesn't report keyboard movements inside
Modal(6503e23)
📚 Documentation
- mention
preloadside-effects (41ffc1d)
🔢 Miscellaneous
- update example project to
0.81(0c4fb24)
Release 1.19.0
New KeyboardToolbar API, keyboard dismissal without animation, support for RN 0.80+ and bugfixes 😎
Read more about all of that in blogpost.
🐛 Bug fixes
KeyboardExtenderwidth on iPad in split mode (2a3bcee)- double keyboard height on Android 11+ with
react-native-unistyles(0a97fd6) KeyboardExtendermount on fabric (f2d74b3)
👍 Improvements
- new
KeyboardToolbarAPI (ad76c6a) - added option to dismiss keyboard without animation (692494f)
- RN 0.80+ support (8d3726d)
📚 Documentation
- added animated transitions between pages (8138c60)
- checkout
1.19.xversion (e1ef23b) - blogpost for
1.19.0(c9680ad)
🔢 Miscellaneous
Release 1.18.6
Small release with a focus on Android stability 🤖
🐛 Bug fixes
- add
DefaultKeyboardToolbarThemetojestmock exports (6c89955) by @theblondealex - clear legacy full screen flag (38217e6)
- don't use
@RequiresApiwith old SDK versions (1edf41f)
📚 Documentation
- update compatibility table with
react-native@0.81(1946dcd)