Releases: KeyboardKit/KeyboardKitPro
Releases · KeyboardKit/KeyboardKitPro
4.3.0
This release is only done to make the binaries work with the main library.
4.1.0
✨ New features
KeyboardLocale
has a newkeyboardInputSetProvider
property.KeyboardLocale
has a newsecondaryCalloutActionProvider
property.KeyboardInputViewController
now auto-registers aStandardAutocompleteSuggestionProvider
when going pro.StandardAutocompleteSuggestionProvider
is a new autosuggestion provider that can be used to get real suggestions.
🌐 New locales
- 🇩🇰 Danish
- 🇳🇱 Dutch
- 🇫🇮 Finnish
- 🇳🇴 Norwegian
4.0.1
This patch fixes a double quote bug for Swedish, German and Italian providers.
4.0.0
This is the first release of KeyboardKit Pro.
New versions will sync with the major and minor version of the main library, but the patch number may differ.
New features:
- There is a new
KeyboardInputViewController
.setupPro(with:)
setup function. - There is a new
StandardKeyboardInputSetProvider.pro(with:)
function. - There is a new
GermanKeyboardInputSetProvider
- There is a new
ItalianKeyboardInputSetProvider
- There is a new
SwedishKeyboardInputSetProvider
- There is a new
GermanSecondaryCalloutActionProvider
- There is a new
ItalianSecondaryCalloutActionProvider
- There is a new
SwedishSecondaryCalloutActionProvider