Skip to content

Releases: twuni/router-preact

v0.2.2 Release

13 Dec 03:37
v0.2.2
34b5cc3
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

  • 🐞 Fix issue where <Link> active state may become stale

v0.2.1 Release

13 Dec 00:28
v0.2.1
07af31d
Compare
Choose a tag to compare

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

11 Dec 10:36
v0.2.0
2793594
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

  • 🐞 Add comprehensive test suite and fix issues discovered while writing it

v0.1.1 Release

11 Dec 10:36
v0.1.1
41a6d01
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

  • 📦 Convert preact and htm to peerDependencies

v0.1.0 Release

10 Dec 03:40
v0.1.0
481abc1
Compare
Choose a tag to compare

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