Skip to content

Commit

Permalink
Update compose.jb to v1.7.1 (#1795)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[org.jetbrains.compose](https://redirect.github.com/JetBrains/compose-jb)
| plugin | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.material3:material3](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.material:material](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.material:material-icons-extended](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.material:material-icons-core](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.foundation:foundation](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.ui:ui-tooling-preview](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.ui:ui-tooling-data](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.ui:ui-tooling](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.ui:ui-test-junit4](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.ui:ui-util](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.ui:ui](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.runtime:runtime-saveable](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |
|
[org.jetbrains.compose.runtime:runtime](https://redirect.github.com/JetBrains/compose-jb)
| dependencies | patch | `1.7.0` -> `1.7.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>JetBrains/compose-jb (org.jetbrains.compose)</summary>

###
[`v1.7.1`](https://redirect.github.com/JetBrains/compose-jb/blob/HEAD/CHANGELOG.md#171-November-2024)

*Changes since 1.7.0*

#### Fixes

##### Multiple Platforms

- [Fixed `Modifier.clickable` binary compatibility with 1.6 on non-JVM
targets](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1647)
- [Fixed `Modifier.toggleable` and `Modifier.selectable` binary
compatibility with 1.6 on non-JVM
targets](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1649)
- [Fix issue where `DateRangePicker` doesn't show confirmation button on
iOS and
Desktop](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1666)
- [Fix Skia paragraph caching performance
degradation](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1676)

##### iOS

- [Fling animation works correctly for fast scrolling
gestures](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1616)
- [Fix HorizontalPager snapping on
iOS](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1661)
- [Fixed double recomposition on the first
screen](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1668)
- [Fix Accessibility Items availability inside
dialogs](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1678)
- [Memory leak due to Compose view controller never
GCed](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1660)

##### Desktop

- [Fix for excessive garbage generation from redrawing on
Swing](https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/1657)

#### Dependencies

- Gradle Plugin `org.jetbrains.compose`, version `1.7.1`. Based on
Jetpack Compose libraries:
- [Runtime
1.7.5](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.7.5)
- [UI
1.7.5](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.5)
- [Foundation
1.7.5](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.7.5)
- [Material
1.7.5](https://developer.android.com/jetpack/androidx/releases/compose-material#1.7.5)
- [Material3
1.3.1](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.3.1)

- Lifecycle libraries
`org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.4`. Based on [Jetpack
Lifecycle
2.8.5](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5)

- Navigation libraries
`org.jetbrains.androidx.navigation:navigation-*:2.8.0-alpha10`. Based on
[Jetpack Navigation
2.8.0](https://developer.android.com/jetpack/androidx/releases/navigation#2.8.0)

- Material3 Adaptive libraries
`org.jetbrains.compose.material3.adaptive:adaptive*:1.0.1`. Based on
[Jetpack Material3 Adaptive
1.0.0](https://developer.android.com/jetpack/androidx/releases/compose-material3-adaptive#1.0.0)

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS43IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
slack-oss-bot authored Nov 13, 2024
1 parent c572c7c commit 7875b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ compose-material = "1.7.5"
compose-material3 = "1.3.1"
compose-runtime = "1.7.5"
compose-ui = "1.7.5"
compose-jb = "1.7.0"
compose-jb = "1.7.1"
compose-bom = "2024.10.01"
compose-integration-constraintlayout = "1.1.0"
dagger = "2.52"
Expand Down

0 comments on commit 7875b03

Please sign in to comment.