posthog-js 1.52.0 → 1.53.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 CHANGED
@@ -1,6 +1,19 @@
1
+ ## 1.53.1 - 2023-04-13
2
+
3
+ - chore: bump version (#607)
4
+ - feat: Swap over to storing network events in recordings (#606)
5
+
6
+ ## 1.53.0 - 2023-04-12
7
+
8
+ - feat: Custom campaign param support (#603)
9
+ - chore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1 (#528)
10
+ - fix: change user_id -> $user_id in docstring (#525)
11
+ - Remove flag param from useActiveFeatureFlags (#599)
12
+
1
13
  ## 1.52.0 - 2023-04-05
2
14
 
3
- - fix: Track referrer/search params per browser session (#496)
15
+ - fix: Track referrer/search params per browser session (#496)
16
+ _**Note:** This change improves the accuracy of properties `$referrer` and `$referring_domain` in a major way. Previously, the values of these properties often represented pure backlinks in non-SPAs (non-single-page applications). Now those values will represent the true referrer for the current browser-level session (effectively: for the tab). Due to this, referrer data after this update _may_ look different. It will be significantly more accurate though._
4
17
  - ci: Point out and close stale issues/PRs (#602)
5
18
  - docs(testcafe): update docs removing posthog server requirements (#594)
6
19