Skip to content

Releases: popovanton0/Blueprint

v1.0.0-alpha05

24 Jan 20:29
Compare
Choose a tag to compare

Version bumps

  1. AGP -> 8.2.2
  2. Kotlin -> 1.9.22
  3. Compose -> 1.6.0
  4. Compose compiler -> 1.5.8

v1.0.0-alpha04

09 Dec 10:24
Compare
Choose a tag to compare
  • Migration of blueprintId to Modifier.Node API
  • Added proper padding between text and arrow (dependent on the arrow angle), demo video
  • Hiding of arrows when label does not fit and drawing a background behind dimension labels in this case
  • Shorter extending lines when there are empty groups (start and end is not present in the composition)
  • Various bugfixes

Version bumps:

  • Gradle: 8.1 -> 8.2
  • Jetpack Compose version bump: 1.5.4
  • Jetpack Compose Compiler version bump: 1.5.3 -> 1.5.6
  • Kotlin version bump: 1.9.10 -> 1.9.21
arrow-angle-anim.mp4

v1.0.0-alpha03

09 Nov 16:05
Compare
Choose a tag to compare
  1. Jetpack Compose version bump: 1.5.1 -> 1.5.4

v1.0.0-alpha02

10 Sep 12:41
Compare
Choose a tag to compare
  1. Added a no-op version of the library to use in release builds
  2. Jetpack Compose version bump: 1.5.0 -> 1.5.1
  3. Jetpack Compose Compiler version bump: 1.5.2 -> 1.5.3
  4. Kotlin version bump: 1.9.0 -> 1.9.10

v1.0.0-alpha01

04 Sep 00:20
Compare
Choose a tag to compare

First Release!