Releases: composeuisuite/ohteepee
Releases · composeuisuite/ohteepee
Release 1.1.0
New Features ⭐
- Add ui-tests for focus, input, fixed bugs.
- Add an optional divider slot between cells
Improvments 🎉
- Replace the default padding on the
cellModifierwith a default divider - Improve Samples.
- Make
OH_TEE_PEE_DEFAULT_PLACE_HOLDERconst public. - Move all defaults to
OhTeePeeDefaultsand deprecatewithDefaultsfunctions (deprecatewithDefaultsfunctions) - Improve the performance of
getCellDisplayCharacterfunction
Fixes 🪲
- Fix not being able to enter same char to the last cell after an error.
- Fix not triggering
onValueChangeafter clearing value on error.
Breaking Changes 🚨
- Default divider may add an additional padding between cells. Please pass null if it changes your UI.
Release 1.0.11
Fix: Cells background broke after compose update #35
Release 1.0.10
Bugfix
- Fix for crash (#27)
- Fix Jitpack publishing error
Release 1.0.9
Bugfix
- Fix replacing placeholder char with empty text issue
- Fix issue #23 caused by faulty focus index calculation
Improvements
- Update library dependencies
Release 1.0.8
Fix replacing placeholder char with empty text
Release 1.0.7
Add horizontalArrangement parameter for cell alignment
Release 1.0.6
Add error shake animation
Release 1.0.5
Fix navigating to the last node when the user deletes the first node
Release 1.0.4
Bugfix
- Fix stuck text field in the second cell
Release 1.0.3
New Features
- Add layout direction support param
Improvements
- Focus on correct cell index if some value is pre-populated
- Remove active cell configuration if OhTeePeeInput is disabled
- Change default keyboard type
- Add more sample screens
- Improve sample variety by adding horizontal pager