Skip to content

Releases: atotic/excess-router

0.9.14: handle target=_blank anchors

12 Apr 03:33
Compare
Choose a tag to compare

JanGunzenhauser added ability to open links in new tab (target=_blank) (#20)
bump pathToRegexp

0.9.13: bugfix anchor handling

07 Feb 21:59
Compare
Choose a tag to compare
  • bug: Fixes for various issues connected with anchor handling
    thnx to @urandom for the patch

0.9.12 minor bug fixes

12 Jan 00:18
Compare
Choose a tag to compare
  • bug: #10 parameter navigation sets optionals to undefined if not present
  • bug: getRoutePath ignored basePath

0.9.11: getRoutePath feature

30 Dec 21:04
Compare
Choose a tag to compare
  • feature: RouteManager.getRouteUrl(path, params)

0.9.10

16 Dec 18:30
Compare
Choose a tag to compare

bugfix: #6: IE does not work when hash is changed by hand

0.9.9 bugfixes + excessRoute.transitionStyle

03 Dec 18:58
Compare
Choose a tag to compare
  • bugfix: anchor click routing, no routing of right-clicks
  • bugfix: replaceState was pushing, not replacing
  • feature: add transitionStyle property to excess-route for cleaner history
    Lets you specify history.push vs history.replace for attribute-triggered transitions.
  • bugfix: uriDecode route matches
  • bugfix: throw errors on illegal route transitions (during activate/deactivate callbacks)
  • bugfix: redirect replaces the url, instead of doing a transition

0.9.8 minor fixes

20 Nov 19:21
Compare
Choose a tag to compare
bugfix: #2 initialize excess-route.active to false
bugfix: setting excess-route.redirect-to after route has been activated triggers redirect

0.9.7 bugfix

13 Nov 01:34
Compare
Choose a tag to compare

bugfix: activate multiple routes when transitioning via route
bugfix: excess-route._setAndReflectRouteParams can be called recursively, guard against it

0.9.6: minor bug fix

06 Nov 18:22
Compare
Choose a tag to compare
  • bugfix: changing routes throws null exception

0.9.5 IE fixes

26 Oct 20:16
Compare
Choose a tag to compare
  • bugfix: IE did not work: toString.call does not exist