Skip to content

v0.6.0

Compare
Choose a tag to compare
@ctron ctron released this 19 Dec 14:59
· 15 commits to main since this release

v0.6.0 (2023-12-19)

⚠ BREAKING-CHANGE

  • Instead of using gloo_history, this now uses the plainbrowser APIs. This also pushes the actual value to the page state.
    Instead of relying on the internal state array. This means that while
    you can get the value as actual JsValue now, it is not possible to
    use it in combination with gloo_history.

Features

  • add back a global instance to listen to events (d73b1da)
  • allow pushing the state alongside the target (0b80cfe)
  • support pushing the page state (9464454)