AndroidFilePicker
AndroidFilePicker copied to clipboard
⬆️ Bump constraintlayout from 2.1.2 to 2.1.4
Bumps constraintlayout from 2.1.2 to 2.1.4.
Release notes
Sourced from constraintlayout's releases.
2.1.3
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
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.