Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.jakewharton.mosaic:mosaic-runtime to v0.15.0 #1429

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

playground-manager[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
com.jakewharton.mosaic:mosaic-runtime dependencies minor 0.14.0 -> 0.15.0

Release Notes

JakeWharton/mosaic (com.jakewharton.mosaic:mosaic-runtime)

v0.15.0

Compare Source

New:

  • Create mosaic-animation library, that provides various possibilities for animating Mosaic. An analog of androidx.compose.animation-core.
  • Add IntrinsicSize and related Modifier.width/height/requiredWidth/requiredHeight.
  • New mosaic-testing library for deterministically rendering Mosaic composables under test.
  • Add Mosaic.layoutId which allows identifying the element within its parent during layout.
  • Add Modifier.composed that allows creating custom reusable modifiers with access to Compose functionality inside.

Changed:

  • Rendering now occurs as fast as possible, although still only when necessary. Previously the maximum FPS was capped to 20, which could cause minor visual delays when processing events.

Fixed:

  • Fix the handling of custom Modifiers that have multiple parents from LayoutModifier, DrawModifier, KeyModifier, ParentDataModifier.

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 has been generated by Renovate Bot.

Copy link
Contributor

github-actions bot commented Jan 8, 2025

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

Copy link
Contributor

github-actions bot commented Jan 8, 2025

Build scan published to https://gradle.com/s/dvm7jlir2drqo

@ashdavies ashdavies merged commit d767555 into main Jan 8, 2025
2 checks passed
@ashdavies ashdavies deleted the renovate/com.jakewharton.mosaic-mosaic-runtime-0.x branch January 8, 2025 08:49
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.

1 participant