Skip to content

Releases: kirillzyusko/react-native-keyboard-controller

Release 1.11.7

24 Apr 07:23
b1c4ed5
Compare
Choose a tag to compare

Most likely last release for 1.11.x version before upcoming 1.12.0 😎

🐛 Bug fixes

  • react on enabled property toggle when keyboard open in KeyboardAwareScrollView component (e2d7310)

👍 Improvements

  • remove the xcodeproj from the library (7678eec)

🔢 Miscellaneous

Release 1.11.6

05 Apr 13:12
e950a09
Compare
Choose a tag to compare

Another minor release that focuses on improving the stability of the library 👀

🐛 Bug fixes

  • missing onScroll event in KeyboardAwareScrollView (e0a6c09) fixes #337

👍 Improvements

🔢 Miscellaneous

Release 1.11.5

26 Mar 18:49
2e66fa0
Compare
Choose a tag to compare

Small release resolving some bugs 👀

🐛 Bug fixes

  • missing animations when keyboard gets closed via keyboardShouldPersistTaps property (d7d2ecd) fixes #307
  • incorrect KeyboardAvoidingView frame if screen pushed while keyboard stays open (1e711e8) fixes #398

Release 1.11.4

21 Mar 07:52
b44d70b
Compare
Choose a tag to compare

Just another minor release 😎

🐛 Bug fixes

  • KeyboardAvoidingView is not reacting on keyboard movements if was mounted when keyboard is open (8a853a1)
  • avoid deep react-native package workletization (b33d20f) fixes #393 #294

👍 Improvements

  • move findKeyboardView in separate file (22f6de8)

🔢 Miscellaneous

  • bump react-native to 0.73 (a9900d8, 350d4da)
  • badges in documentation (bf8c497)
  • activate 120 FPS on ProMotion devices in example apps(06be7b4)

Release 1.11.3

11 Mar 11:33
ac5e9a0
Compare
Choose a tag to compare

Just a better revision of a previous release including improvement and fixes for all library aspects, such as documentation, keyboard tracking, build issues, etc. 😊

🐛 Bug fixes

  • android build fail with rnx kit & treeShaking enabled (5a516aa)

👍 Improvements

  • better keyboard resize transition (611ab80)
  • do not use target property from onLayout (d8d09cb)
  • added showArrows property for KeyboardToolbar (18fac6f)

🔢 Miscellaneous

  • better docs for windowSoftInputMode and its cooperation with this library (ae5d4f0)

Release 1.11.2

29 Feb 08:25
0212a09
Compare
Choose a tag to compare

Release that fixes compilation issues on RN 0.73 (Fabric arch) with static frameworks enabled 👍

🐛 Bug fixes

  • use install_modules_dependencies to fix compilation issues on RN 0.73 with Fabric (a303db7)

🔢 Miscellaneous

  • docusaurus 3.0 for website (c0931f8)
  • FocusedInputHolder tests on Android (667351b)

Release 1.11.1

24 Feb 11:54
e87de70
Compare
Choose a tag to compare

Release that fixes a crash on web 🤫

🐛 Bug fixes

Release 1.11.0

21 Feb 07:56
de5e2ef
Compare
Choose a tag to compare

Release that adds the KeyboardToolbar component, adds the ability for KeyboardAwareScrollView to detect whether focused input belongs to the particular KeyboardAwareScrollView instance, and includes some other fixes and improvements 😎

🐛 Bug fixes

  • added mock for useKeyboardContext (620f379)
  • do not force cast KVO values (031c64c)

👍 Improvements

🔢 Miscellaneous

  • added lottie animation to interactive keyboard guide (490b712)
  • blogpost for 1.11.0 (9795cc8)
  • checkout 1.11.0 version for docs (61a1780)

Release 1.10.6

08 Feb 08:54
15b0dfc
Compare
Choose a tag to compare

Minor release resolving compatibility issue on Fabric with frameworks enabled (static linking, which is actively used in Firebase).

🐛 Bug fixes

  • use conditional import for supporting frameworks on Fabric (740d55a)

👍 Improvements

  • move all interactive keyboard code to dedicated interactive folder on Android (a70c6fd)

🔢 Miscellaneous

Release 1.10.5

01 Feb 20:48
28a7eeb
Compare
Choose a tag to compare

Minor release that adds enabled property to KeyboardAwareScrollView.

👍 Improvements