Releases: maxmilton/solid-router
Releases · maxmilton/solid-router
v0.3.1
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
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
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
Fixed
onRouted
not called on route change after click — 6b4d907
- Remove invalid event listeners — 250af7d