Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@ilyasipek ilyasipek released this 27 Nov 14:50

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 deprecate withDefaults functions (deprecate withDefaults 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.