posthog-js 1.53.4 → 1.55.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 +9 -0
- package/README.md +1 -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 +58 -1
- package/dist/module.js +1 -1
- 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.55.0 - 2023-04-28
|
|
2
|
+
|
|
3
|
+
- feat(beta-management): Add opt-in and out functions (#616)
|
|
4
|
+
|
|
5
|
+
## 1.54.0 - 2023-04-26
|
|
6
|
+
|
|
7
|
+
- release new version (#617)
|
|
8
|
+
- feat(flags): Allow adding person and group property overrides for flags (#613)
|
|
9
|
+
|
|
1
10
|
## 1.53.4 - 2023-04-18
|
|
2
11
|
|
|
3
12
|
- feat: Allow masking of input by referencing the element (#611)
|
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ We tend to follow the following steps:
|
|
|
111
111
|
- `git push --tags`
|
|
112
112
|
6. Create a PR linking to this version in the [main PostHog repo](https://github.com/posthog/posthog).
|
|
113
113
|
|
|
114
|
+
|
|
114
115
|
## Questions?
|
|
115
116
|
|
|
116
117
|
### [Join our Slack community.](https://posthog.com/slack)
|