Comparing version 0.5.3 to 0.5.4
# Change Log | ||
## 0.5.4 | ||
### Bug Fixes | ||
* [#269] Fixed binding of executeAction to actionContext | ||
## 0.5.3 | ||
@@ -4,0 +10,0 @@ |
@@ -171,5 +171,3 @@ /** | ||
* One action can execute multiple actions, so we need to create a shallow | ||
* clone with a new stack & new id every time getActionContext is called. | ||
* We expect next to be defined in most cases (by callAction) | ||
* unless the user calls `getActionContext` manually. | ||
* clone with a new stack & new id every time a newActionContext is created. | ||
*/ | ||
@@ -180,2 +178,3 @@ var newActionContext = objectAssign({}, actionContext, { | ||
}); | ||
newActionContext.executeAction = newActionContext.executeAction.bind(newActionContext); | ||
if (debug.enabled) { | ||
@@ -182,0 +181,0 @@ debug('Executing action ' + newActionContext.stack.join('.') + ' with payload', payload); |
{ | ||
"name": "fluxible", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A pluggable container for isomorphic flux applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
44313
768