fluxible-addons-react
Advanced tools
Comparing version 0.2.13 to 0.2.14
# Change Log | ||
## 0.2.14 | ||
* [#566] Support React 16 | ||
## 0.2.13 | ||
@@ -4,0 +8,0 @@ |
@@ -72,3 +72,3 @@ /** | ||
if (!context || !context.executeAction) { | ||
throw new Error('executeAction was called but no context was provided. Pass the fluxible' + | ||
throw new Error('executeAction was called but no context was provided. Pass the fluxible ' + | ||
'context via a `context` prop or via React\'s context.'); | ||
@@ -90,3 +90,3 @@ } | ||
if (!context) { | ||
throw new Error('storeListener mixin was called but no context was provided for getting the store.' + | ||
throw new Error('storeListener mixin was called but no context was provided for getting the store. ' + | ||
'Pass the fluxible context via a `context` prop or via React\'s context.'); | ||
@@ -93,0 +93,0 @@ } |
{ | ||
"name": "fluxible-addons-react", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "Fluxible addons for use with React", | ||
@@ -22,4 +22,4 @@ "main": "index.js", | ||
"fluxible": ">=1.0.0", | ||
"react": "^0.14.0 || ^15.0.0-rc.1", | ||
"react-dom": "^0.14.0 || ^15.0.0-rc.1" | ||
"react": "^0.14.0 || ^15.0.0 || ^16.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0 || || ^16.0.0" | ||
}, | ||
@@ -29,4 +29,4 @@ "devDependencies": { | ||
"fluxible": ">=1.0.0", | ||
"react": "^15.0.0-rc.1", | ||
"react-dom": "^15.0.0-rc.1" | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "author": "Michael Ridgway <mridgway@yahoo-inc.com>", |
@@ -23,3 +23,3 @@ # Fluxible Addons for React | ||
* [batchedUpdatePlugin](https://github.com/yahoo/fluxible/blob/master/packages/fluxible-addons-react/docs/api/batchedUpdatePlugin.md) | ||
## Compatible React Versions | ||
@@ -29,2 +29,3 @@ | ||
|--------------------------|-------------------------------| | ||
| 16.0 | >= 0.2.14 | | ||
| 15.0 | >= 0.2.6 | | ||
@@ -31,0 +32,0 @@ | 0.14 | >= 0.2.x | |
25331
39