Skip to content

Commit

Permalink
Bump constraintlayout from 2.0.4 to 2.1.0 (#108)
Browse files Browse the repository at this point in the history
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/androidx/constraintlayout/releases">constraintlayout's releases</a>.</em></p>
<blockquote>
<h2>2.1.0</h2>
<p>No release notes provided.</p>
<h2>2.1.0-rc01</h2>
<p>No release notes provided.</p>
<h2>2.1.0-beta02</h2>
<p>MotionLayout</p>
<p>A few new features:</p>
<ul>
<li>OnSwipe enhancement including spring (stiffness, damping, mass etc) &amp; never complete</li>
<li>jumpToState function</li>
<li>ViewTransition downUp mode where on touch Down it plays to 100 and on up reverses to 0</li>
</ul>
<p>Various fixes, notably:</p>
<p>Fix problem in MotionLayout with vertical scroll (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/173">#173</a>)
Perf improvements on nested MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">#189</a>)
Fast transition with NestedScrollView in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">#189</a>)
ConstraintSet gone in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/189">#189</a>)
Support downUp ViewTransitions in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/190">#190</a>)
Fix in ImageFilter when reusing drawables (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/192">#192</a>)
Add spring support in MotionLayout (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/199">#199</a>)
Performance improvement to CircularFlow (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/200">#200</a>)
Fixes in derived constraints / constraint override (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/212">#212</a>)</p>
<h2>2.1.0-beta01</h2>
<h1>ConstraintLayout</h1>
<ul>
<li>android:layout_width and android:layout_height are back being non-optional due to compatibility issues.</li>
</ul>
<h1>Helpers</h1>
<ul>
<li>added a way to animate or jump directly to a given item of a Carousel</li>
<li>new CircularFlow helper</li>
</ul>
<h1>MotionLayout</h1>
<ul>
<li>Programmatic support for inserting and removing onSwipe and onClick on Transitions</li>
<li>Experimental Support for Transitions through screen rotation</li>
<li>support duration argument to transitions</li>
<li>Better support for customAttributes that are boolean or References</li>
</ul>
<h2>2.1.0 alpha 2</h2>
<p>Many new features added in alpha 2, see the wiki</p>
<h2>2.1.0 alpha 1</h2>
<p>New features in MotionLayout (view transition etc) and new Carousel helper</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/androidx/constraintlayout/commit/343db8d806c6aed928ddbeb5f68d754b40c82e20"><code>343db8d</code></a> bump constraintlayout-compose to 1.0 beta 2</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/d10b5b3167ac29db5d66efb62e0e0147d20b412a"><code>d10b5b3</code></a> bump version number of compose to 1.0 \o/</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/a60d9868c2c76f8627244c61331019caf16c0259"><code>a60d986</code></a> Update README.md</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/115f9f680241b3b7cd7b1ce0ff1dc9ef8da05d19"><code>115f9f6</code></a> Merge branch 'main' of <a href="https://github.com/androidx/constraintlayout">https://github.com/androidx/constraintlayout</a> into main</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/a9af02fb2bcdfce780ed02a2a8f447ab56fc2357"><code>a9af02f</code></a> bump to 2.1.0</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/ad6cd328d47ebac1711650c484f07f84c05149f6"><code>ad6cd32</code></a> Move basic transitions on single constraintset to ConstraintLayout instead of...</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/d7e308ff75cfaec74abfcb5e27a05d5e87e54c92"><code>d7e308f</code></a> Add a MotionLayout that animates between changing constraint sets (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/359">#359</a>)</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/4880da560532e119b01c92ff5b8804dea9626080"><code>4880da5</code></a> Fix in json parser (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/358">#358</a>)</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/85991a3c517fca2f9d7c21ce642ad0a2214fad2e"><code>85991a3</code></a> viewTransition Example (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/357">#357</a>)</li>
<li><a href="https://github.com/androidx/constraintlayout/commit/9fb9da89a6bdf0790d49f709bc980b8f00f1d315"><code>9fb9da8</code></a> Fix build of tools library (<a href="https://github-redirect.dependabot.com/androidx/constraintlayout/issues/355">#355</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/androidx/constraintlayout/compare/2.0.4...2.1.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.constraintlayout:constraintlayout&package-manager=gradle&previous-version=2.0.4&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

#108
  • Loading branch information
dependabot[bot] authored Aug 2, 2021
1 parent d751bf1 commit c96eb87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependabot-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
dependencySync("androidx.compose.ui:ui-test-junit4:1.0.0")
dependencySync("androidx.compose.ui:ui-tooling:1.0.0")
dependencySync("androidx.compose.ui:ui:1.0.0")
dependencySync("androidx.constraintlayout:constraintlayout:2.0.4")
dependencySync("androidx.constraintlayout:constraintlayout:2.1.0")
dependencySync("androidx.core:core-ktx:1.6.0")
dependencySync("androidx.fragment:fragment-ktx:1.3.6")
dependencySync("androidx.fragment:fragment-testing:1.3.6")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ androidx-compose-test = { module = "androidx.compose.ui:ui-test-junit4", version
androidx-compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "androidx-compose" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose" }

androidx-constraintLayout = "androidx.constraintlayout:constraintlayout:2.0.4"
androidx-constraintLayout = "androidx.constraintlayout:constraintlayout:2.1.0"

androidx-coreKtx = "androidx.core:core-ktx:1.6.0"

Expand Down

0 comments on commit c96eb87

Please sign in to comment.