Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
Release 1.5.5
New minor release resolving a crash on iOS in simulator on app startup 👍
🐛 Bug fixes
- check if
_jsThread
is not null (8682b0a)
🔢 Miscellaneous
Release 1.5.4
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
🐛 Bug fixes
- use
minSdkVersion
from root project (666d86f)
👍 Improvements
- move logic away from manager to
EdgeToEdgeReactViewGroup
(6bffc31)
Release 1.5.2
Minor release fixing some bugs 🙂
🐛 Bug fixes
Release 1.5.1
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
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
🐛 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
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
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
Minor release that fixes a potential crash on iOS devices.
🐛 Bug fixes
- fix: avoid usage of forced unwrapping (9a56d79)