Comparing version 0.5.0 to 0.5.1
# Change Log | ||
## 0.5.1 | ||
### Bug Fixes | ||
* [#217] Fix warn message `createElement` to `createElementWithContext` | ||
## 0.5.0 | ||
@@ -4,0 +10,0 @@ |
@@ -51,3 +51,3 @@ /** | ||
'Fluxible to fluxible-addons-react. This can be called using ' + | ||
'`require(\'fluxible-addons-react\').createElement(context, props)`'); | ||
'`require(\'fluxible-addons-react\').createElementWithContext(context, props)`'); | ||
warnedOnce = true; | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "fluxible", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A pluggable container for isomorphic flux applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
41400