Skip to content

v0.3.0

Compare
Choose a tag to compare
@thomasrebam thomasrebam released this 01 Feb 09:36
· 23 commits to main since this release
  • [BREAKING] return input method in SafeKeyboardDetector (#4) f8fb415

Previous method:

isCurrentKeyboardSafe: (customAllowedKeyboardList?: string[]) => boolean;

New method:

getCurrentInputMethodInfo: () => {
    isInDefaultSafeList: boolean;
    inputMethodId: string;
  };

v0.2.2...v0.3.0