This commit is contained in:
agra
2026-04-16 18:38:37 +03:00
parent 8ac7b5a5d5
commit 0fff294caf
41 changed files with 1740 additions and 46 deletions

View File

@@ -1,6 +1,22 @@
### 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
- Bezier utilities
### 0.0.3
[*] + Action Plan
- Action Plan
### 0.0.2
[*] + BendBox
- BendBox