v2.0.0
Major Changes
-
BREAKING: Removed
getoption: 66cc1b2, 96465d3GAnalytics is now firing GET requests via
new Image().src = url, which works natively in all browsers. AKA, nofetchpolyfills or replacements are needed! Credit to @developit and @kristoferbaxter 🎉 -
BREAKING: Removed inline
assignhelper: 43f87b8, 275565eGAnalytics now ships with
Object.assignby default. This means that there is no Internet Explorer support by default.However, Babel users may install
babel-plugin-transform-object-assignto quickly regain IE compatibility! This is possible because the plugin will replace instances ofObject.assignwith_extends, an injected Babel helper.