New Features ⭐
- Add ui-tests for focus, input, fixed bugs.
- Add an optional divider slot between cells
Improvments 🎉
- Replace the default padding on the
cellModifier
with a default divider - Improve Samples.
- Make
OH_TEE_PEE_DEFAULT_PLACE_HOLDER
const public. - Move all defaults to
OhTeePeeDefaults
and deprecatewithDefaults
functions (deprecatewithDefaults
functions) - Improve the performance of
getCellDisplayCharacter
function
Fixes 🪲
- Fix not being able to enter same char to the last cell after an error.
- Fix not triggering
onValueChange
after clearing value on error.
Breaking Changes 🚨
- Default divider may add an additional padding between cells. Please pass null if it changes your UI.