Releases: angulartics/angulartics
Releases · angulartics/angulartics
0.17.1
0.17.1 (2014-10-28)
Bug Fixes
- Adobe event tracking - download and exit events now sent (thanks to alexismartin)
- Fix angular-scroll directive (thanks to eshaham)
- Fix for Kissmetrics to allow Karma testing
Features
- Add Loggly support (thanks to zoellner)
- Add Localytics support (thanks to joehalliwell)
- Add CNZZ support (thanks to L42y)
- Add Hubspot support (thanks to asafdav)
- Add main attr to package.json to enable browserify support (thanks to adamscybot)
- Updates GA provider to support custom metrics and dimensions for universal GA on a per-event basis (thanks to Philo)
- Add
mixpanel.aliassupport to call event after user signs up (thanks to tomasescobar)
0.17.0
0.16.4
- Fixed https://github.com/luisfarzati/angulartics/issues/182 double pageview tracking with ui-router
- Update Gruntfile.js so you don't need to explicitly declare filenames to minify
- Added basic debugging provider
angulartics.debug.jsthat usesconsole.logto dump page and event tracking
fixes and cleanup
Angular 1.1.5 is minimum required. Updated bower.json and all sample files.
JSHint fixes
0.16.2
- Add marketo plugin. Thanks https://github.com/cthorner
- Better releasing with grunt-bump
0.16.1
- Support for multiple providers
- API
- handlers and buffering generically so new methods like setSuperProperties can be added easily (I took it out, but you can easily allow plugins to add their own buffered methods like setFoo)
- Exposes API on provider so applications can call setUsername, for example, at config time.
- Buffering
- Only buffers when waiting for a vendor API so component libraries can be instrumented with tracking
- Can flush buffers immediately upon registration (to make sure things like 'setUsername' gets called before --- eventTrack
- Support for mixpanel super properties (mixpanel.register)