posthog-js 1.73.0 → 1.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/array.full.js +2 -2
- package/dist/array.full.js.map +1 -1
- package/dist/array.js +2 -2
- package/dist/array.js.map +1 -1
- package/dist/es.js +2 -2
- package/dist/es.js.map +1 -1
- package/dist/module.d.ts +10 -6
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/lib/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 1.74.0 - 2023-07-25
|
|
2
|
+
|
|
3
|
+
- fix: Recording throttling for SVG-like things (#758)
|
|
4
|
+
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /react (#732)
|
|
5
|
+
- chore(deps): bump semver from 6.3.0 to 6.3.1 in /playground/nextjs (#733)
|
|
6
|
+
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /react (#746)
|
|
7
|
+
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#747)
|
|
8
|
+
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /playground/nextjs (#750)
|
|
9
|
+
|
|
10
|
+
## 1.73.1 - 2023-07-21
|
|
11
|
+
|
|
12
|
+
- fix: protect against bundling bugs (#754)
|
|
13
|
+
|
|
1
14
|
## 1.73.0 - 2023-07-20
|
|
2
15
|
|
|
3
16
|
- feat: use uuidv7 everywhere (#742)
|