Releases: segmentio/analytics-next
Releases · segmentio/analytics-next
v1.35.0
What's Changed
- [Feature] Add support for specifying CDN URL during .load call by @silesky in #414
- [Feature] Allow tracklink and trackform to pass in options by @danieljackins in #417
- [Bugfix] Honor Integration["Segment.io"]: false to API calls by @chrisradek in #394
- [Bugfix] Ensure anonymous id is set before analytics calls are made if passed as a query string by @arielsilvestri in #406
- [Bugfix] Updates event-queue to only scheduleFlush when items exist in queue by @chrisradek in #405
- [Chore] Fixes qa ci job by making integrations checking more resilient by @chrisradek in #418
- [Chore] Update pipeline.yml by @pooyaj in #398
- [Chore] Fixes the QA job by @chrisradek in #416
- [Tests] Tests for obfuscated bundles by @arielsilvestri in #397
- [Dependencies] Bump playwright to the latest by @pooyaj in #396
- [Dependencies] Bump next from 11.1.2 to 12.1.0 in /example by @dependabot in #401
- [Dependencies] Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #400
- [Dependencies] Bump prismjs from 1.24.0 to 1.27.0 in /example by @dependabot in #399
New Contributors
- @dependabot made their first contribution in #401
- @silesky made their first contribution in #414
Full Changelog: v1.34.0...v1.35.0
v1.34.0
What's Changed
- [New Feature] Support for obfuscated destination names by @arielsilvestri in #386
- [New Feature] Support for inline settings rather than using /settings endpoint by @chrisradek in #389
- [Improvement] Batched dispatcher fixes and enhancements by @zikaari in #376
- [Bug] Dont load disabled action destinations by @danieljackins in #385
- [Chore] Upload builds to shadow pipeline as well by @danieljackins in #387
Full Changelog: v1.33.5...v1.34.0
v1.33.5
What's Changed
- Honor blocking unplanned events in tracking plan by @chrisradek in #373
- Bump Facade to v3.4.8 ( removing
klona
library from Facade ) by @arielsilvestri in #378
Full Changelog: v1.33.4...v1.33.5
v1.33.4
v1.33.3
v1.33.2
What's Changed
- Fix destination negation logic by @zikaari in #357
- Fix analytics on initialize by @arielsilvestri in #360
- Resolve indirect sourcemaps for easier debugging by @zikaari in #356
- Fixes make release version generation by @chrisradek in #358
- Types: add identify reserved traits by @reslear in #349
- Docs: Plugins section list formatting by @nicholasluimy in #359
New Contributors
- @zikaari made their first contribution in #356
- @arielsilvestri made their first contribution in #360
- @nicholasluimy made their first contribution in #359
Full Changelog: v1.33.1...v1.33.2
v1.33.1
What's Changed
- Fix vite bundling stream error by @chrisradek in #354
Full Changelog: v1.33.0...v1.33.1
v1.33.0
What's Changed
- strengthen conditional checking for localStorage to prevent "null" from being used by @509dave16 in #345
- updates auto-track to no longer require dependant packages to have @types/jquery to compile by @chrisradek in #339
- update tslib to direct dependency by @chrisradek in #347
- export AnalyticsNode by @chrisradek in #352
New Contributors
- @509dave16 made their first contribution in #345
Full Changelog: v1.32.1...v1.33.0
1.32.1
What's Changed
- replaces package.json imports with generated version constant by @chrisradek in #336
- fixes npm prep-build step to be portable with mac os and linux by @chrisradek in #338
- adds checks to ensure process is defined before accessing it by @chrisradek in #343
- remove process.env requirement from getting version type by @chrisradek in #344
New Contributors
- @chrisradek made their first contribution in #336
Full Changelog: v1.32.0...v1.32.1
1.32.0
What's Changed
- #331 Remove the environment variable usage ( incompatible with non-webpack builds )
- #333 Catch localStorage errors if the browser runs out of storage
- #330 Load middleware plugin from custom domain for custom domain users
- #324 Introduce a schema filter plugin for cleaner implementation and support for action-based destinations
- #328 Update Alias behavior to match AJS 1.0
- #329 Dependency upgrades
Full Changelog: v1.31.2...v1.32.0