Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Redirect in url bar#174

Merged
hgzimmerman merged 4 commits into
masterfrom
redirect_in_url_bar
Nov 4, 2019
Merged

Redirect in url bar#174
hgzimmerman merged 4 commits into
masterfrom
redirect_in_url_bar

Conversation

@hgzimmerman
Copy link
Copy Markdown
Member

@hgzimmerman hgzimmerman commented Nov 4, 2019

closes #171

Unfortunately this represents a breaking change, in that Switches must be Clone (EDIT: iff they are used in Router components) now.

A followup PR may change apis to rely on references or Option::take instead of cloning, but those changes would represent breakages as well.

@hgzimmerman hgzimmerman added the breaking change This change will result in a broken build or differing behavior in end-user crates. label Nov 4, 2019
@hgzimmerman hgzimmerman merged commit bde47df into master Nov 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

breaking change This change will result in a broken build or differing behavior in end-user crates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Have redirects actually change the route in the browser.

1 participant