treehouses / remote

⚡ control Raspberry Pi from Android Device through Bluetooth ⚡
https://play.google.com/store/apps/details?id=io.treehouses.remote
GNU Affero General Public License v3.0
62 stars 28 forks source link

actions: bump `androidx.constraintlayout:constraintlayout` to 2.1.4 (fixes #1901) #1869

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps androidx.constraintlayout:constraintlayout from 2.0.1 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

2.1.2

Point release of the constraintlayout library.

2.1.1

Point release of the constraintlayout library.

2.1.0

No release notes provided.

2.1.0-rc01

No release notes provided.

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)

... (truncated)

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 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)
Okuro3499 commented 7 months ago

@dependabot rebase

dogi commented 7 months ago

1901

@dependabot rebase