Files
ux/CHANGELOG.md
2026-04-16 18:42:55 +03:00

23 lines
757 B
Markdown

### 0.3.0
- `UxKeyboard`: fix interactive dismiss race conditions — keyboard height no longer
gets stuck when rapidly dismissing and re-focusing
- `UxKeyboard`: handle zero-duration keyboard notifications (instant snap)
- `UxKeyboard`: gate adaptive learning debug output behind `kDebugMode`
- Example: rewrite as chat UI demonstrating `ListenableBuilder`, scroll freeze,
and interactive dismiss
- Example: modernize Android project (v2 embedding, AGP 8.7, Gradle 8.11)
### 0.2.0
- `UxKeyboard`: sampled native animation curves (iOS & Android) with adaptive learning
- `UxKeyboard`: interactive dismiss via pan gesture
- Android: keyboard height tracking via JNI/FFI bridge
### 0.1.1
- Bezier utilities
### 0.0.3
- Action Plan
### 0.0.2
- BendBox