From e8f5a83300415779ab5f0bea0b6d69e316800052 Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Fri, 27 Oct 2023 01:19:46 -0500 Subject: [PATCH] update changeset --- .changeset/fair-pillows-sin.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/fair-pillows-sin.md b/.changeset/fair-pillows-sin.md index 4e7965db2..136df0a4b 100644 --- a/.changeset/fair-pillows-sin.md +++ b/.changeset/fair-pillows-sin.md @@ -2,4 +2,6 @@ '@segment/analytics-consent-tools': major --- -Rename shouldLoad -> shouldLoadSegment and add shouldLoadWrapper API +* Rename `shouldLoad` -> `shouldLoadSegment` +* Rename `ctx.abort({ loadSegmentNormally -> disableConsentRequirement` to be more consistent with the setting that shares that name. +* Create `shouldLoadWrapper` API for waiting for consent script initialization.