Releases: douglasjunior/react-native-keyboard-manager
Releases · douglasjunior/react-native-keyboard-manager
6.5.16-0
Changes
- Upgrade
IQKeyboardManager
to6.5.16
- Update
PrivacyInfo.xcprivacy
fromIQKeyboardManager
- Update Sample project to RN 0.74 and add
react-navigation
examples
Breaking Changes 🚨
- Forked
IQKeyboardManager
to updatePrivacyInfo.xcprivacy
with the latest version, refer to installation step for more details.
Extra
- Deprecate version
7.0.2-0
due to incompatibilities with RN ScrollView: hackiftekhar/IQKeyboardManager#2042
7.0.2-0 (PREVIEW)
Changes
- Update
IQKeyboardManager
to version7.0.2
- Update Sample project to React Native
0.74.0
Breaking Changes 🚨
setShouldToolbarUsesTextFieldTintColor
was renamed tosetToolbarUseTextFieldTintColor
setShouldShowToolbarPlaceholder
was renamed tosetToolbarShowPlaceholder
setToolbarManageBehaviourBy
was renamed tosetToolbarManageBehavior
setOverrideKeyboardAppearance
was renamed tosetKeyboardOverrideAppearance
setShouldResignOnTouchOutside
was renamed tosetResignOnTouchOutside
isKeyboardShowing
was removed due to not be more supported byIQKeyboardManager
, use the React Native Keyboard.isVisible() instead.
Issues
IQKeyboardManager
is not removing bottom space from ScrollView when keyboard closes: hackiftekhar/IQKeyboardManager#2042
6.5.11-2
Changes
- Add jest mock
6.5.11-1
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
Changes
- Update IQKeyboardManagerSwift to
6.5.11
6.5.4-6
6.5.4-5
6.5.4-4
6.5.4-3
Changes
- Add
setLayoutIfNeededOnUpdate
to fix problem with safearea (hackiftekhar/IQKeyboardManager#1687 (comment)) - Add
reloadLayoutIfNeeded
to TS typings (#82)