Skip to content

2.2.1

Compare
Choose a tag to compare
@binayshaw7777 binayshaw7777 released this 22 Aug 18:17
· 12 commits to master since this release

🚀 Release Notes for KotStep 2.2.1

What's Changed 😮:

  • Segregate lineType into two attrs: lineTrackType and lineProgressType
  • Segregate strokeCap into two attrs: trackStrokeCap and progressStrokeCap

⚠️ Breaking Changes:

  • If using lineType, please use lineTrackType and lineProgressType for better usability.
  • If using strokeCap, please use trackStrokeCap and progressStrokeCap for better usability.

How to update your KotStep?

Change: 2.2.0 -> 2.2.1

dependencies {
    implementation("com.github.binayshaw7777:KotStep:2.2.1")
}

Have any suggestion or want to report an issue?

Create an issue and mention @binayshaw7777 😄

Full Changelog: 2.2.0...2.2.1