@bloomreach/react-sdk
Advanced tools
Comparing version 15.4.3 to 15.4.4
{ | ||
"name": "@bloomreach/react-sdk", | ||
"version": "15.4.3", | ||
"version": "15.4.4", | ||
"description": "Bloomreach SPA SDK for React", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@bloomreach/spa-sdk": "15.4.3" | ||
"@bloomreach/spa-sdk": "15.4.4" | ||
}, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
@@ -386,2 +386,6 @@ # Bloomreach React SDK | ||
### Using the SPA SDK selectively on certain pages | ||
If you are navigating between pages that have and those that don't have a SDK instance you will need to persist the preview related data. | ||
See detailed guide how to setup it in framework specific examples, [nextjs](https://github.com/bloomreach/spa-sdk/tree/main/examples/next#persist-preview-data-for-pages-without-sdk-instance), [react](https://github.com/bloomreach/spa-sdk/tree/main/examples/react#persist-preview-data-for-pages-without-sdk-instance). | ||
## License | ||
@@ -430,4 +434,4 @@ | ||
| `content` | _no_ | The content entity to open for editing. | | ||
| `documentTemplateQuery` | _no_ | Template query to use for creating new documents. | | ||
| `folderTemplateQuery` | _no_ | Template query to use in case folders specified by `path` do not yet exist and must be created. | | ||
| `documentTemplateQuery` | _no_ | Template query to use for creating new documents. For Content SaaS, the key is like `new-banner-document` for `banner` document type. In case the document type is in a namespace other than `brxsaas`, the key also includes namespace prefix, such as `new-vuestorefront-accordion-document` for `accordion` document type in `vuestorefront` namespace. | | ||
| `folderTemplateQuery` | _no_ | Template query to use in case folders specified by `path` do not yet exist and must be created. For Content SaaS, the key is like `new-banner-folder` for `banner` document type. In case the document type is in a namespace other than `brxsaas`, the key also includes namespace prefix, such as `new-vuestorefront-accordion-folder` for `accordion` document type in `vuestorefront` namespace. | | ||
| `path` | _no_ | Initial location of a new document, relative to the `root`. | | ||
@@ -434,0 +438,0 @@ | `parameter` | _no_ | Name of the component parameter in which the document path is stored. | |
68048
461
+ Added@bloomreach/spa-sdk@15.4.4(transitive)
- Removed@bloomreach/spa-sdk@15.4.3(transitive)
Updated@bloomreach/spa-sdk@15.4.4