Skip to content

Releases: androidx/constraintlayout

compose-1.0.0-rc02

22 Nov 16:58
Compare
Choose a tag to compare

Second release candidate of the compose-constraintlayout library.

2.1.1

28 Sep 01:54
cc52d2d
Compare
Choose a tag to compare

Point release of the constraintlayout library.

compose-1.0.0-rc01

28 Sep 01:54
cc52d2d
Compare
Choose a tag to compare

First release candidate of the compose-constraintlayout library.

2.1.0

31 Jul 00:36
Compare
Choose a tag to compare
bump constraintlayout-compose to 1.0 beta 2

compose-1.0.0-beta02

31 Jul 00:36
Compare
Choose a tag to compare
bump constraintlayout-compose to 1.0 beta 2

2.1.0-rc01

23 Jul 23:58
Compare
Choose a tag to compare
rename rc1 to rc01

compose-1.0.0-beta01

23 Jul 23:57
Compare
Choose a tag to compare
rename rc1 to rc01

compose-1.0.0-alpha08

16 Jun 18:25
939813d
Compare
Choose a tag to compare

Add support for JSON-based ConstraintSet
Add support for MotionLayout light

compose-1.0.0-alpha07

16 Jun 18:24
7af5455
Compare
Choose a tag to compare

2.1.0-beta02

05 May 05:30
Compare
Choose a tag to compare

MotionLayout

A few new features:

  • OnSwipe enhancement including spring (stiffness, damping, mass etc) & never complete
  • jumpToState function
  • ViewTransition downUp mode where on touch Down it plays to 100 and on up reverses to 0

Various fixes, notably:

Fix problem in MotionLayout with vertical scroll (#173)
Perf improvements on nested MotionLayout (#189)
Fast transition with NestedScrollView in MotionLayout (#189)
ConstraintSet gone in MotionLayout (#189)
Support downUp ViewTransitions in MotionLayout (#190)
Fix in ImageFilter when reusing drawables (#192)
Add spring support in MotionLayout (#199)
Performance improvement to CircularFlow (#200)
Fixes in derived constraints / constraint override (#212)