Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
Release 1.21.11
Fixing nightly RN builds 🌔
🐛 Bug fixes
- missing
themedContextgetter causes compilation errors on RN 0.87 (78c1f81)
Release 1.21.10
Release 1.21.9
Preparing for upcoming RN 0.86 release 👀
🐛 Bug fixes
- make
onConfigurationChangedparam non-nullable on Android (adafcc8) by @zoontek - use composition for
JSPointerDispatcherCompaton Android (46f27fc) by @cortinico
🔢 Miscellaneous
- add Juno app to "Trusted by" section (9d24ce0) by @MarshallBear1
Release 1.21.8
Fixing crashes in some edge cases 🤐
🐛 Bug fixes
👍 Improvements
- use
weakreference to keyboard view on iOS (1a6450e)
🔢 Miscellaneous
Release 1.21.7
Enhancing KeyboardChatScrollView functionality and improving library stability 👍
🐛 Bug fixes
- resolve crash in
viewPositionInWindow(1048f52)
👍 Improvements
Release 1.21.6
Regular weekly 1.21.x release that aims to improve stability of the library 😊
🐛 Bug fixes
KeyboardToolbarpasses touches through (15111a4)KeyboardChatScrollView+invertedbreaksmaintainVisibleScrollPosition(c436fbb)KeyboardController.dismiss()now closes keyboard even if it's partially visible (b3dc83e)
👍 Improvements
- support
freezeasSharedValueinKeyboardChatScrollView(1d9a9ac)
🔢 Miscellaneous
Release 1.21.5
Fixing one but annoying bug on Android 🤓
🐛 Bug fixes
- don't modify edge-to-edge mode by default when module toggled on/off (e979dbf)
Release 1.21.4
Stable 1.21.x release - you should be able to update from previous 1.20.x release without discovering new bugs 😎
🐛 Bug fixes
KeyboardAwareScrollViewscrolls up when keyboard type gets changes (7b98133)- memory leak in
WindowDimensionListenerwhen Activity restarts (51fbe47)
👍 Improvements
📚 Documentation
- KeyboardAwareScrollView+BottomSheet types issue (1aa7cdd) by @litinskii
- workaround for non-working
scrollToEndinKeyboardChatScrollView(10c0218)
🔢 Miscellaneous
- cover keyboard resize scenarios in
KeyboardAwareScrollViewby unit tests (75981ee)
Release 1.21.3
Improving stability of 1.21.x release 😎
🐛 Bug fixes
KeyboardAwareScrollView/KeyboardChatScrollView+RefreshControlconflict (33a5d7b)- respect
UIDesignRequiresCompatibilityinKeyboardExtender(af5da35) by @qister KeyboardAwareScrollViewre-focus after keyboard dismissal using hardware button (ba41d5d)
🔢 Miscellaneous
Release 1.21.2
Patching previous 1.21.1 release 🙈
🐛 Bug fixes
KeyboardAwareScrollViewcollapses to zero height inside auto-sizing parents (2f82c43) by @vilson-junior-squadraKeyboardAwareScrollViewregression after optimization (90dd772)- removed increased padding by
+1fromKeyboardAwareScrollView(9acd790) extraContentPaddingofKeyboardChatScrollViewnot adjusting scroll when it changes by large amount (b28ef3b) by @trcoffman
🔢 Miscellaneous
- cleanup disk space for iOS e2e tests (7efe1e7)