Skip to content

Releases: dokar3/ChipTextField

v0.2.5

20 May 00:29
635f6a7
Compare
Choose a tag to compare
  • Bump Compose to 1.2.0-beta02

v0.2.4

12 May 02:11
c6ec707
Compare
Choose a tag to compare
  • Bump Kotlin to 1.6.21, Compose to 1.2.0-beta01.
  • Mark some classes as @Stable to help Compose skip recomposition.

v0.2.3

21 Apr 02:01
690e282
Compare
Choose a tag to compare
  • Upgrade Kotlin to 1.6.20
  • Upgrade Compose to 1.2.0-alpha08

v0.2.2

21 Apr 02:00
a5f9c9d
Compare
Choose a tag to compare
  • Update compose to 1.2.0-alpha07

v0.2.1

25 Mar 06:22
Compare
Choose a tag to compare
  • Update compose to 1.2.0-alpha06

v0.2.0

15 Mar 12:03
Compare
Choose a tag to compare
  • Rename ChipTextField() to BasicChipTextField(), add OutlinedChipTextField() and new ChipTextField() to create outlined & filled style text fields.
  • Update compose to 1.2.0-alpha05

v0.1.6

25 Feb 07:11
9cd8127
Compare
Choose a tag to compare
  • Update compose to 1.2.0-alpha04

v0.1.5

12 Feb 12:15
86079ac
Compare
Choose a tag to compare
  • Update compose to 1.2.0-alpha03
  • Fix right-to-left layout

v0.1.4

27 Jan 13:42
Compare
Choose a tag to compare
  • Api change: chipStartWidget and chipEndWidget are renamed to chipLeadingIcon and chipTrailingIcon.
  • Api change: chipStyle changed to interface.
  • Api change: Added indicatorStyle as alternative to indicatorColor.
  • Update Compose to 1.2.0-alpha02.
  • Optimize chip layout.

v0.1.3

29 Dec 13:18
Compare
Choose a tag to compare
  • Change interface Chip to open class Chip and remove TextChip
  • Update compose and dependencies