v0.434
- Slide-to-type removed. Gesture architecture conflicted irreconcilably with balloon gesture recognition.
- Website updated to remove slide-to-type references.
Changelog
Entries marked [R] were reconstructed from thread history after the fact.
v0.452 current
ImmediatePanGestureRecognizer fully integrated into main branch.v0.434
v0.400 iOS 26 gesture fork
UIPanGestureRecognizer no longer fires .began on stationary contact in keyboard extensions on iOS 26.x.ImmediatePanGestureRecognizer subclass overrides touchesBegan to force state = .began immediately.v0.900 pre-release milestone
v0.322
flashKey / darkPress / letterTouchUp interaction.v0.319 sync milestone
handleInputModeList(from:with:).v0.313
accessibilityIdentifier.v0.188
keyH now orientation-aware (isPad ? 84 : isLandscape ? 36 : 46).v0.185
.regular (v0.183 experiment with .light was an optical illusion caused by missing hints)..bottom on iPad ABC keys with hints.v0.183
width: nil with content hugging priority low.v0.182
v0.181
v0.162 R
adjustTextPosition(byCharacterOffset:).v0.158 R
v0.157 R
v0.156 and earlier R
goDown flag for top-row keys.rebuildAndSwap() pattern established for all layout changes.PaddedButton subclass for expanded hit targets.