Skip to content

Releases: androidx/constraintlayout

compose-1.1.0-alpha04

22 Sep 00:31
Compare
Choose a tag to compare
compose-1.1.0-alpha04 Pre-release
Pre-release

New alpha release for compose-contraintlayout.

  • Added MotionCarousel.
  • Added DSL for MotionScene.
  • Added Flow for ConstraintSet.

See what's New in Compose 1.1.0-alpha04.

2.2.0-alpha03

07 Jul 21:00
7596b53
Compare
Choose a tag to compare
2.2.0-alpha03 Pre-release
Pre-release

Third alpha release for ConstraintLayout 2.2.0

Improvement for Grid - #622 #626 #628

Fix error prone issues - #629 #630 #631

Improvement for MotionLayout - #624 #632

2.2.0-alpha02

07 Jul 20:50
7596b53
Compare
Choose a tag to compare
2.2.0-alpha02 Pre-release
Pre-release

Second alpha release for ConstraintLayout 2.2.0

Include improvements made for the Grid helper - #612 #614 #615 #618

add support for no Anchor onSwipe - #617

add a standard constraint chain syntax - #613

[Compose] Refactor out MotionLayout.kt classes - #616

2.2.0-alpha01

24 May 06:47
1ec032a
Compare
Choose a tag to compare
2.2.0-alpha01 Pre-release
Pre-release

First alpha release for ConstraintLayout 2.2.0

Includes a preview of the new Grid helper.

See what's New in ConstraintLayout 2.2.0-alpha01.

2.1.4

24 May 06:30
53a9336
Compare
Choose a tag to compare

Point release of the constraintlayout library.

See what's New in 2.1.4

compose-1.0.1

24 May 06:34
53a9336
Compare
Choose a tag to compare

Point release of the compose-constraintlayout library.

See what's New in Compose 1.0.1.

compose-1.1.0-alpha01

24 May 06:42
1ec032a
Compare
Choose a tag to compare
compose-1.1.0-alpha01 Pre-release
Pre-release

New alpha release for compose-contraintlayout.

This release includes limited support for OnSwipe.

See what's New in Compose 1.1.0-alpha01.

2.1.3

14 Jan 19:26
31aada5
Compare
Choose a tag to compare

Point release of the constraintlayout library.

ConstraintLayout

  • Add getSceneString on ConstraintLayout which gets a json formatted dump of the layout and constraints
  • Add attribute to GuideLine guidelineuseRTL to enable / disable if guideline is using RTL

ConstraintLayout Compose

  • add support for Margin in barrier id: {type: 'barrier', direction: 'end' , contains: ['id1', 'id2'], margin: -12}
  • add json support for vbias/hbias id: { centerVertically: 'parent', vBias: 0.45 }
  • improve json min/max support width: { value: 'wrap', max: 300, min:20 },
  • mprove chain in dsl val chain1 = createHorizontalChain(box1, box2, chainStyle = ChainStyle.Spread)
  • add DSL for goneMargin , Reset dimensions and transforms
  • add bias centerHorizontallyTo(parent, bias = 0.2f)

MotionLayout Compose

  • Make Compose MotionLayout @ExperimentalMotionApi

compose-1.0.0

14 Jan 19:25
31aada5
Compare
Choose a tag to compare

First stable release of the compose-constraintlayout library.

Wiki to learn how to use ConstraintLayout for Compose.

2.1.2

22 Nov 16:59
Compare
Choose a tag to compare

Point release of the constraintlayout library.