Skip to content

Releases: kirillzyusko/react-native-keyboard-controller

Release 1.0.1

10 Jul 09:30
3336f66
Compare
Choose a tag to compare

Changes

  • fix: avoid NullPointerExceptions if currentActivity is null (#38)

Release 1.0.0

30 Jun 06:48
1a5eade
Compare
Choose a tag to compare

This release doesn't have any code changes comparing to 1.0.0-beta.0 codebase. It just brings documentation for the package 😊

Changes

  • documentation for the package (#36)

Release 1.0.0-beta.0

09 Jun 18:48
5d4bf3e
Compare
Choose a tag to compare

This release mostly focuses on setting up CI for the project and fixing some bugs:

  • setup CI (#22, #23, #26, #28, #32, #33);
  • added PR template (#24)
  • export context (#25)
  • fixed layout/improved gifs (#27, #29)
  • fixed frozen animation when user changes StatusBar properties (#30, #20)

Release 1.0.0-alpha.3

12 May 18:46
Compare
Choose a tag to compare

Changes

  • fixed subscribe/unsubscribe mechanism for keyboard events on iOS (#18)

Release 1.0.0-alpha.2

12 May 10:32
Compare
Choose a tag to compare

Changes

  • statusBarTranslucent prop on Android (#15)
  • fixed iOS compilation issues (#16, #17)

Release 1.0.0-alpha.1

08 May 07:53
Compare
Choose a tag to compare

Changes

  • [RNKC-039] - println to Log (#10)
  • [RNKC-040] - fix layout in readme (#11)
  • no listeners registered warnings (#9) (#8)

Release 1.0.0-alpha.0

01 May 18:40
Compare
Choose a tag to compare

Initial release and publishing to npm registry. The library brings:

  • missing keyboard will(keyboardWillShow/keyboardWillHide) events on Android;
  • provides keyboard appearance as animated values in RN;
  • has a pre-built integration with reanimated;