Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
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)
Release 1.4.0
New release that introduces new useKeyboardHandler
hook and adds intermediate values on iOS 😎
👍 Improvements
- introduce low-level
useKeyboardHandler
hook (a603416)
- add example of Telegram keyboard transition (0d82804)
🔢 Miscellaneous
- versioned docs (7d3c7c4)
- documentation for
useKeyboardHandler
(deffaca)
Release 1.3.0
New release focusing on Fabric support for RN 0.70 😎
Note: this release is not compatible with react-native 0.69 (with fabric enabled).
👍 Improvements
- move codegen definitions into separate folder (ad17288)
- reduced npm package size (6a3a910)
- android RN 0.70 autolinking (0121aa0)
- convert ReactPackage to a backward compatible TurboReactPackage (7e970a9)
- more AndroidSoftInputModes (5b7d831)
- new src (JS/TS) file structure (0399456)
- added a section about fabric compatibility in docs (cf40766)
🔢 Miscellaneous
- upgrade example projects to react-native 0.70 (8175d10)
- CI emojis (46499a6)
- PR emojis (5e90ff1)
- upgrade docusaurus to 2.1.0 version (62e3f39)
- improved chat example (5cd0e84)
- react-native 0.70.1 -> 0.70.2 + libs update (114d679)
- various small updates for example (fb3294a)
Release 1.2.0
New release bringing basic support for new react-native architecture. It's fully backward compatible and doesn't have any breaking changes for old (paper) architecture.
🐛 Bug fixes
- prevent of sending
NaN
as progress
on Android (1d9f896)
👍 Improvements
🔢 Miscellaneous