Skip to content

Releases: KeyboardKit/KeyboardKitPro

4.3.0

01 Apr 22:31
Compare
Choose a tag to compare

This release is only done to make the binaries work with the main library.

4.1.0

22 Mar 14:05
Compare
Choose a tag to compare

Milestone.

✨ New features

  • KeyboardLocale has a new keyboardInputSetProvider property.
  • KeyboardLocale has a new secondaryCalloutActionProvider property.
  • KeyboardInputViewController now auto-registers a StandardAutocompleteSuggestionProvider 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

12 Mar 14:30
Compare
Choose a tag to compare

This patch fixes a double quote bug for Swedish, German and Italian providers.

4.0.0

07 Mar 18:37
Compare
Choose a tag to compare

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