- Updates React Plugin to v3.3.5 (with v2.8.5 as dependency) -- using React 17
- Updates React Native Plugin to 2.5.5 (with v2.8.5 as dependency)
- Updates Chrome Debug Extension to 0.3.5
Changelog
- #1636 [BUG] measurements not being sent when using stopTrackEvent(name, properties, measurements);
- #1857 [BUG] CDN Packaging is not exposing the internal tools (CoreUtils / Telemetry / etc)
- This was caused by the updated tree-shaking component that we used, fixing this has increased the CDN payload but it provides backward compatibility again
- #1852 [BUG] Snippet initialization with IE8 fails with minified code (works with un-minified code)
- This was specific to IE8 usages
- #1076 Refactor code to provide better tree shaking and minification of generated code
- Final stage which provides automatic name crunching, however, because of the fix for #1857 the CDN package size does not show the full effect of this improvement
- #1860 Address Component Governance issues
What's Changed
- [BUG] Snippet initialization with IE8 fails with minified code (works with un-minified code) #1852 by @MSNev in #1854
- [BUG] CDN Packaging is not exposing the internal tools (CoreUtils / Telemetry / etc) #1857 by @MSNev in #1858
- fix stopTrackEvent by @Karlie-777 in #1859
- Add Automatic Name replacing / Crunching by @MSNev in #1811
- Address Component Governance issues by @MSNev in #1860
- [Release] Increase version to 2.8.5 by @MSNev in #1861
Full Changelog: 2.8.4...2.8.5