Releases: douglasjunior/react-native-keyboard-manager
Releases · douglasjunior/react-native-keyboard-manager
6.5.16-0
Changes
- Upgrade
IQKeyboardManagerto6.5.16 - Update
PrivacyInfo.xcprivacyfromIQKeyboardManager - Update Sample project to RN 0.74 and add
react-navigationexamples
Breaking Changes 🚨
- Forked
IQKeyboardManagerto updatePrivacyInfo.xcprivacywith the latest version, refer to installation step for more details.
Extra
- Deprecate version
7.0.2-0due to incompatibilities with RN ScrollView: hackiftekhar/IQKeyboardManager#2042
7.0.2-0 (PREVIEW)
Changes
- Update
IQKeyboardManagerto version7.0.2 - Update Sample project to React Native
0.74.0
Breaking Changes 🚨
setShouldToolbarUsesTextFieldTintColorwas renamed tosetToolbarUseTextFieldTintColorsetShouldShowToolbarPlaceholderwas renamed tosetToolbarShowPlaceholdersetToolbarManageBehaviourBywas renamed tosetToolbarManageBehaviorsetOverrideKeyboardAppearancewas renamed tosetKeyboardOverrideAppearancesetShouldResignOnTouchOutsidewas renamed tosetResignOnTouchOutsideisKeyboardShowingwas removed due to not be more supported byIQKeyboardManager, use the React Native Keyboard.isVisible() instead.
Issues
IQKeyboardManageris 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
setLayoutIfNeededOnUpdateto fix problem with safearea (hackiftekhar/IQKeyboardManager#1687 (comment)) - Add
reloadLayoutIfNeededto TS typings (#82)