Preact Router Versions Save

:earth_americas: URL router for Preact.

4.1.2

9 months ago

Fixes

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

New Contributors

Full Changelog: https://github.com/preactjs/preact-router/compare/4.1.1...4.1.2

4.1.1

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/preactjs/preact-router/compare/4.1.0...4.1.1

4.1.0

1 year ago

What's Changed

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

Full Changelog: https://github.com/preactjs/preact-router/compare/4.0.1...4.1.0

4.0.1

2 years ago

What's Changed

Full Changelog: https://github.com/preactjs/preact-router/compare/4.0.0...4.0.1

4.0.0

2 years ago

Changes

Bug Fixes and Performance Improvements

Documentation & Infrastructure

New Contributors

Full Changelog: https://github.com/preactjs/preact-router/compare/3.2.1...4.0.0

3.2.1

4 years ago
  • Switch peerDependencies version range to allow preact >= 10

3.2.0

4 years ago
  • Add package-lock (#358, thanks @JoviDeCroock)
  • Fix #347 export exec for commonjs module (#355, thanks @webyom)
  • Fix failing tests by passing Router through render (#349, thanks @marvinhagemeister)
  • Fix #253: Allow various native browser actions on <Link/> elements (#346, thanks @pimdewit)

3.1.0

4 years ago
  • 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

5 years ago

⚛️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

5 years ago
  • TypeScript improvements!