Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
KeyboardKitPro.zip | 2025-07-15 | 9.2 MB | |
9.7.0 source code.tar.gz | 2025-07-15 | 7.6 MB | |
9.7.0 source code.zip | 2025-07-15 | 7.9 MB | |
README.md | 2025-07-15 | 1.3 kB | |
Totals: 4 Items | 24.7 MB | 0 |
After developer feedback, this version reverts some previos deprecations and moves standard values back to the KeyboardAction
type.
The idea with the initial refactoring was to attach the standard value builders to each value type, to make them easier to find. But since each builder is related to a KeyboardAction
, it makes more sense to convert them back to action extensions, since this groups them all together.
✨ Features
EmojiContext
andEmojiSettings
are two new state types.EmojiKeyboard
will now show the last selected emoji skin tone.KeyboardAction.StandardActionHandler
registers the skin tone for selected emojis.
💡 Adjustments
Autocomplete.ToolbarItem
will automatically wrap itself in a scroll view if needed.
🐛 Bug Fixes
- KeyboardKit Pro adds missing localizations for Bengali.
KeyboardAction.shift
now renders correctly for caps lock.
🗑️ Deprecations
Color+Standard
has been deprecated and now useKeyboardAction
extensions.Font+Standard
has been deprecated and now useKeyboardAction
extensions.Keyboard.ButtonStyle+Standard
has been deprecated and now useKeyboardAction
extensions.KeyboardAction
has reverted itsstandard
button color deprecations.