Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.compose.material3.adaptive:adaptive-navigation 1.1.0-beta01 -> 1.1.0 age adoption passing confidence

Release Notes

JetBrains/compose-jb (org.jetbrains.compose.material3.adaptive:adaptive-navigation)

v1.1.0

Desktop

Features
Fixes
API changes
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.setValue
import androidx.compose.ui.window.singleWindowApplication

private var time by mutableStateOf(System.nanoTime())
private var frame by mutableStateOf(0)

fun main() = singleWindowApplication {
    if (frame == 0) {
        frame++
    } else if (frame == 1) {
        val duration = ((System.nanoTime() - time) / 1E6).toLong()
        println("First frame millis: $duration")
    }
}

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.1.0-rc01: 1.1.0-rc01


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/compose.adaptive branch 4 times, most recently from 18ec9c1 to a8a5b54 Compare April 11, 2025 00:28
@renovate renovate bot force-pushed the renovate/compose.adaptive branch 7 times, most recently from 6fea0de to 32a259f Compare April 24, 2025 19:58
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3.adaptive:adaptive-navigation to v1.1.0-beta02 Update dependency org.jetbrains.compose.material3.adaptive:adaptive-navigation to v1.1.0-rc01 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/compose.adaptive branch 3 times, most recently from 6d1ca3a to a5733a8 Compare April 25, 2025 13:59
@renovate renovate bot force-pushed the renovate/compose.adaptive branch from a5733a8 to f4ecde0 Compare May 6, 2025 19:03
@renovate renovate bot changed the title Update dependency org.jetbrains.compose.material3.adaptive:adaptive-navigation to v1.1.0-rc01 Update dependency org.jetbrains.compose.material3.adaptive:adaptive-navigation to v1.1.0 May 6, 2025
@renovate renovate bot force-pushed the renovate/compose.adaptive branch 5 times, most recently from 61da779 to 9ffa612 Compare May 8, 2025 12:02
@igorescodro igorescodro enabled auto-merge May 8, 2025 12:04
@renovate renovate bot force-pushed the renovate/compose.adaptive branch from 9ffa612 to 1cae85c Compare May 8, 2025 15:18
@igorescodro igorescodro merged commit f25e4db into main May 8, 2025
7 checks passed
@igorescodro igorescodro deleted the renovate/compose.adaptive branch May 8, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants