posthog-js 1.71.0 → 1.72.1
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 +9 -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 +2 -0
- 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,12 @@
|
|
|
1
|
+
## 1.72.1 - 2023-07-18
|
|
2
|
+
|
|
3
|
+
- fix(flags): Make sure flags are reloaded only once on identify calls (#744)
|
|
4
|
+
|
|
5
|
+
## 1.72.0 - 2023-07-18
|
|
6
|
+
|
|
7
|
+
- feat(flags): Allow disabling flags on first load (#740)
|
|
8
|
+
- chore: remove some slow tests that have served their purpose (#739)
|
|
9
|
+
|
|
1
10
|
## 1.71.0 - 2023-07-13
|
|
2
11
|
|
|
3
12
|
- chore: Removed people.set and mapped it to identify (#584)
|