Skip to content

Releases: dokar3/ChipTextField

v0.4.1

25 Oct 04:52
a5b3223
Compare
Choose a tag to compare
  • Upgrade Compose to 1.3.0
  • Upgrade FlowLayout (Accompanist) to 0.27.0

v0.4.0

07 Oct 04:34
02495a2
Compare
Choose a tag to compare
  • Bump Kotlin to 1.7.20, Compose to 1.3.0-rc01 and Compose Complier to 1.3.2

v0.4.0-rc

28 Sep 12:40
bbeaaba
Compare
Choose a tag to compare

API changes

  • Move value and onValueChange from rememberChipTextFieldState() to ***ChipTextField()

Updates

  • Bump Compose to 1.3.0-beta03
  • Bump FlowLayout to 0.26.4-beta

FIxes

  • Fix text field may not be cleared after adding a new chip

v0.4.0-beta

10 Sep 08:52
17d8415
Compare
Choose a tag to compare

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

12 Aug 05:26
28b1ae5
Compare
Choose a tag to compare

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

v0.3.0

28 Jul 11:53
765ee2a
Compare
Choose a tag to compare
  • Bump Compose to 1.2.0, FlowLayout to 0.25.0

v0.2.9

02 Jul 11:05
7cd9781
Compare
Choose a tag to compare
  • Bump Kotlin to 1.7.0
  • Bump Compose to 1.2.0-rc03
  • Bump FlowLayout to 0.24.13-rc

v0.2.8

24 Jun 04:20
7ac68bd
Compare
Choose a tag to compare
  • Bump Compose to 1.2.0-rc02
  • Bump FlowLayout to 0.24.12-rc

v0.2.7

16 Jun 09:26
7236f57
Compare
Choose a tag to compare
  • Bump Compose to 1.2.0-rc01
  • Bump FlowLayout to 0.24.11-rc

v0.2.6

04 Jun 09:39
7ae05ef
Compare
Choose a tag to compare
  • Bump Compose to 1.2.0-beta03
  • Bump flowlayout (accompanist) to 0.24.10-beta