Skip to content

Releases: segmentio/analytics-next

@segment/[email protected]

26 Jun 18:19
22997a4
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

07 Jun 19:27
83122fa
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@segment/[email protected]

07 Jun 19:27
83122fa
Compare
Choose a tag to compare

Minor Changes

@segment/[email protected]

02 Jun 00:02
fb6811c
Compare
Choose a tag to compare

Minor Changes

  • #867 2b3e5e4 Thanks @zikaari! - Device mode destination filters will now filter properties within arrays, just like they do in cloud mode

Patch Changes

  • #861 99402e9 Thanks @chrisradek! - Fixes issue related to how retried events are stored in localStorage to prevent analytics.js from reading events for a different writeKey when that writeKey is used on the same domain as the current analytics.js.

@segment/[email protected]

04 May 17:08
d8a01b3
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

04 May 17:08
d8a01b3
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

20 Apr 18:12
a0ee5eb
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

17 Apr 21:49
a8b0fc8
Compare
Choose a tag to compare

Patch Changes

  • #838 55a48a0 Thanks @silesky! - Refactor page enrichment to only call page defaults once, and simplify logic
  • #839 fdc004b Thanks @silesky! - Fixes a utm-parameter parsing bug where overridden page.search properties would not be reflected in the context.campaign object

    analytics.page(undefined, undefined, {search: "?utm_source=123&utm_content=content" )
    
    
    // should result in a context.campaign of:
    { source: 123, content: 'content'}

@segment/[email protected]

13 Apr 02:09
a6c345d
Compare
Choose a tag to compare

Patch Changes

@segment/[email protected]

13 Apr 02:09
a6c345d
Compare
Choose a tag to compare

Patch Changes

  • #835 9353e09 Thanks @silesky! - Refactor shared validation logic. Create granular error message if user ID does not match string type.