Skip to content

Releases: UnPourTous/react-native-custom-keyboard

v1.2.4

11 Apr 14:55

Choose a tag to compare

Breaking Changes

Fixed

  • 修复多个输入框输入错乱的问题 (b0112ad by @erichua23 )
  • fixbug: install not catch IllegalViewOperationException (04ee1ef by @ eagleliu)
  • fixbug:兼容讯飞输入法动态皮肤导致自定义键盘无法弹出 (aedd25a by @ eagleliu)
  • fixbug: 修改maxLength属性时,textInput不更新 (6c1ae30 @ eagleliu)
  • Fix: system keyboard will flash before custom keyboard displays on Android (010c6a8 by @AKB48 )

Full Changelog: v1.1.0...v1.2.4

v1.1.0

15 Jan 03:15
3de45e1

Choose a tag to compare

  1. Support RN version 0.51.0

1.0.13

05 Jan 12:52
b7fd342

Choose a tag to compare

update PropTypes import

1.0.12: Merge pull request #2 from millerwm/master

05 Jan 12:49
41b7073

Choose a tag to compare

fix: Android平台,无法给JS层发送当前EditText的onFocus,onBlur事件