Skip to content

Releases: preactjs/preact-iso

2.8.1

20 Oct 02:36
3346b8b
Compare
Choose a tag to compare

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

18 Oct 07:34
ed00281
Compare
Choose a tag to compare

API Additions

  • feat: Add preload() method to lazy by @rschristian in #43
  • feat: Adds scope prop to LocationProvider, limiting link intercepts by @rschristian in #42

Maintenance

Full Changelog: 2.7.0...2.8.0

2.7.0

13 Oct 23:53
Compare
Choose a tag to compare

API Additions

Fixes

  • fix: change type of Router children to nested VNode array by @zetaraku in #30
  • feat(router): remove all trailing slashes for path by @donkeyDau in #26

Maintenance

New Contributors

Full Changelog: 2.6.3...2.7.0

2.6.3

27 May 06:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.2...2.6.3

2.6.2

06 Apr 09:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.1...2.6.2

2.6.1

05 Apr 06:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.6.1

2.6.0

05 Apr 06:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.6.0

2.5.0

27 Mar 00:38
Compare
Choose a tag to compare

What's Changed

This bumps the preact-render-to-string peer dependency to >=6.4.0, notably.

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

14 Feb 04:36
Compare
Choose a tag to compare

What's Changed

  • feat: Support for the replace parameter in useLocation().route by @rxliuli in #8
const { route } = useLocation();

route('/', true); // replaces the current history entry

New Contributors

Full Changelog: 2.3.2...2.4.0

2.3.2

06 Oct 10:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/preactjs/preact-iso/commits/2.3.2