yuttadhammo / BodhiTimer

Elegant, minimalist countdown timer for Android
GNU General Public License v3.0
50 stars 7 forks source link

Bump constraintlayout from 2.0.4 to 2.1.4 #78

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps constraintlayout from 2.0.4 to 2.1.4.

Release notes

Sourced from 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 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)