Releases: androidx/constraintlayout
Releases · androidx/constraintlayout
compose-1.0.0-rc02
Second release candidate of the compose-constraintlayout library.
2.1.1
compose-1.0.0-rc01
First release candidate of the compose-constraintlayout library.
2.1.0
compose-1.0.0-beta02
bump constraintlayout-compose to 1.0 beta 2
2.1.0-rc01
rename rc1 to rc01
compose-1.0.0-beta01
rename rc1 to rc01
compose-1.0.0-alpha08
Add support for JSON-based ConstraintSet
Add support for MotionLayout light
compose-1.0.0-alpha07
2.1.0-beta02
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)