2.2.2
🚀 Release Notes for KotStep 2.2.2
What's Changed 😮:
- Segregated and introduced
stepStroke
fromlineThickness
- Introduced
stepShape
in all tabs steppers - Introduced
checkMarkColor
as in Colors for Tick/Check mark Icons on DONE state
⚠️ Breaking Changes:
- As of now, no, you might need to check for your
lineThickness
if that affects your step's stroke. In that case, please usestepStroke
param inStepStyle
.
How to update your KotStep?
Change: 2.2.1
-> 2.2.2
dependencies {
implementation("com.github.binayshaw7777:KotStep:2.2.2")
}
Have any suggestion or want to report an issue?
Create an issue and mention @binayshaw7777 😄
Full Changelog: 2.2.1...2.2.2