Releases: dokar3/ChipTextField
Releases · dokar3/ChipTextField
v0.4.1
v0.4.0
v0.4.0-rc
v0.4.0-beta
API changes
- Update
onSubmit()
to receive new chips - Provide a simplified version of
rememberChipTextFieldState()
Updates
- Bump Compose to 1.3.0-beta02, Compose Compiler to 1.3.1
- Upgrade target sdk version to 33
v0.4.0-alpha
API changes
- Remove the text field parameter
onCreateChip
, use the newonSubmit
callback andstate.addChip()
instead - Remove the text field parameter
initialTextFieldValue
, use new parametersvalue
andonValueChange
ofrememberChipTextFieldState()
instead - Add new parameter
readOnlyChips
to text fields - Make the default chip style stateful, add
cursorColor
to the chip style - Add
enabled
state toChipStyle
Fixes
- Bad editing performance
- Chip focuses
- Hide the text field after chips if the text is empty and it's not enabled or read only.
Others
- Bump Compose to 1.2.1, Compose compiler to 1.3.0, Kotlin to 1.7.10, FlowLayout to 0.25.1 and AGP to 7.2.2