Skip to content

Releases: composeuisuite/ohteepee

Release 1.1.0

27 Nov 14:50

Choose a tag to compare

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.

Release 1.0.11

27 Sep 19:32

Choose a tag to compare

Fix: Cells background broke after compose update #35

Release 1.0.10

15 Jun 14:05

Choose a tag to compare

Bugfix

  • Fix for crash (#27)
  • Fix Jitpack publishing error

Release 1.0.9

08 May 18:33

Choose a tag to compare

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

13 Feb 20:34

Choose a tag to compare

Fix replacing placeholder char with empty text

Release 1.0.7

30 Jan 23:17

Choose a tag to compare

Add horizontalArrangement parameter for cell alignment

Release 1.0.6

16 Dec 13:10

Choose a tag to compare

Add error shake animation

Release 1.0.5

16 Dec 11:03

Choose a tag to compare

Fix navigating to the last node when the user deletes the first node

Release 1.0.4

08 Dec 12:30

Choose a tag to compare

Bugfix

  • Fix stuck text field in the second cell

Release 1.0.3

21 Oct 11:21

Choose a tag to compare

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