Releases: dokar3/ChipTextField
Releases · dokar3/ChipTextField
v0.6.0
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
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
v0.4.8
v0.4.7
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