Skip to content

Releases: dokar3/ChipTextField

v0.6.0

11 Sep 02:37
6505950
Compare
Choose a tag to compare

What's Changed

  • Add Material 3 support

    implementation "io.github.dokar3:chiptextfield-m3:latest_version"
    - import com.dokar.chiptextfield.OutlinedChipTextField
    + import com.dokar.chiptextfield.m3.OutlinedChipTextField
  • Bump Compose to 1.5.1

  • Fix the text field focusing

v0.5.0

01 Sep 11:21
3319756
Compare
Choose a tag to compare

What's Changed

  • Fix the text field may lose focus after deleting the last chip
  • Bump com.android.tools.build:gradle from 8.1.0 to 8.1.1 by @dependabot in #91
  • V0.5.0: Bump Kotlin to 1.9.10 and Compose Compiler to 1.5.3 by @dokar3 in #93

Full Changelog: v0.4.9...v0.5.0

v0.4.9

13 Aug 12:16
Compare
Choose a tag to compare
  • Update Compose BOM to 2023.08.00 (Compose 1.5)
  • Update Compose Compiler to 1.5.1
  • Migrate from accompanist FlowRow to compose foundation FlowRow, no longer depending on accompanist library

v0.4.8

28 Jul 09:03
639bcbc
Compare
Choose a tag to compare

Dependency updates:

  • Update Compose BOM to 2023.06.01
  • Update Compose Compiler to 1.5.0
  • Update Kotlin to 1.9.0

v0.4.7

31 May 10:48
cdd0e8c
Compare
Choose a tag to compare

New features

  • Add support to manually control the focuses:
    state.focusChip(index)
    state.clearChipFocus(index)
    
    state.focusTextField()
    state.clearTextFieldFocus()

Dependency updates:

  • Update Compose BOM to 2023.05.01 (Compose 1.4.3)
  • Update Compose Compiler to 1.4.7
  • Update Kotlin to 1.8.21

v0.4.6

05 Apr 10:34
541c5be
Compare
Choose a tag to compare

Fixes

  • The text field will no longer request focus initially if no initial chips were passed to rememberChipTextFieldState() #74
  • Fix recompositions

Updates

  • Bump accompanist-flowlayout to 0.30.1

v0.4.5

27 Mar 10:22
d539032
Compare
Choose a tag to compare
  • Update Compose BOM to 2023.03.00 (Compose 1.4.0)
  • Update Compose Compiler to 1.4.4
  • Update Kotlin to 1.8.10

v0.4.4

21 Jan 03:38
dd9afc1
Compare
Choose a tag to compare
  • Upgrade Compose Compiler to 1.4.0 and Kotlin to 1.8.0

v0.4.3

18 Nov 04:27
3237218
Compare
Choose a tag to compare
  • Fix docs

v0.4.2

18 Nov 03:26
eba96cd
Compare
Choose a tag to compare

API changes

  • Add innerModifier to the ChipTextField() and OutlinedChipTextField(). #52

Updates

  • Update Compose to 1.3.1