Skip to content

Releases: androidx/constraintlayout

compose-1.0.0-alpha06

05 May 05:31
Compare
Choose a tag to compare

Tag alpha 06 release

  • Compose optimisation: Constraintlayout inline composable (#193)
  • Minimize remeasurements in Compose (#210)

compose-1.0.0-alpha05

16 Mar 06:06
9847fcb
Compare
Choose a tag to compare
update compose release version to 1.0 alpha 05 (#187)

2.1.0-beta01

12 Mar 00:14
51622e3
Compare
Choose a tag to compare

ConstraintLayout

  • android:layout_width and android:layout_height are back being non-optional due to compatibility issues.

Helpers

  • added a way to animate or jump directly to a given item of a Carousel
  • new CircularFlow helper

MotionLayout

  • Programmatic support for inserting and removing onSwipe and onClick on Transitions
  • Experimental Support for Transitions through screen rotation
  • support duration argument to transitions
  • Better support for customAttributes that are boolean or References

2.1.0 alpha 2

18 Dec 00:01
Compare
Choose a tag to compare

Many new features added in alpha 2, see the wiki

2.1.0 alpha 1

20 Nov 02:11
a549d36
Compare
Choose a tag to compare

New features in MotionLayout (view transition etc) and new Carousel helper