Releases: twuni/router-preact
Releases · twuni/router-preact
v0.2.2 Release
Full Changelog: v0.2.1...v0.2.2
- 🐞 Fix issue where
<Link>
active state may become stale
v0.2.1 Release
Full Changelog: v0.2.0...v0.2.1
- 📝 Add features, examples, and badges to the README
- 🐞 Fix issue where
<Link>
onActiveChange callback may not be called
v0.2.0 Release
Full Changelog: v0.1.1...v0.2.0
- 🐞 Add comprehensive test suite and fix issues discovered while writing it
v0.1.1 Release
Full Changelog: v0.1.0...v0.1.1
- 📦 Convert preact and htm to peerDependencies
v0.1.0 Release
Full Changelog: https://github.com/twuni/router-preact/commits/v0.1.0
- 📡 Initial commit of a tiny Router for Preact
- 🎨 Add Router context for overridding history/location/addEventListener
- 📦 Upgrade dependencies to their latest versions
- ✨ Refactor BrowserRouter to decouple router API from browser APIs
- 🎨 Performance improvements and refactoring to reduce complexity
- 🏇 Optimize route change effect with shallow equals (vs the naive JSON.stringify)
- 🎨 Fix lint violation (unused variable) via some minor refactoring
- 📦 Upgrade Preact to the latest version