❈ ConstraintLayout 2.0.0 beta 6
We are happy to announce the release of ConstraintLayout 2.0 beta 6.Â
  implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta6'
}
or if using the android.support packages:
dependencies {
  implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta6'
}
Examples are available on https://github.com/android/views-widgets-samples/tree/master/ConstraintLayoutExamples
Bugfixes
MotionLayout constraintsets don't correctly read match width/height defaults | 156539907 |
ImageFilterView & ImageFilterButton fail to set round | 156420202 |
Views in ConstraintLayout not honoring "match constraints" (0dp) when used with ViewPager2 | 147202197 |
NoSuchMethodError: getLayoutDirection() | 147871163 |
[MotionLayout] ANR | 156047801 |
Group visibility + single view visibility | 73186245 |
Group Visibility Does Not Support View.INVISIBLE | 79307158 |
ConstraintLayout sometimes ignores visibility changes | 154533618 |
ConstraintLayout Group visibility not updated | 117485026 |
ConstraintLayout Group - Changing visibility when using INVISIBLE doesn't work correctly | 130524019 |
ConstraitLayout Group | 143163408 |