Skip to content

Releases: preactjs/preact-router

4.1.2

21 Jul 07:08
93f1cda
Compare
Choose a tag to compare

Fixes

  • default types mismatch between preact-router and preact (#452, thanks @paulreece )

New Contributors

Full Changelog: 4.1.1...4.1.2

4.1.1

17 May 23:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.1.1

4.1.0

12 Jul 08:28
Compare
Choose a tag to compare

What's Changed

  • Fix exports map to support loading in Node esm #425 thanks @fgnass

Full Changelog: 4.0.1...4.1.0

4.0.1

20 Jan 22:05
a011fb4
Compare
Choose a tag to compare

What's Changed

  • Fix useRouter and reduce library size by ~200b by @developit in #416

Full Changelog: 4.0.0...4.0.1

4.0.0

05 Jan 20:50
7404e6d
Compare
Choose a tag to compare

Changes

Bug Fixes and Performance Improvements

Documentation & Infrastructure

New Contributors

Full Changelog: 3.2.1...4.0.0

3.2.1

27 Jan 16:24
Compare
Choose a tag to compare
  • Switch peerDependencies version range to allow preact >= 10

3.2.0

23 Jan 05:59
Compare
Choose a tag to compare

3.1.0

22 Oct 00:14
Compare
Choose a tag to compare
  • Fixes an issue where standard <a href="/"> links were not performing client-side routing in Preact X (#340, #342)
  • Adds support for passing matching patterns to <Match path="/:foo" /> (#313, thanks @david-nordvall!)

3.0.0

07 Mar 19:16
Compare
Choose a tag to compare

⚛️Move to Preact 10+! Thanks @sync! (#298)

Note: This is a backwards-incompatible change. If you're using a version of Preact prior to 10, stick with preact-router 2.x. Use the next tag to install preact-router 3.x (npm install preact-router@next)

2.6.1

21 May 17:09
Compare
Choose a tag to compare
  • TypeScript improvements!