Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump androidx.constraintlayout:constraintlayout from 2.1.2 to 2.1.4 #14

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps androidx.constraintlayout:constraintlayout from 2.1.2 to 2.1.4.

Release notes

Sourced from androidx.constraintlayout:constraintlayout's releases.

2.1.4

Point release of the constraintlayout library.

See what's New in 2.1.4

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

Commits
  • 53a9336 revert compose_version (#605)
  • 84d2dac version bump 2.1.4 (#604)
  • 1ca25fa Disable MotionKeyTimeCycleTest
  • 6fdd704 [Compose] Fix margin for Chain first and last elements
  • 2932b0d Fix FloatRange annotation
  • 83684f5 fix margin func in ConstraintReference
  • b26e4ed [Compose] Minor Perf fix on JsonConstraintSet
  • 47292e3 [Compose] Small fix and gone for MotionLayout (#506)
  • 3d2c70c fix the gone behavour in MotionLayout (#504)
  • 99a48f3 [Compose] Remeasure MotionLayout on child size change
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [androidx.constraintlayout:constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](androidx/constraintlayout@2.1.2...2.1.4)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 15, 2023
@akshaaatt akshaaatt merged commit 6775af4 into master Nov 15, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/androidx.constraintlayout-constraintlayout-2.1.4 branch November 15, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant