Skip to content

Add support for push state

Compare
Choose a tag to compare
@edelvalle edelvalle released this 20 Jun 08:50
· 325 commits to master since this release

Added:

  • Component.send_redirect has a new parameter push_state=True, when set it will do a push state in the front-end.
  • In the front-end you can use push_state(url) to trigger this in the front-end.