Releases: segmentio/analytics-next
Releases · segmentio/analytics-next
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