Skip to content

Releases: douglasjunior/react-native-keyboard-manager

6.5.16-0

06 May 13:15
Compare
Choose a tag to compare

Changes

  • Upgrade IQKeyboardManager to 6.5.16
  • Update PrivacyInfo.xcprivacy from IQKeyboardManager
  • Update Sample project to RN 0.74 and add react-navigation examples

Breaking Changes 🚨

  • Forked IQKeyboardManager to update PrivacyInfo.xcprivacy with the latest version, refer to installation step for more details.

Extra

7.0.2-0 (PREVIEW)

02 May 16:54
Compare
Choose a tag to compare
7.0.2-0 (PREVIEW) Pre-release
Pre-release

Changes

  • Update IQKeyboardManager to version 7.0.2
  • Update Sample project to React Native 0.74.0

Breaking Changes 🚨

  • setShouldToolbarUsesTextFieldTintColor was renamed to setToolbarUseTextFieldTintColor
  • setShouldShowToolbarPlaceholder was renamed to setToolbarShowPlaceholder
  • setToolbarManageBehaviourBy was renamed to setToolbarManageBehavior
  • setOverrideKeyboardAppearance was renamed to setKeyboardOverrideAppearance
  • setShouldResignOnTouchOutside was renamed to setResignOnTouchOutside
  • isKeyboardShowing was removed due to not be more supported by IQKeyboardManager, use the React Native Keyboard.isVisible() instead.

Issues

6.5.11-2

28 Jun 12:33
Compare
Choose a tag to compare

Changes

  • Add jest mock

6.5.11-1

14 Apr 20:49
493737e
Compare
Choose a tag to compare

Changes

  • Rewrite the index.js to index.ts and automate declaration files generation
  • Add source maps to the compiled files
  • Add config and dot files to npmignore

6.5.11-0

03 Mar 17:51
Compare
Choose a tag to compare

Changes

  • Update IQKeyboardManagerSwift to 6.5.11

6.5.4-6

27 Feb 11:28
Compare
Choose a tag to compare

Changes

  • Fixes return types (#99)

6.5.4-5

03 Feb 20:32
Compare
Choose a tag to compare

Changes

  • Improve types for PreviousNextView (#97)

6.5.4-4

07 Feb 11:55
Compare
Choose a tag to compare

Changes

  • Fix native imports to work with Expo SDK 44 (#86)

6.5.4-3

16 Sep 00:13
Compare
Choose a tag to compare

Changes

6.5.4-2

02 Aug 23:57
Compare
Choose a tag to compare

Changes

  • Fix types #80
  • Fix podspec #77