Releases: dokar3/ChipTextField
Releases · dokar3/ChipTextField
v0.2.5
- Bump Compose to 1.2.0-beta02
v0.2.4
- 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
- Upgrade Kotlin to 1.6.20
- Upgrade Compose to 1.2.0-alpha08
v0.2.2
- Update compose to 1.2.0-alpha07
v0.2.1
- Update compose to 1.2.0-alpha06
v0.2.0
- 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
- Update compose to 1.2.0-alpha04
v0.1.5
- Update compose to 1.2.0-alpha03
- Fix right-to-left layout
v0.1.4
- 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
- Change
interface Chip
to open class Chip
and remove TextChip
- Update compose and dependencies