Skip to content

Releases: preactjs/preact-router

2.4.3

17 Apr 23:09
Compare
Choose a tag to compare
  • Remove use of object rest spread to slim down build and reduce transpiler requirements

2.4.2

17 Apr 23:08
Compare
Choose a tag to compare
  • Added module entry to package.json for webpack 2 / rollup tree shaking
  • Document officially recommended preact-async-route library in the readme
  • Bugfix: Route should forward all URL parameters (#145, thanks @david-nordvall)
  • Add support for <a native> to bypass automatic handling of Anchor elements.
  • Fix compatibility with Preact 8 (detection of preact-created elements changed)

2.4.1

17 Apr 23:06
Compare
Choose a tag to compare
  • Temporarily disables typings

2.4.0

28 Jan 22:48
Compare
Choose a tag to compare

2.3.2

19 Nov 19:00
Compare
Choose a tag to compare
  • Better compatibility with ESNext module bundlers like Rollup

2.3.1

07 Nov 01:33
Compare
Choose a tag to compare

2.3.0

21 Oct 19:53
Compare
Choose a tag to compare
  • Fix issue where redirecting synchronously during routing/rendering would not work (#48)

2.2.0

21 Oct 19:52
Compare
Choose a tag to compare
  • Preliminary support for custom history! Works with react-router-compatible history modules.
  • URLs are now only pushed into the browser history if they are routable by at least one active Router instance.

2.1.0

21 Oct 19:51
Compare
Choose a tag to compare
  • Don't intercept non-preact-created links

2.0.0

01 Jun 03:53
Compare
Choose a tag to compare
  • Stable 2.0 release!
  • Add Boolean static prop that enables shouldComponentUpdate():false optimization
  • Tests ported to Karma and DOM tests added.