gatsby-plugin-react-redux
Advanced tools
Comparing version
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="1.0.10"></a> | ||
# [1.1.0](https://github.com/le0nik/gatsby-plugin-react-redux/compare/v1.0.10...v1.1.0) (2020-09-20) | ||
- Add `options.windowKey` - sets preloaded state to this key on `window` (default: `__PRELOADED_STATE__`) | ||
- Add `options.cleanupOnClient` - if `true` removes preloaded state from `window` after page load (default: `true`) | ||
- Support `serialize-javascript@5` | ||
<a name="1.0.10"></a> | ||
# [1.0.10](https://github.com/le0nik/gatsby-plugin-react-redux/compare/v1.0.9...v1.0.10) (2019-06-26) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "gatsby-plugin-react-redux", | ||
"version": "1.1.0-beta.2", | ||
"version": "1.1.0", | ||
"description": "Gatsby plugin for React-Redux with built-in server-side rendering support", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -41,2 +41,4 @@ # gatsby-plugin-react-redux | ||
space: 0, | ||
// if `isJSON` is set to `false`, `eval` is used to deserialize redux state, | ||
// otherwise `JSON.parse` is used | ||
isJSON: true, | ||
@@ -43,0 +45,0 @@ unsafe: false, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12674
4.16%0
-100%60
3.45%