Skip to content

Releases: segmentio/analytics-next

@segment/[email protected]

29 Nov 18:47
47498c4
Compare
Choose a tag to compare

Minor Changes

  • #1001 57be1ac Thanks @silesky! - analytics will not initialize if all of the following conditions are met:

    1. No destinations without a consent mapping (consentSettings.hasUnmappedDestinations == false)

      AND

    2. User has not consented to any category present in the consentSettings.allCategories array.

Patch Changes

@segment/[email protected]

15 Nov 18:34
2c8d7f2
Compare
Choose a tag to compare

Minor Changes

@segment/[email protected]

13 Nov 23:51
74f5205
Compare
Choose a tag to compare

Minor Changes

@segment/[email protected]

13 Nov 23:52
74f5205
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

13 Nov 23:51
74f5205
Compare
Choose a tag to compare

Major Changes

  • #983 930af49 Thanks @silesky! - * Rename shouldLoad -> shouldLoadSegment
    • Remove redundant shouldDisableConsentRequirement setting, in favor of shouldLoad's ctx.abort({loadSegmentNormally: true})
    • Create shouldLoadWrapper API for waiting for consent script initialization.

Patch Changes

@segment/[email protected]

24 Oct 19:28
fca97a2
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

24 Oct 19:28
fca97a2
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@segment/[email protected]

24 Oct 19:28
fca97a2
Compare
Choose a tag to compare

Major Changes

  • #974 c879377 Thanks @silesky! - Refactor to get createDeferred from @segment/analytics-generic-utils lib

@segment/[email protected]

09 Oct 16:11
1c04276
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

09 Oct 16:11
1c04276
Compare
Choose a tag to compare

Minor Changes

  • #852 897f4cc Thanks @silesky! - - Capture page context information faster, so context.campaign and context.page are more resilient to quick navigation changes.
    • Parse UTM params into context.campaign if users pass an object to a page call.

Patch Changes