Skip to content

Releases: segmentio/analytics-next

@segment/[email protected]

02 Oct 20:40
4350cc2
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

21 Sep 17:19
03a0a9b
Compare
Choose a tag to compare

Minor Changes

  • #928 7f4232c Thanks @oscb! - Adds globalAnalyticsKey option for setting custom global window buffers

Patch Changes

  • #949 fcf42f6 Thanks @silesky! - Fix regression where we no longer export UniversalStorage (used in destinations)

@segment/[email protected]

08 Sep 20:19
a435d66
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

08 Sep 20:19
a435d66
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@segment/[email protected]

08 Sep 20:19
a435d66
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

31 Aug 16:53
244451e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #941 d8c5ad9 Thanks @silesky! - - Fix onConsentChanged not firing in snippet environment due to to stale analytics reference.
    • Register onConsentChanged early in the wrapper initialization sequence so it can catch consent changed events that occur before analytics is loaded.
  • Updated dependencies [d8c5ad9, d8c5ad9]:

@segment/[email protected]

31 Aug 16:53
244451e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #941 d8c5ad9 Thanks @silesky! - - Fix onConsentChanged not firing in snippet environment due to to stale analytics reference.
    • Register onConsentChanged early in the wrapper initialization sequence so it can catch consent changed events that occur before analytics is loaded.

@segment/[email protected]

28 Aug 21:45
73f130f
Compare
Choose a tag to compare

Minor Changes

  • #908 1b95946 Thanks @oscb! - Adds storage option in analytics client to specify priority of storage (e.g use cookies over localstorage)

@segment/[email protected]

28 Aug 21:44
73f130f
Compare
Choose a tag to compare

Minor Changes

  • #938 2191eb3 Thanks @silesky! - - Change API from oneTrust(analytics) -> withOneTrust(analytics). Allow withOneTrust(analytics).load(...).
    • Add a umd bundle for snippet users

Patch Changes

@segment/[email protected]

28 Aug 21:45
73f130f
Compare
Choose a tag to compare

Patch Changes

  • #938 2191eb3 Thanks @silesky! - Have createWrapper return analytics instance to allow .load to be chained.