Skip to content

Releases: kirillzyusko/react-native-keyboard-controller

Release 1.21.11

09 Jun 09:38
f827c34

Choose a tag to compare

Fixing nightly RN builds 🌔

🐛 Bug fixes

  • missing themedContext getter causes compilation errors on RN 0.87 (78c1f81)

Release 1.21.10

08 Jun 07:47
8e1da74

Choose a tag to compare

First patch release containing 2 digits in patch version - that means that version is stable 😁

🐛 Bug fixes

  • missing scroll animation when switching between inputs in KeyboardAwareScrollView (bd48253)
  • prevent crash when KeyboardChatScrollView unmounted (62ea262)

🔢 Miscellaneous

Release 1.21.9

01 Jun 14:35
2068a7f

Choose a tag to compare

Preparing for upcoming RN 0.86 release 👀

🐛 Bug fixes

  • make onConfigurationChanged param non-nullable on Android (adafcc8) by @zoontek
  • use composition for JSPointerDispatcherCompat on Android (46f27fc) by @cortinico

🔢 Miscellaneous

Release 1.21.8

21 May 10:13
ac72bda

Choose a tag to compare

Fixing crashes in some edge cases 🤐

🐛 Bug fixes

  • avoid illegal states on Android (38076a9)
  • crash on catalyst (cb011a8)

👍 Improvements

  • use weak reference to keyboard view on iOS (1a6450e)

🔢 Miscellaneous

  • setup security policy (6e68167)
  • add example app readme (7dcd70a) by @yairopro
  • avoid compromised release being publish through the poisoned cache (19fc3d7)
  • better context of changes for AI reviews (765af50)

Release 1.21.7

04 May 09:04
a095aa3

Choose a tag to compare

Enhancing KeyboardChatScrollView functionality and improving library stability 👍

🐛 Bug fixes

  • resolve crash in viewPositionInWindow (1048f52)

👍 Improvements

  • add onContentInsetChange callback to KeyboardChatScrollView (ce8ccaa)
  • migrate KeyboardStickyView to reanimated (21a939f)
  • add onEndVisible callback to KeyboardChatScrollView (5dc5643)

Release 1.21.6

20 Apr 11:19
9a5761d

Choose a tag to compare

Regular weekly 1.21.x release that aims to improve stability of the library 😊

🐛 Bug fixes

  • KeyboardToolbar passes touches through (15111a4)
  • KeyboardChatScrollView + inverted breaks maintainVisibleScrollPosition (c436fbb)
  • KeyboardController.dismiss() now closes keyboard even if it's partially visible (b3dc83e)

👍 Improvements

  • support freeze as SharedValue in KeyboardChatScrollView (1d9a9ac)

🔢 Miscellaneous

Release 1.21.5

10 Apr 10:42
d99ea63

Choose a tag to compare

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

06 Apr 09:54
86d8e27

Choose a tag to compare

Stable 1.21.x release - you should be able to update from previous 1.20.x release without discovering new bugs 😎

🐛 Bug fixes

  • KeyboardAwareScrollView scrolls up when keyboard type gets changes (7b98133)
  • memory leak in WindowDimensionListener when Activity restarts (51fbe47)

👍 Improvements

  • native rounded keyboard detection (f83e78c)
  • add mode prop for KeyboardAwareScrollView (fbedbc2)

📚 Documentation

  • KeyboardAwareScrollView+BottomSheet types issue (1aa7cdd) by @litinskii
  • workaround for non-working scrollToEnd in KeyboardChatScrollView (10c0218)

🔢 Miscellaneous

  • cover keyboard resize scenarios in KeyboardAwareScrollView by unit tests (75981ee)

Release 1.21.3

30 Mar 07:12
7855994

Choose a tag to compare

Improving stability of 1.21.x release 😎

🐛 Bug fixes

  • KeyboardAwareScrollView/KeyboardChatScrollView + RefreshControl conflict (33a5d7b)
  • respect UIDesignRequiresCompatibility in KeyboardExtender (af5da35) by @qister
  • KeyboardAwareScrollView re-focus after keyboard dismissal using hardware button (ba41d5d)

🔢 Miscellaneous

  • update test snapshots after release 1.21.2 (838154f)
  • use macos-15 for iOS 26 e2e tests (4a225d7)

Release 1.21.2

23 Mar 11:56
4044f34

Choose a tag to compare

Patching previous 1.21.1 release 🙈

🐛 Bug fixes

  • KeyboardAwareScrollView collapses to zero height inside auto-sizing parents (2f82c43) by @vilson-junior-squadra
  • KeyboardAwareScrollView regression after optimization (90dd772)
  • removed increased padding by +1 from KeyboardAwareScrollView (9acd790)
  • extraContentPadding of KeyboardChatScrollView not adjusting scroll when it changes by large amount (b28ef3b) by @trcoffman

🔢 Miscellaneous

  • cleanup disk space for iOS e2e tests (7efe1e7)