Skip to content

Releases: vipulasri/Timeline-View

1.2.2

01 Feb 20:26
Compare
Choose a tag to compare

What's Changed

  • add: KDoc documentation for timelineview-compose
  • add: license headers to source files
  • update: library POM description

1.2.1

01 Feb 19:35
Compare
Choose a tag to compare

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

01 Feb 03:31
33c40a9
Compare
Choose a tag to compare

What's Changed

  • Add support for independent start and end-line styling in both Android View and Jetpack Compose

1.1.6

25 Jan 20:31
968e7a2
Compare
Choose a tag to compare

What's Changed

  • Support for jetpack compose
  • Updated sample app with compose example

1.1.5

29 May 12:48
Compare
Choose a tag to compare

Fixes #71

Thanks: @henriquenfaria for #92

1.1.4

11 Mar 18:00
Compare
Choose a tag to compare

Closes #90

1.1.3

04 Jan 15:02
Compare
Choose a tag to compare

Closes #87

Thanks: @pcansUbi for pointing out the performance issue and resolving it.

1.1.2

19 Oct 11:54
Compare
Choose a tag to compare

Closes #84

Thanks: @dexpota for resolving the issue.

1.1.1

29 Sep 14:13
Compare
Choose a tag to compare
  • Updated sample app

Closes #70, Closes #67, Closes #66

Thanks: @tcqq for #66

1.1.0

16 Dec 06:00
Compare
Choose a tag to compare
  • Re-written library drawing logic 😎
  • Library now supports dotted/dashed line in TimelineView 🎉
  • Updated sample app

closes #22