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 slack.circuit to v0.19.1 #843

Merged
merged 4 commits into from
Feb 13, 2024
Merged

Conversation

playground-manager[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
com.slack.circuit:circuit-test dependencies patch 0.19.0 -> 0.19.1
com.slack.circuit:circuit-overlay dependencies patch 0.19.0 -> 0.19.1
com.slack.circuit:circuit-foundation dependencies patch 0.19.0 -> 0.19.1

Release Notes

slackhq/circuit (com.slack.circuit:circuit-test)

v0.19.1

Compare Source

2024-02-12

This is a small bug fix release focused SaveableBackStack consistency and FakeNavigator API improvements.

  • Fix FakeNavigator.awaitNextScreen() not suspending.
  • Fix FakeNavigator.resetRoot() not returning the actual popped screens.
  • Make Navigator.peekBackStack() and Navigator.resetRoot() return ImmutableList.
  • Make BackStack.popUntil() return the ImmutableList of the popped records.
  • Support FakeNavigator.peekBackStack() return the ImmutableList of the popped records.
  • Strongly pop events and resetRoot events in FakeNavigator. This should offer much more information about the events.
  • Use a real BackStack instance in FakeNavigator + allow for specifying a user-provided instance.
  • Require an initial root screen to construct FakeNavigator unless using a custom BackStack.
    • Note this slightly changes semantics, as now the root screen will not be recorded as the first goTo event.
  • Require an initial root screen (or list of screens) for rememberSaveableBackStack().
  • Expose a top-level non-composable Navigator() factory function.

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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

Copy link
Contributor

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

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

@ashdavies ashdavies merged commit 4d964f5 into main Feb 13, 2024
3 checks passed
@ashdavies ashdavies deleted the renovate/slack.circuit branch February 13, 2024 18:32
ashdavies added a commit that referenced this pull request Feb 13, 2024
* fix(deps): update slack.circuit to v0.19.1

* Adjust saveable back stack with initial screen

* Provide fake navigator with initial screen

---------

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>
ashdavies added a commit that referenced this pull request Feb 13, 2024
* Create computeable callable

* Reduce visibility of error serializable

* Remove routing dependency

* chore(deps): update terraform google to v5.16.0 (#844)

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>

* fix(deps): update slack.circuit to v0.19.1 (#843)

* fix(deps): update slack.circuit to v0.19.1

* Adjust saveable back stack with initial screen

* Provide fake navigator with initial screen

---------

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>

* Adjust lat lng state and callback

* Move state hoisting to expect function

* Commas

---------

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
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