logrocket
Advanced tools
Comparing version 9.0.0 to 9.0.1-rc1
@@ -0,1 +1,4 @@ | ||
### 9.0.1 | ||
* Allowing "null" property values in `LogRocket.track() calls. | ||
### 9.0.0 | ||
@@ -2,0 +5,0 @@ * Introduced new CDN and service endpoints. A new Content Security Policy is |
@@ -61,2 +61,5 @@ declare let LogRocket: LR.LogRocket; | ||
disablePageTitles?: boolean, | ||
/** Prevents visibleElement filters from taking the viewport into consideration */ | ||
disableVisibleElement?: boolean, | ||
}, | ||
@@ -139,3 +142,3 @@ | ||
revenue?: number, | ||
[key: string]: string | number | boolean | string[] | number[] | boolean[] | undefined | ||
[key: string]: string | number | boolean | string[] | number[] | boolean[] | undefined | null | ||
}; | ||
@@ -142,0 +145,0 @@ |
{ | ||
"name": "logrocket", | ||
"version": "9.0.0", | ||
"version": "9.0.1-rc1", | ||
"description": "JavaScript SDK for [LogRocket](https://logrocket.com/)", | ||
@@ -32,4 +32,5 @@ "main": "dist/build.umd.js", | ||
"@logrocket/redux": "^0.0.85", | ||
"@sdk/shopify-pixel": "^0.0.85", | ||
"redux": "^3.7.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
329179
7366
8
2