Skip to content

Releases: maxmilton/solid-router

v0.3.1

31 Jan 08:55
v0.3.1
dab43a6
Compare
Choose a tag to compare

What's Changed

  • feat: Allow useURLParams setter to take a function as the argument in #199

Full Changelog: v0.3.0...v0.3.1

v0.3.0

31 Jan 05:46
v0.3.0
266192c
Compare
Choose a tag to compare

What's Changed

  • BREAKING: refactor: Move URL search param handling into separate util in #198
  • chore: Update dependencies

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Jan 21:04
Compare
Choose a tag to compare

What's Changed

  • Breaking: feat: routeTo no longer takes a callback as an argument and now instead returns a promise.
  • fix: Globals are now prefixed with window. e.g., window.history.
  • chore: Update dependencies.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Nov 05:27
v0.1.0
b708052
Compare
Choose a tag to compare

Fixed

  • onRouted not called on route change after click — 6b4d907
  • Remove invalid event listeners — 250af7d