posthog-js 1.53.2 → 1.53.4

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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## 1.53.4 - 2023-04-18
2
+
3
+ - feat: Allow masking of input by referencing the element (#611)
4
+
5
+ ## 1.53.3 - 2023-04-17
6
+
7
+ - fix: Usage of sessionStorage even if memory persistence (#609)
8
+
1
9
  ## 1.53.2 - 2023-04-14
2
10
 
3
11
  - fix: Don't enable web perf by default for localhost (#608)