| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 10.1.0 source code.tar.gz | 2025-11-10 | 3.9 MB | |
| 10.1.0 source code.zip | 2025-11-10 | 3.9 MB | |
| README.md | 2025-11-10 | 2.6 kB | |
| Totals: 3 Items | 7.8 MB | 0 | |
This version adds support for secondary swipe down actions on iPad, and improves performance through view cleanups and layout caching.
Swipe down actions are automatically applied to all localized input sets with 3 input rows, and can also be customized for any layout.
This version also makes KeyboardApp.HomeScreen and KeyboardStatus.Section non-pro features. This means that everyone can use them.
This version also lets you create and pass in your own custom host application values, which lets you extend this logic with more apps.
π₯ Actions
KeyboardActionhas a new.keyboardInputTypeaction.
π± App
KeyboardApp.HomeScreenis now available for everyone to use.KeyboardApp.HomeScreenwill only link to available features.
πΊ Device
DeviceTypehas a newprefersSecondarySwipeDownActionsproperty.
β¨οΈ External Keyboards
ExternalKeyboardContexthas a newisEnabledOnSimulatorproperty.
π§ͺ Experiments
Experimentsis a new type that can be used to enable and disable experimental features.
π Host
KeyboardHostApplicationcan now use an additional app collection.KeyboardHostApplicationProviderhas ahostApplication(...)that takes an additional app collection.
π£ Layout
KeyboardLayoutand related types now support secondary actions.KeyboardLayoutnow applies secondary swipe down actions on iPad.KeyboardLayout.InputSetcan apply secondary actions from other sets.
π Localization
Localehas a newprefersSecondarySwipeDownActionsproperty.
π Performance
Keyboard+ButtonGesturesdoesn't render additional geometry proxies.KeyboardLayoutuses a new layout cache to improve typing performance.KeyboardLayoutcaching must be enabled with the newExperimentstype.
ποΈ Settings
KeyboardSettingshas a newisSwipeDownActionsEnabledsetting.
π Bug fixes
Autocomplete.ToolbarItemfixes a title alignment bug.ExternalKeyboardContextwill by default not be enabled on Simulator.Keyboard.ButtonStylefixes a font weight bug for some image actions.Keyboard.StandardBehavior's double tap on space logic is more robust.KeyboardLayoutnow hides the emoji key for unsupported keyboard types.KeyboardInputViewControllerhandles keybord type and input type changes better.
π¨ Breaking Changes
- All migration deprecations have been removed.
GestureButtonnow provides a geometry proxy in its actions.