Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: square/workflow-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Choose a base ref
...
head repository: square/workflow-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.1
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 30, 2025

  1. Prepare release v1.16.1

    rjrjr committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    98f4bb6 View commit details
    Browse the repository at this point in the history
  2. Makes DialogCollator handle redundant scheduleUpdate calls.

    If we have nested `ComposeView` instances they can trigger redundant updates from their `onAttachedToWindow()` hooks. When `DialogCollator` gets duplicate calls from `BodyAndOverlaysContainer` in that situation it throws away earlier ones to avoid creating duplicate `Dialog` windows when `doUpdate()` fires.
    rjrjr committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    c30044e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1298 from square/ray/ComposeView-DialogCollator-F…

    …ight
    
    Makes `DialogCollator` handle redundant `scheduleUpdate` calls.
    rjrjr authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    11bc258 View commit details
    Browse the repository at this point in the history
  4. Releasing v1.16.1

    rjrjr committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    95b79f0 View commit details
    Browse the repository at this point in the history
Loading