Releases: preactjs/preact-iso
Releases · preactjs/preact-iso
2.8.1
What's Changed
- Add null check for link before usage by @tomjw64 in #47
- fix: Wildcard splat/rest param matches should return
undefined
instead of empty strings by @rschristian in #45
New Contributors
Full Changelog: 2.8.0...2.8.1
2.8.0
API Additions
- feat: Add
preload()
method tolazy
by @rschristian in #43 - feat: Adds
scope
prop toLocationProvider
, limiting link intercepts by @rschristian in #42
Maintenance
- test: Fix tests for Preact > 10.16 by @rschristian in #37
Full Changelog: 2.7.0...2.8.0
2.7.0
API Additions
- feat: Add
location
stub utility by @rschristian in #28
Fixes
- fix: change type of
Router
children to nestedVNode
array by @zetaraku in #30 - feat(router): remove all trailing slashes for path by @donkeyDau in #26
Maintenance
- docs: Rewrite docs by @rschristian in #25
- chore: Add some types to router, rename a couple vars by @rschristian in #32
- chore: refactor test suites by @rschristian in #36
- test: Reduce wtr timeout limit by @rschristian in #39
- chore: Switch to NPM by @rschristian in #40
New Contributors
- @zetaraku made their first contribution in #30
- @donkeyDau made their first contribution in #26
Full Changelog: 2.6.3...2.7.0
2.6.3
What's Changed
- ensure we carry over suspense by @JoviDeCroock in #20
- fix: Ensure same-component routes are rerendered rather than swapped by @rschristian in #16
- ci: Add basic workflow for tests by @rschristian in #22
Full Changelog: 2.6.2...2.6.3
2.6.2
What's Changed
- fix: RTS peer dep w/ Vite by @rschristian in #13
- fix: Ensure
loadEnd
is called even without route navigation by @rschristian in #14
Full Changelog: 2.6.1...2.6.2
2.6.1
2.6.0
What's Changed
- feat: allow passing props to routes by @JoviDeCroock in #11
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- Replace
renderToString
torenderToStringAsync
by @takurinton in #10
This bumps the preact-render-to-string
peer dependency to >=6.4.0
, notably.
New Contributors
- @takurinton made their first contribution in #10
Full Changelog: 2.4.0...2.5.0
2.4.0
2.3.2
What's Changed
- fix: TS types w/
NodeNext
module resolution by @rschristian in #2 - fix: Mark rts as an optional peer dependency by @rschristian in #3
Full Changelog: https://github.com/preactjs/preact-iso/commits/2.3.2