Releases: atotic/excess-router
Releases · atotic/excess-router
0.9.14: handle target=_blank anchors
0.9.13: bugfix anchor handling
- bug: Fixes for various issues connected with anchor handling
thnx to @urandom for the patch
0.9.12 minor bug fixes
- bug: #10 parameter navigation sets optionals to undefined if not present
- bug: getRoutePath ignored basePath
0.9.11: getRoutePath feature
- feature: RouteManager.getRouteUrl(path, params)
0.9.10
0.9.9 bugfixes + excessRoute.transitionStyle
- 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
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
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
- bugfix: changing routes throws null exception
0.9.5 IE fixes
- bugfix: IE did not work: toString.call does not exist