posthog-js 1.50.3 → 1.50.5
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 +11 -0
- package/dist/array.full.js +1 -1
- package/dist/array.full.js.map +1 -1
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/es.js +1 -1
- package/dist/es.js.map +1 -1
- package/dist/module.d.ts +0 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/recorder-v2.js +2 -2
- package/dist/recorder-v2.js.map +1 -1
- package/dist/recorder.js +1 -1
- package/dist/recorder.js.map +1 -1
- package/lib/package.json +2 -2
- package/package.json +2 -2
- package/react/dist/esm/index.js +0 -1
- package/react/dist/types/context/PostHogProvider.d.ts.map +1 -1
- package/react/dist/umd/index.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 1.50.5 - 2023-03-09
|
|
2
|
+
|
|
3
|
+
- Update rrweb (#570)
|
|
4
|
+
- fix: Race condition error with loading rrweb (#569)
|
|
5
|
+
- fix: remove warning of duplicate nextjs import (#566)
|
|
6
|
+
|
|
7
|
+
## 1.50.4 - 2023-03-06
|
|
8
|
+
|
|
9
|
+
- chore: Revert canvas recording option (#567)
|
|
10
|
+
- tolerate undefined target (#565)
|
|
11
|
+
|
|
1
12
|
## 1.50.3 - 2023-03-02
|
|
2
13
|
|
|
3
14
|
- fix: spans inside buttons (#563)
|