Releases: preactjs/preact-router
Releases · preactjs/preact-router
4.1.2
Fixes
default
types mismatch betweenpreact-router
andpreact
(#452, thanks @paulreece )
New Contributors
- @paulreece made their first contribution in #452
Full Changelog: 4.1.1...4.1.2
4.1.1
What's Changed
- fix:
index.d.ts
does not show that "exec" is exported. by @KonnorRogers in #441 - Add types to package.json exports mapping by @jhirvioja in #444
- Pass generic to HTMLAttributes in Link typings by @vpzomtrrfrt in #445
- Correct some issues with TS typings by @vpzomtrrfrt in #446
New Contributors
- @KonnorRogers made their first contribution in #441
- @jhirvioja made their first contribution in #444
- @vpzomtrrfrt made their first contribution in #445
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
Full Changelog: 4.0.1...4.1.0
4.0.1
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
Changes
<Link>
now acceptsclassName
andactiveClass
props by @developit in #386- New
useRouter()
hook and update Router.onChange by @toniopelo in #370 - Add support for history v5 by @developit in #410
- Add support for
<a data-native>
as an alias of<a native>
by @firatsarlar in #369
Bug Fixes and Performance Improvements
- Size & Build Optimizations by @developit in #364
- Fix SSR memory leak (fixes #191) by @developit in #232
- Fix ssr memleak and sync current master branch by @sadnessOjisan in #400
Documentation & Infrastructure
- Update information about react-router in README by @marvinhagemeister in #368
- Update README.md by @nhubaotruong in #384
- Add Nested Route Example to README.md by @38elements in #359
- Fix README.md by @38elements in #391
- Move from Travis CI to GitHub Actions by @marvinschopf in #397
- Add prettier and commit formatting hook by @marvinhagemeister in #404
New Contributors
- @nhubaotruong made their first contribution in #384
- @sadnessOjisan made their first contribution in #400
- @marvinschopf made their first contribution in #397
- @firatsarlar made their first contribution in #369
- @toniopelo made their first contribution in #370
Full Changelog: 3.2.1...4.0.0