Skip to content

v0.4.0-alpha

Compare
Choose a tag to compare
@dokar3 dokar3 released this 12 Aug 05:26
· 267 commits to main since this release
28b1ae5

API changes

  • Remove the text field parameter onCreateChip , use the new onSubmit callback and state.addChip() instead
  • Remove the text field parameter initialTextFieldValue, use new parameters value and onValueChange of rememberChipTextFieldState() instead
  • Add new parameter readOnlyChips to text fields
  • Make the default chip style stateful, add cursorColor to the chip style
  • Add enabled state to ChipStyle

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