hfhbd / routing-compose

Routing feature for Compose Web, Compose HTML and Desktop
https://routing.softwork.app/
Apache License 2.0
138 stars 14 forks source link

Bump org.jetbrains.compose from 1.6.0-beta01 to 1.6.0 #358

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps org.jetbrains.compose from 1.6.0-beta01 to 1.6.0.

Release notes

Sourced from org.jetbrains.compose's releases.

1.6.0-dev1440

No release notes provided.

1.6.0-dev1419

No release notes provided.

1.6.0-dev1409

No release notes provided.

1.6.0-dev1405

No release notes provided.

1.6.0-dev1397

No release notes provided.

1.6.0-dev1383

No release notes provided.

1.6.0-dev1378

No release notes provided.

1.6.0-dev1369

No release notes provided.

1.6.0-dev1362

No release notes provided.

1.6.0-dev1357

No release notes provided.

1.6.0-dev1354

No release notes provided.

1.6.0-dev1350

No release notes provided.

1.6.0-dev1347

No release notes provided.

1.6.0-dev1340

No release notes provided.

1.6.0-dev1334

No release notes provided.

1.6.0-dev1323

No release notes provided.

1.6.0-dev1296

No release notes provided.

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.6.0-rc03 (February 2024)

Changes since 1.6.0-rc02

Dependencies

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

1.6.0-rc02 (February 2024)

Changes since 1.6.0-rc01

Breaking changes

since 1.6.0-beta01

  • When the resource library is used, resources should be imported explicitly

To quickly change your code to a new state, replace this:

import <modulePackage>.generated.resources.Res

by this:

import <modulePackage>.generated.resources.*

and perform "Code - Optimize Imports" to apply the project code style. If code style doesn't allow wildcrads, import <modulePackage>.generated.resources.* will be replaced by explicit imports.

iOS/desktop/web

Fixes

Resource library

Fixes

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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)