Comparing version 0.4.0 to 0.4.1
# Change Log | ||
## 0.4.1 | ||
### Bug Fixes | ||
* Fixed context plugin rehydration throwing undefined error | ||
## 0.4.0 | ||
@@ -15,5 +21,5 @@ | ||
* `require('fluxible').Mixin` removed | ||
* `require('fluxible/utils/MockActionContext')` removed | ||
* `require('fluxible/utils/MockComponentContext')` removed | ||
* removed `require('fluxible').Mixin` | ||
* removed `require('fluxible/utils/MockActionContext')` | ||
* removed `require('fluxible/utils/MockComponentContext')` | ||
@@ -20,0 +26,0 @@ ### Deprecations |
@@ -214,3 +214,3 @@ /** | ||
var rehydratePromise = Promise.all(pluginTasks).then(function rehydratePluginTasks() { | ||
return context.rehydrate(context); | ||
return context.rehydrate(obj.context); | ||
}); | ||
@@ -217,0 +217,0 @@ |
{ | ||
"name": "fluxible", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A pluggable container for isomorphic flux applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
100384
0