Releases: vipulasri/Timeline-View
Releases · vipulasri/Timeline-View
1.2.2
What's Changed
- add: KDoc documentation for timelineview-compose
- add: license headers to source files
- update: library POM description
1.2.1
What's Changed
- fix: Broken dashed line rendering in
Timeline
composable, ensuring a smooth and continuous effect.
- update: Improved
Timeline
composable sample with a smoother dash effect.
1.2.0
What's Changed
- Add support for independent start and end-line styling in both Android View and Jetpack Compose
1.1.6
What's Changed
- Support for jetpack compose
- Updated sample app with compose example
1.1.3
Closes #87
Thanks: @pcansUbi for pointing out the performance issue and resolving it.
1.1.0
- Re-written library drawing logic 😎
- Library now supports dotted/dashed line in TimelineView 🎉
- Updated sample app
closes #22