Comparing version 6.0.1 to 6.0.2
@@ -108,4 +108,4 @@ 'use strict'; | ||
_this._updateURL(newTransition, oldState); | ||
_this.didTransition(_this.currentRouteInfos); | ||
_this.routeDidChange(newTransition); | ||
_this.didTransition(_this.currentRouteInfos); | ||
return result; | ||
@@ -272,4 +272,4 @@ }, null, (0, _utils.promiseLabel)('Transition complete')); | ||
this.triggerEvent(this.currentRouteInfos, true, 'didTransition', []); | ||
this.didTransition(this.currentRouteInfos); | ||
this.routeDidChange(transition); | ||
this.didTransition(this.currentRouteInfos); | ||
(0, _utils.log)(this, transition.sequence, 'TRANSITION COMPLETE.'); | ||
@@ -276,0 +276,0 @@ // Resolve with the final route. |
@@ -66,4 +66,4 @@ import RouteRecognizer from 'route-recognizer'; | ||
this._updateURL(newTransition, oldState); | ||
this.didTransition(this.currentRouteInfos); | ||
this.routeDidChange(newTransition); | ||
this.didTransition(this.currentRouteInfos); | ||
return result; | ||
@@ -215,4 +215,4 @@ }, null, promiseLabel('Transition complete')); | ||
this.triggerEvent(this.currentRouteInfos, true, 'didTransition', []); | ||
this.didTransition(this.currentRouteInfos); | ||
this.routeDidChange(transition); | ||
this.didTransition(this.currentRouteInfos); | ||
log(this, transition.sequence, 'TRANSITION COMPLETE.'); | ||
@@ -219,0 +219,0 @@ // Resolve with the final route. |
{ | ||
"name": "router_js", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": | ||
@@ -5,0 +5,0 @@ "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package