Skip to content

Releases: kirillzyusko/react-native-keyboard-controller

Release 1.5.5

06 Jun 13:32
b799f73
Compare
Choose a tag to compare

New minor release resolving a crash on iOS in simulator on app startup 👍

🐛 Bug fixes

  • check if _jsThread is not null (8682b0a)

🔢 Miscellaneous

  • markdown lint for docs (f1674b0)
  • appearance -> movement in documentation (b8e8057)
  • better SEO (c9d925f)

Release 1.5.4

01 Jun 10:50
264b2ec
Compare
Choose a tag to compare

New minor release resolving a crash on iOS in certain conditions 👍

🐛 Bug fixes

  • use old keyboardView reference for removing observer (9544e6b). Fixes: #155, #152

🔢 Miscellaneous

Release 1.5.3

16 May 06:51
cddf8f8
Compare
Choose a tag to compare

🐛 Bug fixes

  • use minSdkVersion from root project (666d86f)

👍 Improvements

  • move logic away from manager to EdgeToEdgeReactViewGroup (6bffc31)

Release 1.5.2

18 Apr 13:18
760bd69
Compare
Choose a tag to compare

Minor release fixing some bugs 🙂

🐛 Bug fixes

Release 1.5.1

10 Apr 19:18
81c959d
Compare
Choose a tag to compare

New release which renames properties for KeyboardGestureArea component:

- allowToShowKeyboardFromHiddenStateBySwipeUp
+ showOnSwipeUp

- allowToDragKeyboardFromShownStateBySwipes
+ enableSwipeToDismiss

I know it's a breaking change and should be published as 2.0.0, but I hardly believe that anyone already started to use a new functionality of the library since the release has been made only 12 hours ago 🙃 (anyway, sorry for any inconvenience caused).

🔢 Miscellaneous

  • short names for KeyboardGestureArea component props (de64105)

Release 1.5.0

10 Apr 07:00
bcad0b5
Compare
Choose a tag to compare

New release focusing on the support for interactive keyboard 😎

👍 Improvements

  • compress images in docs for faster page loading (fb7c3ce)
  • send height as double value (f117cf9)
  • interactive keyboard on Android (b2e70e5)
  • interactive keyboard on iOS (0ebcc93)
  • better KeyboardAwareScrollView example (68a1270)

🔢 Miscellaneous

  • bump react-native to 0.71 in example apps (dbda619)
  • add color for right header in Chat example (7985dd5)
  • docs for interactive keyboard on android - initial edition (4b9c841)
  • build docs when PR is created (2102756)
  • bump docusaurus to 2.4.0 (2bf021d)
  • new iteration on docs for interactive keyboard (2bbeead)
  • new 1.5.0 tag for docs (f0d9094)
  • blogpost for 1.5.0 (7457167)

Release 1.4.4

06 Mar 14:27
8bf5432
Compare
Choose a tag to compare

🐛 Bug fixes

  • view props setters on Fabric (d214e44)

👍 Improvements

  • add navigationBarTranslucent prop (d86fbd1)

🔢 Miscellaneous

  • rotate on 180deg instead of scaleY: -1 to eliminate freezes of ScrollView on Android in example apps (339f307)
  • sync android styles between example apps (paper & fabric) (248c4a1)
  • add info about navigationBarTranslucent property in docs (53c65b3)

Release 1.4.3

13 Feb 11:03
9986f5f
Compare
Choose a tag to compare

Minor release fixing some bugs on Android.

🐛 Bug fixes

  • request apply insets when the view is attached to the hierarchy (d7d46e3). Closes #113
  • create view using context provided by createViewInstance method (0cbada6). Closes #113

🔢 Miscellaneous

  • use latest docusaurus 2.3.1 (894c192)
  • restart activity to avoid crashes (in examples app) (2c480bc)

Release 1.4.2

19 Dec 12:07
17a9afd
Compare
Choose a tag to compare

New small release that adds support for jest testing with minor performance optimisations.

👍 Improvements

  • refactor: added useAnimatedValue hook for internal usage (6ea3499)
  • feat: jest integration (bfdb026) closes #101
  • refactor: reorganize fs structure for android (4b337da)

🔢 Miscellaneous

  • chore: bump react-native to 0.70.5 (b83a6f1)
  • refactor: ignore for_where rule for swiftlint (71265a8)
  • chore: switch to actions/checkout@v3 instead of actions/checkout@v2 (0ecccfc)
  • chore: avoid the usage of deprecated GitHub actions (c024d13)

Release 1.4.1

04 Nov 16:41
0e5ed8e
Compare
Choose a tag to compare

Minor release that fixes a potential crash on iOS devices.

🐛 Bug fixes

  • fix: avoid usage of forced unwrapping (9a56d79)