- ISO date strings are no longer automatically converted to dates (in facades)
- analytics.pageview (legacy alias of analytics.page)
- analytics.trackSubmit (legacy alias of analytics.trackForm)
- analytics.trackClick (legacy alias of analytics.trackLink)
- analytics.alias
- analytics.group
integration.tag('<script src="{{url}}/piwik.js" />')
is nowintegration.tag(opt => ({type: 'script', attrs: {src:
${opt.url}/piwik.js}}))
integration.tag
no longer supports iframesintegration.track
no longer calls event methods automatically according to event name